Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2003
    Location
    Las Vegas, NV
    Posts
    12

    Grin Help with fscommand

    i am designing a map with swish and i have each point on the map going to a different page in ams. So i have the fscommand working with the page jump. Is the anyway to use 2 different commands with fscommand like page jump and another button to print a file?

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Yep that's easy. You just have to use an IF statement to indentify the lastfscommand. Search the forum for details on how to do that, then just use different fscommands such as:

    fscommand("jump");
    fscommand("print");
    fscommand("exit");

    Corey Milner
    Creative Director, Indigo Rose Software

  3. #3
    Join Date
    Oct 2003
    Location
    Las Vegas, NV
    Posts
    12

    Talking

    thanks

Posting Permissions

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