
Flash submissions are emulated via Ruffle. Ruffle is currently in development and compatibility is not guaranteed. Click here for more info.
I don't normally like to display stuff this early in development, but I need to start getting more feedback on stuff, so its kinda important.
Please let me know what FPS you get on average. Ideally it should be 50-60.
Controls: left/right turns the ship, Space fires the thrusters.
Use the thrusters to destroy the landscape allowing you to escape. You can't die at the moment, and there's no collision with the landscape or the lava yet. The level is also extremely short right now.
Thanks for your feedback
Please let me know what FPS you get on average. Ideally it should be 50-60.
Controls: left/right turns the ship, Space fires the thrusters.
Use the thrusters to destroy the landscape allowing you to escape. You can't die at the moment, and there's no collision with the landscape or the lava yet. The level is also extremely short right now.
Thanks for your feedback
Category Flash / All
Species Unspecified / Any
Size 512 x 352px
File Size 35.2 kB
Well, the code is run on a timer, so at full speed this runs at about 130 fps, but I've put a frame-rate limiter in there so that it should max out at about 50-60. Flash is a pain in the ass getting things to run consistently between machines, most people suggest using time-based code rather than frame-based, but that only works well in some situations, it usually ends up screwing up my game.
Comments