flash scripting
flash scripting
- Started
- Last post
- 2 Responses
- armed_rob
I need to learn how to script a movement and an alpha downtone in flash...
any links? or scripts?
- ********0
prøv
http://www.flashkit.com
http://www.actionscripts.org
eller
http://www.ultrashock.comde skulle gerne ha' det du søger
- Jerry0
speed = 50;
movieclip.prototype.setAlpha(ste...
this._alpha += step
}movieclip.prototype.setX(step){
this._x += step
}aID = setInterval (yourMovieClip.setAlpha, speed, -10);
xID = setInterval (yourMovieClip.setX, speed, 10);Cheers,
Jerry