Gamesprite
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.302 sec
now I've replaced "stage" with "_stage" in Ball2 and MoverBall, but the error continues. here is the complete code: **************************MOVERBALL**************************** package { import flash.display.*; import flash.events.*; import flash.events.KeyboardEvent; import flash.ui.Keyboard; import flash.geom.Point; public class MoverBall extends MovieClip{     

Group: macromedia.flash.actionscript3 · Group Profile · Search for Gamesprite in macromedia.flash.actionscript3
Author: edufk
Date: Apr 29, 2008 08:55

here is te complete code: class Ball2: package { import flash.display.*; import flash.geom.Point; import flash.display.Stage; import flash.events.*; public class Ball2 extends MovieClip{ private var centro:Point; private var aux:int; private var _stage:DisplayObjectContainer; public function Ball2(tl:DisplayObjectContainer){ _stage = tl; _stage
Show full article (3.44Kb) · Show article thread
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     

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
Show full article (3.19Kb) · Show article thread
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     

Group: macromedia.openswf · Group Profile · Search for Gamesprite in macromedia.openswf
Author: edufk
Date: Apr 23, 2008 21:33

Show full article (2.86Kb)
    

Group: macromedia.flash.actionscript3 · Group Profile · Search for Gamesprite in macromedia.flash.actionscript3
Author: edufk
Date: Apr 23, 2008 19:02

Show full article (2.93Kb)
    

Group: macromedia.flash.actionscript3 · Group Profile · Search for Gamesprite in macromedia.flash.actionscript3
Author: edufk
Date: Apr 23, 2008 15:43

Show full article (2.47Kb)