1. I made a Clip Frame with 30 Pictues... OK, It is working fine..Scrolling great
2. I convert a Picture to a button
3. I made a Action Script for each Picture
But If I click on a Picture, I cannot Link to a page???
My Action Script for Pictures...in the movie clip bar
on(press){_root.page.gotoAndPlay(2);} // Is (2) my Frame? I tried instead Infos...
on(press){_root.page.gotoAndPlay(3);}
on(press){_root.page.gotoAndPlay(4);}
When I run the file It is working fine, but I can not Link to a Page!
I tried 2 houres no chance...to rename List of Keyframes and Scenes and Scripts...
How can I Link to a page if I click on a picture?
I can not scroll to all Pictures! Is there a Limitation a the action script?
Did you also post your question in Remus' forum http://forum.necromanthus.com/
He created the example and may be able to tell you exactly what you need.
I think he monitors his own forum more often then the Flashkit one.
It's hard to see anything without the images included (all images are just white blocks now). As far as I can tell the images from your bar don't have an onPress action only the little block on the top left. That one uses _root.page.gotoAndPlay(1) but _root doesn't have a child movieclip named page. If you want to jump to another frame of _root you just use _root.gotoAndPlay without page.