flash script how?
flash script how?
Out of context: Reply #8
- Started
- Last post
- 17 Responses
- unfittoprint0
it's a slide loop, where the targetx argument is related to the _xmouse. you'll also have to have a relation between the mask size and the MC._width
inside each sliding mc
slide= function(speed){
_x=((_xmouse*(_width/mask._width...
}slideInt = setInterval(slide, 30, speed)
things in the background have a smaller rate thant those in the front giving the illusion of paralax.