Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsSo I'm trying to make an animation, and when I preview it with test movie, it lags at about the 250th frame. This makes it so I can't see if it's in sync. I'd just like a simple way to preview my work without lag.
Thanks
At 4/30/10 10:20 PM, MatchboxDan wrote: So I'm trying to make an animation, and when I preview it with test movie, it lags at about the 250th frame. This makes it so I can't see if it's in sync. I'd just like a simple way to preview my work without lag.
Thanks
You could put the movie on very low quality.
AS2:
_root._quality = "low"
AS3:
stage.quality = "low"
If even that doesn't work you'll just have to test your movie on a faster computer, or remove stuff from the movie.
Hope this helps. :)
Games, Toons, and Other Escapes From Reality.
NutcaseNightmare [dot] com
You could put the movie on very low quality.
AS2:
_root._quality = "low"
AS3:
stage.quality = "low"
If even that doesn't work you'll just have to test your movie on a faster computer, or remove stuff from the movie.
Hope this helps. :)
Thanks, I'll try that.
That worked pretty well, thanks man