flash tizzy
flash tizzy
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- monNom0
use an if statement
frame one(of the main timeline):
movieclip with the clip event:
onClipEvent(enterFrame){
//put all your stuff in aswellif(this._width >= width ){
_root.gotoAndPlay(next);
}
}