GinnyBhullar
03-26-2009, 11:03 AM
is it possible to have frame by frame navigation in FlashLite using AS 2.0 ?
I tried the following code:
next_btn.onPress = function(){
gotoAndStop(currentFrame+1);
}
This code is not working. Can somebody give me solution ?
I tried the following code:
next_btn.onPress = function(){
gotoAndStop(currentFrame+1);
}
This code is not working. Can somebody give me solution ?