FLASH JUMP SCROLL - HORIZONTAL CLICK SCROLL WITH A BUTTON AT EACH SECTION
Copy link to clipboard
Copied
G'DAY
I am trying to use Flash AS3 - for a horizontal click scroll. That is a animated horizontal scroll with buttons, left and right at each section of the long horizontal stage.
Any help is much appreciated.
Are there any sites that provide tutiorials. action scripts and how to use Flash components - Does Adobe host any user tutorials
Copy link to clipboard
Copied
I do not understand what you try to explain you want to do, and the image does not help me see it either.
As far as finding tutorials go... Using Google and a few key terms can usually work wonders. Use the following as a general guide for your search terms. "AS3 desired topic tutorial" Where you substitute whatever you want to learn about in place of desired topic
Copy link to clipboard
Copied
Instead of a scroll bar, I want to use buttons left and right to scroll horizontally.
Similar action to isobar Australia: Home - This site has arrows on either side of the screen to scroll through, with a dynamic action.
How do I achieve this in Flash AS3
Copy link to clipboard
Copied
That type of design is somewhat simple. What it involves is using the button to initiate an Actionscript Tween which animates a movieclip to move left or right a certain amount of distance (the stage width in your example). For starters look into using the Tween class that comes with Flash. Later on when you gain experience you can switch to TweenLite or some other third party tweening engine. So search Google using terms like "AS3 Tween tutorial" and then use a button top initiate a position Tween.
Copy link to clipboard
Copied
I can't find such a tutorial -
Can you show me the script in AS3, the screen size I'm using is 980 x 810.
I want to scroll across 5 screens horizontally.
Is there an Action Script 3 book I can buy.
Copy link to clipboard
Copied
I do not believe you cannot find such a tutorial... https://www.google.com/search?q=AS3+Tween+tutorial

