Tuesday, November 9, 2010

How to make quit/exit button for flash

Question:
I know this should be simple one, but I can't find method to join the button with quit function. I am trying to make presentation which must have quit button.

Answer:
Put this script on your quit button actions-frame:

on (release) {
    fscommand("quit");
}

Adobe Flash CS4

No comments:

Post a Comment