flash function Q
flash function Q
Out of context: Reply #6
- Started
- Last post
- 20 Responses
- jkosoy0
Why target the level? Just assign a variable to the movie you're attaching.
// note: I use dollar signs to differentiate between global and local variables.
var $mc = attachMovie ("box", "box" + current, current + 180);
$mc._x = // do whatever you want.