byxb / Whack

Whack Game Starling Project for Flash Player 11
http://www.whacksite.com
120 stars 48 forks source link

Update for ASC2 #3

Open analytik opened 11 years ago

analytik commented 11 years ago

Hi,

This project is great, thank you for publishing it. However, I'm getting a huge amount of errors for AS Compiler 2 - using Flash Builder 4.7 beta.

I will try to fix what I can and post here. I might need help with some things, being a AS3 beginner.

analytik commented 11 years ago

OK, most errors were in external libraries (and some of them appeared because I used my version of Starling instead of the packed .swc) and were easy to fix, but I encountered one error I couldn't google my way out of: // Whack.as@65 _menus=new Screens();

throws

TypeError: Error #2079: Classes derived from Bitmap can only be associated with defineBits characters (bitmaps). at flash.display::Sprite/constructChildren() at flash.display::Sprite() at flash.display::MovieClip() at Screens() at Whack()[C:\Users\zombie\Adobe Flash Builder 4.7\Whack\src\Whack.as:65]

Any clue as of what that might be?