Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: FSCommand Help

  1. #1
    Join Date
    Feb 2003
    Posts
    5

    FSCommand Help

    I'm having trouble using fscommands in AMS 4. In my flash movie I have an fscommand to quit
    fscommand ("Quit");
    I'm trying exit the cd so in AMS inside of the On FSCommand I have

    IF (%Command% = "Quit")
    Application.Exit
    END IF

    But it continues to loop. I made sure that the 'Automatically Play Movie' and 'Loop movie' were unchecked.

  2. #2
    Join Date
    Feb 2003
    Posts
    5

    Re: FSCommand Help

    Nevermind. I just figured it out. In AMS instead of using 'Last FSCommand Args', I am suppose to use 'Last FSCommand'.

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

    Re: FSCommand Help

    Use a FLASH OBJECT > GET LAST FSCOMMAND action

    Corey Milner
    Creative Director, Indigo Rose Software

Posting Permissions

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