moving 2 movieclips
moving 2 movieclips
Out of context: Reply #2
- Started
- Last post
- 32 Responses
- yah0
newClip1X = 300;
newClip2X = 400;
on(release){
_root.clip1._x = newClip1X;
_root.clip2._x = newClip2X;
}
newClip1X = 300;
newClip2X = 400;
on(release){
_root.clip1._x = newClip1X;
_root.clip2._x = newClip2X;
}