Movieclip.prototype.glide prob in flash 6
Movieclip.prototype.glide prob in flash 6
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- unfittoprint0
the problem is the following. You'll have to make the varaibles unique to the movieclip they're in.
for that check the following functions in the Stage:
wobbleFunc()
glideFunc()
fadeFunc()within them change the variables x,y,s,w to this.x, this.y, this.s and this.w
it will work after that.