flash function Q
flash function Q
Out of context: Reply #4
- Started
- Last post
- 20 Responses
- vaporstouch0
thanks for the input. so if i have
attachMovie ("box", "box" + current, current + 180);
(180 is a random # to make sure the level doesnt conflict with other stuff in the swfs) how do i target that level?
_level[current + 180]["box" + current]._x
?