if you can recreate this effect of watching a comic strip by pressing the current frame to move it on to the next frame, I would be most impressed. can you create an FLA that does this?
http://www.maxim-magazine.co.uk/arc...popup_8ace.html
I will wait now and see. Here IS a challenge
system
February 22, 2004, 2:09am
2
Can you elaborate more on this? What’s this supposed to do? Move from one frame to another?
onRelease () {
gotoAndStop(_currentframe + 1);
}
system
February 22, 2004, 2:12am
3
Yes, when you click on on picture 1 it then moves to pic two etc then when you get to the end of the page, it moves down etc.
Thanks
system
February 22, 2004, 2:19am
4
Is it supposed to animate? This is super easy. Just have invisible buttons and image tweens. ???
system
February 22, 2004, 2:23am
5
yes, i thought so but just assumed it might be done with actionscript.
system
February 22, 2004, 2:26am
6
You could do it with actionscript, but wit tweens to ;). Not much of a challenge.
system
February 22, 2004, 2:28am
7
yes, ok. just though it was done with as.
Cheers