actionscript Q
actionscript Q
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- o0o0
what part isn't working?
If the clip isn't moving it's because you haven't used 'currentPosx' yet..
this._x = currentPosx;
If it's the timeline... which timeline do you want to effect? The way you have it now, you're talking to the timeline of the clip you're animating... if you want the main timeline use _root.gotAndStop() ... or you can use _parent.gotoAndStop() for the parent movie clip..
does that help?