Question
gotoAndplay
hi
can anybody help me
please say if the gotoAndplay function can be added in onclipEvent of a movie clip
for eg. like this
onClipEvent (enterFrame){
if (life == 0){ //life is number from _root.life
gotoAndPlay(2);
}
}
can anybody help me
please say if the gotoAndplay function can be added in onclipEvent of a movie clip
for eg. like this
onClipEvent (enterFrame){
if (life == 0){ //life is number from _root.life
gotoAndPlay(2);
}
}