Copy link to clipboard
Copied
can someone give me a help or a hint how to restrict blue chips from moving when its red chip turn.. i name the red chip mc_chip1-12 and the blue mc_chip13-24..
is _root.mc_chip13.enabled = false; up to _root.mc_chip24.enabled = false; enough?
Copy link to clipboard
Copied
try it and see. it may or may not do what you want.
you can also try the mouseEnabled property.
and, if semi-random guessing isn't working for you, explain what triggers a chip to move.
Copy link to clipboard
Copied
can you show me an example code for the mouseEnabled property or how to use it.... thanks
Copy link to clipboard
Copied
my errror. mouseEnabled is an as3, not as2, property.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now