why does my game run so slow in browser?
When I'm in mmf2 and I test it from there I get a solid 45-50 FPS but whenever I export it to .swf it always runs horribly getting about 20 FPS and tons of game breaking glitches. the .swf's only 2.4MB and the frame has about 80 objects. what could be making it run so slow?
Re: why does my game run so slow in browser?
Do you have fast loops? They are really slow in Flash.
Re: why does my game run so slow in browser?
No, I have a lot of groups though and alterable values do change around a lot.
Re: why does my game run so slow in browser?
Do you have a lot of background objects (like a mosaic)?
Re: why does my game run so slow in browser?
I used fast loops in a swf game i done.
1 fast loop for each enemy.
1 fast loop for each enemy position and then a seperate one for the player. (mini map).
mmf file mfa (4,066kb)
swf file 1,753 kb)
but i only have three frames.
http://www.flashgamelicense.com/view_game.php?from=dev&game_id=17405
This is my first ever flash game you need to sign up to view it.
Needs a lot of work but not a bad first try.