Group: macromedia.flash.actionscript3 · Group Profile · Search for Gamesprite in macromedia.flash.actionscript3
Author: edufk
Date: Apr 26, 2008 14:41
I want to load a SWF form another SWF and a have one error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at MoverBall$iinit() Any help? here is the actionscript code: package { import flash.display.*; import flash.events.*; import flash.events.KeyboardEvent; import flash.ui.Keyboard; import flash.geom.Point; public class MoverBall
|