PDA

Click to See Complete Forum and Search --> : [Flash] FS_Command or Got_Focus?


detj
Aug 16th, 2005, 10:50 PM
i have an swf file, which is an image of a close and minimize button!

what method should i use? to get this swf file working...

RhinoBull
Aug 16th, 2005, 10:52 PM
What the heck are you talking about man ???

detj
Aug 16th, 2005, 10:54 PM
here's my swf file!

i just want them to be working...
of course, when i clicked the close button the project will close/end!
and if minimize the project will minimize...

now, what should i use the FS_Command or got_focus?

RobDog888
Aug 17th, 2005, 01:00 AM
To close your swf from a button click...
on (release) {
fscommand ("quit");
}

detj
Aug 17th, 2005, 03:27 AM
How To Code The Minimize Buttton?

detj
Aug 17th, 2005, 11:08 AM
To close your swf from a button click...
on (release) {
fscommand ("quit");
}

i can't understand the code... :confused: :confused: :confused:

RobDog888
Aug 17th, 2005, 11:11 AM
In your button you place your action script that I posted. When you do a mouse button up it will run the code which will quit your swf.