FSCommand Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • aharris816
    Forum Member
    • Feb 2003
    • 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.
  • aharris816
    Forum Member
    • Feb 2003
    • 5

    #2
    Re: FSCommand Help

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

    Comment

    • Corey
      Indigo Rose Staff Alumni
      • Aug 2002
      • 9741

      #3
      Re: FSCommand Help

      Use a FLASH OBJECT > GET LAST FSCOMMAND action

      Corey Milner
      Creative Director, Indigo Rose Software

      Comment

      Working...
      X