moving 2 movieclips
moving 2 movieclips
Out of context: Reply #32
- Started
- Last post
- 32 Responses
- System-Idle0
use a function similar to yr slide/move func.
but instead of using the _x, use _width or _xscale!
this.onEnterFrame=function(){
redBlock._width+=(10-redBlock._w...put this inside the function
you will need to kill the onEnterFrame when redBlock gets to the right size