2d - Flash CC Make layer invisible by using the code? -


i trying make 2d shooter game , need make bullet image invisible while not being shot.
possible? if not, there other way make bullet?

notice: bullet png image, not rectangle or sphere.

if put image in movieclip, can access via actionscript , like:

bullet.visible = false; 

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -