Skip to main content
Participant
February 21, 2015
Question

FLASH JUMP SCROLL - HORIZONTAL CLICK SCROLL WITH A BUTTON AT EACH SECTION

  • February 21, 2015
  • 1 reply
  • 1027 views

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

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
February 21, 2015

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 

GROSVENORAuthor
Participant
February 21, 2015

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

Ned Murphy
Legend
February 22, 2015

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.