Heres a challenge

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

Can you elaborate more on this? What’s this supposed to do? Move from one frame to another?

onRelease () {
gotoAndStop(_currentframe + 1);
}

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

Is it supposed to animate? This is super easy. Just have invisible buttons and image tweens. ???

yes, i thought so but just assumed it might be done with actionscript.

You could do it with actionscript, but wit tweens to ;). Not much of a challenge.

yes, ok. just though it was done with as.

Cheers