Thread
:
refine my code...it sucks : Six clips fade. Rollover one...other Fade out
View Single Post
Isocase
2008-05-06 #
7
You can move the entire container like container._x = ..., container._y = ... or you can grab each box individually like container[ "box_" + 0 ]._x = ..., container["box_" + 1]._x = ...
Isocase
View Public Profile
Find all posts by Isocase