Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-02-2001, 01:47 AM   #1
countryman
Registered User
 
Join Date: Apr 2001
Posts: 124
Send a message via AIM to countryman
Default

I have a flash file that has MC that are triggered by tell target commands. One one MC is playing and second MC plays, all the animations slow down. I am playing the files locally on my system and not viewing online yet

Does any one have any ideas on hos to get all the MC to run at normal speed?

countryman
countryman is offline   Reply With Quote
Old 05-02-2001, 12:27 PM   #2
Marx
New Member
 
Join Date: Feb 2001
Posts: 378
Default

Hi..
If your MC's are slowing down then its down to the amount of calculations Flash is pushing onto your processor. Things like tweens, numerous jpg's and lots of actionscripts running at the same time cause Flash to buckle under the workload.
Try optimising your files if possible. Use instances of the same symbols, optimise jpg's by double clicking them in the library and changing their compression settings and streamline any long actionscripts if possible.

Hope this helps.
Marx is offline   Reply With Quote
Old 05-03-2001, 09:39 AM   #3
yenn_ng
Registered User
 
Join Date: May 2001
Location: Singapore
Posts: 3
Send a message via ICQ to yenn_ng
Default

what should i type in Flash to close a fullscreen window?
yenn_ng is offline   Reply With Quote
Old 05-03-2001, 12:53 PM   #4
Marx
New Member
 
Join Date: Feb 2001
Posts: 378
Default

Hi...

on (release) {
getURL ("javascript:window.close()");
}

Or for a projector:

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

Good luck.
Marx 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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How can you know which mc is hiting? ddlam ActionScript 1.0 (and below) 1 03-03-2003 04:38 PM
dublicating a mc over entire background slaskis ActionScript 1.0 (and below) 2 03-02-2003 12:06 PM
Slow site loading Rush152 Other Flash General Questions 5 01-06-2003 06:45 AM
Use loadMovie to load MC into MC ?? TBoyB Simple Stuff (Newbies) 5 08-02-2001 04:47 AM
Loading mc into main-movie and loosing php-variables. screen ActionScript 1.0 (and below) 2 07-17-2001 03:52 PM


All times are GMT. The time now is 08:54 PM.


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.