I am going to make platformer game on Flash using starling framework. I wont it to be a standalone version, installing version. Does anyone have any advices about that topic particularly I am interested in:
- How To Make Flash Project installable
- what resolution should i use? not to scale game on different monitors
- How big can flash world be, I mean in flash professional, max width can be 2880 pixels, is it possible to increase it? To make a long way for character, like in Game “Beep” http://www.youtube.com/watch?v=gFxaovfxbnY&feature=related
Bitmapcanvas and usecopyPixels()through it’sbitmapDataproperty you’ll be able to make it as large as you want without noticeable loss of speed.