Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Flashants Support Forum

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-23-2002, 09:28 PM   #1
Tankshell
Registered User
 
Join Date: Jul 2002
Location: UK
Posts: 40
Default IceProjector > fscommand ("fas.Event.APClose", "_root.labelAPClose");

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.
Tankshell is offline   Reply With Quote
Old 07-24-2002, 03:39 AM   #2
Flashants
Moderator
 
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
Default

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.
Flashants is offline   Reply With Quote
Old 07-24-2002, 11:24 AM   #3
Tankshell
Registered User
 
Join Date: Jul 2002
Location: UK
Posts: 40
Default

I still cannot get this to work.

I have email you my .fla file.

Thanks.
Tankshell is offline   Reply With Quote
Old 07-24-2002, 01:32 PM   #4
Flashants
Moderator
 
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
Default

Get it.
Will keep you updated soon.
Flashants is offline   Reply With Quote
Old 07-24-2002, 02:42 PM   #5
Tankshell
Registered User
 
Join Date: Jul 2002
Location: UK
Posts: 40
Default

I recieved your reply. Thanks.

Good to know it wasn't just me!
Tankshell is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.