why does my game run so slow in browser? – Clickteam.
ファーストループがSWF出力では「スロウループ」になってる件
ちょうどタイマーベース動作でSWFビルドを実験していたのでグッドタイミング。
実際遅くなります、FPSの落ちかたが酷い。
SWF出力
こうなるとタイマーベースもクソも無いね。ちなみにストーリーボードコントロールからアクセスできるアクションにはSWFビルドだと使えないものもあるので、フレームレートの変更はもともとSWFでは実行中に変更できないのですが、ファーストループも使うと遅くなるのでタイマーベースもSWFで破綻してる・・これはそのうち治るんだろうけどまだまだ弱点が多い。でも意外とJavaは良く動くんだよね・・。
Javaアプレット
SWFはFPSの低下が顕著なんだけどJavaアプレットは低下はほぼ無い(その代わりFPSにムラがあるしそもそも60以上出てる時がある)
why does my game run so slow in browser? | |
Registered: 07/15/11 |
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? [Re: NKO] | |
Clickteam Registered: 07/01/06 |
Do you have fast loops? They are really slow in Flash.
_________________________
Francois |
Re: why does my game run so slow in browser? [Re: Francois] | |
Registered: 07/15/11 |
No, I have a lot of groups though and alterable values do change around a lot.
|