| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Jul 2002
Location: UK
Posts: 40
|
Hi guys,
I'm having problems getting this fscommand to work...let me explain. I have a Flash movie with 7 scenes. The final scene is called "shutdown". Within this scene I have a frame label called "shutdownActions". How can I get the IceProjector to call this frame when I exit the program ? This is what i have tried, fscommand ("fas.Event.APClose", "_root.shutdownActions"); but it doesn't seem to work. Please advice. Thanks. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
Hi Tankshell
If you are trying to call the frame action(not goto the frame), then your way should work. If you are trying to move the playhead to that frame(gotoandplay frame) when APClose event happen, then you should write like this: - In Frame 1, fscommand ("fas.Event.APClose", "_root.shutdownActions"); stop(); - In Frame labeled with "shutdownActions", gotoandplay(APCloseFrame); - In Frame labeled with "APCloseFrame", and the following frames... Place your actionscripts and movies to be triggered by the APClose events here. If you still have problem, you may send your fla to us. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jul 2002
Location: UK
Posts: 40
|
I still cannot get this to work.
I have email you my .fla file. Thanks. |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
Get it.
Will keep you updated soon. |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2002
Location: UK
Posts: 40
|
I recieved your reply. Thanks.
Good to know it wasn't just me! |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|