No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[ICODE]I keep getting, this error"Error package cannot be nested", when I compile my code: package { import flash.display.Sprite; import flash.text.TextField; public class MessageBox extends Sprite { function MessageBox():void { var msgbox:Sprite = new Sprite(); // drawing a white rectangle msgbox.graphics.beginFill(0xFFFFFF); // white msgbox.graphics.drawRect(0,0,300,20); // x, y, width, height msgbox.graphics.endFill(); // …
I hope meet some Likeable Geeks here, and gain some knowledge about Web design, and development. Using Adobe Web Premium CS4, and doing a study in AS3, anyone here use AS3 Dave
The End.
FlashDave