package
{
import flash.display.Sprite;
import flash.events.Event;
public class Module extends Sprite
{
public function Module()
{
if (stage) init();
else addEventListener(Event.ADDED_TO_STAGE, init);
}
private function init(e:Event = null):void
{
removeEventListener(Event.ADDED_TO_STAGE, init);
// ** actual application code begins **
// ** stage is no longer null **
stage.showDefaultContextMenu = false;
}
}
}
WHAT'S NEW?
Loading...
Hilangkan menubar as3
- Judul : Hilangkan menubar as3
- Penulis : PF studio
- Kategori : Archive Code Snippets
-
Rating : 100% based on 10 ratings. 5 user reviews.
Item Reviewed: Hilangkan menubar as3
9 out of 10 based on 10 ratings. 9 user reviews.
facebook
twitter
google+
fb share