PDA

View Full Version : MX // Attachmovie, Keystrokes



yonip
July 8th, 2003, 12:13 AM
Hi, iam having some troubles on using this attachmovie command:
This is just the start just for example: _root.attachMovie("movie","movie1",1,
My question is on how to auto increment the depth of the command everytime it is played.
------------------------------

anwsered my other question searching forums :D

Thanks alot in advance... :tb:

jingman
July 8th, 2003, 01:43 AM
_root.attachMovie("movie","movie1",_root.depth++);