Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2

Thread: Jump to pages

  1. #1
    Join Date
    Nov 2008
    Posts
    35

    Jump to pages

    Hi,

    ** I have 100 pages, their names are :
    Unit1
    Unit2
    Unit3
    Unit4
    Unit5
    Unit6
    Unit..


    In the main page, there is inputbox and button,
    What I need is : The user enter the number of the page then he click on the button to jump to the page . Could you give me the suitable code for Button_Click ?

    ** What is the max pages in AMP ?

  2. #2
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    Here's one way to accompish that:

    Assuming you have already established an input variable.

    WhatPage = Input.GetText("Input1")

    On Button Click:
    Page.Jump("Unit"..WhatPage)

    I think that should do it for you.

Similar Threads

  1. EXAMPLE: Jump Pages Across Applications
    By Desmond in forum AutoPlay Media Studio 7.5 Examples
    Replies: 4
    Last Post: 04-28-2008, 07:25 PM
  2. jump pages in a random
    By homes in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 10-16-2007, 03:58 PM
  3. HELP! still 16 pages, 167 kbs in images = 30 meg project?
    By publishers in forum Autorun MAX! 2.1 Discussion
    Replies: 5
    Last Post: 09-08-2006, 07:10 PM
  4. Listbox to jump to pages
    By Brave Heart in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 06-14-2006, 03:01 PM
  5. Combo Box Page Jump between 3 pages
    By mingwingming in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 02-10-2005, 04:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts