I have a close button in my movie and I'm trying to figure out how to get the movie/window to close when someone clicks it. I looked in the tutorials section but couldn't find anything. Can anyone help? :)
Printable View
I have a close button in my movie and I'm trying to figure out how to get the movie/window to close when someone clicks it. I looked in the tutorials section but couldn't find anything. Can anyone help? :)
heh never mind.. got it!
on (release) {
fscommand("quit");
}