Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 30
  1. #1
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770

    Jump to page from menu?

    Can you go to a page from a link in the menu?
    Can't seem to find anything on it.
    Thanks for the help

  2. #2
    Join Date
    Oct 2005
    Posts
    24
    do you mean like this


    On Menu:

    if e_ID == 102 then

    Page.Jump("Page2")

    end

  3. #3
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    There seems to be a lot of confusion suddenly over the use of the menu bar in AMS 6. The excellent help file has a very good illustrated version of how to apply actions to the menu bar. Once you grasp how it works, you'll see how easy it is to customize what happens when a user clicks a given option on your menu bar:
    http://www.indigorose.com/webhelp/am...ample_Menu.htm
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  4. #4
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Quote Originally Posted by fossil
    do you mean like this


    On Menu:

    if e_ID == 102 then

    Page.Jump("Page2")

    end
    Thank you for the help , I had that but didn't have the numbering right on it .
    Got it worked out.
    Thanks.

  5. #5
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Here is a screenshot on how it is looking so far.
    Thanks for all the help and my dumb questions.. lol
    Attached Images

  6. #6
    Join Date
    Oct 2005
    Posts
    24
    Very nice

  7. #7
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Thank you fossil, didn't think anyone was looking.

  8. #8
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Very nice bobbie
    Dermot

    I am so out of here

  9. #9
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Well thank you too.

  10. #10
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Always looking. Very nice bobbie. I give it ten golden thumbs.


  11. #11
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Thank you Corey, I find the menu really helpful now. I used part of it to have the menu links go to some page that I have flash games on .
    You can find some real nice games at http://www.flashkit.com/index.shtml for free to use in anything that you like.
    Some have restriction on commercial stuff.but most can be use for most anything.

  12. #12
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Flashkit rules.

  13. #13
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Bobbie, that looks very nice. One thing you might want to consider is to have AMS add the links to an html file automatically without having the customer edit the file directly.

    For instance you can have a file that looks like this:

    Code:
    <html>
    <head>
    	<title>Links</title>
    </head>
    
    <body>
    yada yada yada <br>
    <br>
    #LINKS#
    
    </body>
    </html>
    Then store your links in another text file or sqlite database or ini file. Then when you go to load the file you could take each link build a string and then repolace the #LINKS# string with the string of links.

    Tigg
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  14. #14
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Yep, Tigg's idea is a good one. I've used that exact sort of system many times and it always works great.

  15. #15
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Thanks guys for the help. I will see if I can figure it out and maybe do that .
    Not sure if I can . lol

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Menu Tree
    By Seville in forum AutoPlay Media Studio 6.0
    Replies: 24
    Last Post: 05-03-2006, 09:36 AM
  2. Page jump multiple times with different seek frame.
    By Geoffh in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-04-2003, 11:37 AM
  3. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  4. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM
  5. TUTORIAL: Showing and Hiding Objects in AutoPlay Menu Studio 3.0
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 02:39 PM

Posting Permissions

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