View Full Version : [AS2] how do I make invisible objects?
Joeeyt
12-16-2009, 04:57 AM
Im currently making a platformer game and Im trying to make an invisible line that will serve as a bullet. any help?
tharshan
12-17-2009, 06:06 AM
If you want to just make a movieClip invisible..
use this coding in the movieclip.
onClipEvent(load)
{
this._visible = false;
{
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.