View Full Version : Help with fscommand
pdogg
10-24-2003, 11:33 PM
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?
Corey
10-25-2003, 12:01 AM
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 (http://www.indigorose.com)
pdogg
10-25-2003, 03:34 AM
thanks
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.