| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
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 |
|
|
|
|
|
#2 |
|
New Member
Join Date: Feb 2001
Posts: 378
|
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. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
|
what should i type in Flash to close a fullscreen window?
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Feb 2001
Posts: 378
|
Hi...
on (release) { getURL ("javascript:window.close()"); } Or for a projector: on (release) { fscommand ("quit"); } Good luck. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
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 |