Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Feb 20, 2015 Feb 20, 2015

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

BRAND:POSITION.jpg

TOPICS
ActionScript
961
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 21, 2015 Feb 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 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 21, 2015 Feb 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 22, 2015 Feb 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 22, 2015 Feb 22, 2015

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 23, 2015 Feb 23, 2015
LATEST

I do not believe you cannot find such a tutorial...  https://www.google.com/search?q=AS3+Tween+tutorial

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines