-
Website
http://www.letterneversent.com/ -
Original page
http://www.letterneversent.com/flash-and-actionscript-basics/1871/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
khalil_alaah
1 comment · 1 points
-
Anittah
5 comments · 1 points
-
Chris Sivori
102 comments · 1 points
-
peacefullrelegion
1 comment · 1 points
-
Adriana Lima
2 comments · 1 points
-
-
Popular Threads
on (release) {
gotoAndPlay("34");
}
This tells to goto or jump to particular frame.
but when used the same script for previous button like
on (release) {
gotoAndPlay("5");
}
in the above AS am asking to play back the 5th frame instead it plays the next frame only i.e the 35th frame. wats wrong with my AS. please do clear my doubt and give any idea how to do it.