Internet Commerce

Partners & Affiliates

Developer Channel


Featured Flash FLA
Gallery Downloads 11401 Flash Movies | 5 New Flash Movies Added
What's New | Top 100

Featured FLA

»  Author: Nick Kouvaris
»  Title: Znax
»  Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
»  More by: Nick Kouvaris


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 4941 Flash Sites | 1 New Flash Links
What's New | Top 100 Flash Site

Featured Site

»  Author Agence WOP Digital Agency
»  Title: Electricdrum
»  Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.


Random Links | Add your own Flash Related Links
Flash Tutorials 1481 Tutorials 7 New Tutorials Added!
What's New | Top100

» How To Make A Simple Animation Using Christmas Clips
» Simple Step by step flash game tutorial Spot the diffrence
» How To Make A Moving Text Slide
» Create Flash Banner With Text Float Effect
» How To Make Zoo Photos Slideshow
» How To Make A Dolphin Photos Slideshow
» How To Make A Fathers Day Slideshow
» How To Make A Transparent Background of Your Flash File
» Create Flash Banner With Text Disco Light Effect Today we will introduce you a Text Disco Light eff
» Unknown Tag: Title10
Random Tutorial | Add Site


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » 3rd_Party/Other

Categories Flash Ticker Instance Model
Author: Joshua Sullivan | Website: http://www.metagamer.com/ |

 
Page 5
«prev 1 2 3 4 5 6 7 next»

Ticker Row

The next level up contains 3 instances of the single group clip. It waits until it recieves the ready signal, then arranges the groups in a row (See code below). When it is arranged, it tells the clip above it that it is ready.

Comment: These commands arange the 3 groups of ticker symbols in an evenly spaced line.
Set Property ("group1", X Position) = - (group1:_width + /:space)
Set Property ("group2", X Position) = 0
Set Property ("group3", X Position) = group3:_width + /:space
Set Property ("group1", Y Position) = "0"
Set Property ("group2", Y Position) = "0"
Set Property ("group3", Y Position) = "0"
Set Variable: "..:ticker_ready" = "1"
Stop

The next level up is in charge of actually moving the assembled ticker. It contains 6 Actions in the first 6 frames which essentially waits until it recieves the ready signal from its interior movie before it moves the ticker. The following will be a list of the Actions in the frames to help you visualise whats happening.



<%BR%>

Actionscript

Frame 1:
Comment: This frame and the next form a loop that waits for the ticker to assemble itsself before animation begins. "ticker_ready" is passed up from inside the "triple_group" clip.
If (ticker_ready EQ 1)
 Go to and Play (3)
End If
Frame 2:
Go to and Play (1)
Frame 3:
Comment: First, move the clip so we can see it. It begins hidden so the user can't see the clip as it assembles itsself.
Set Property ("triple_group", Y Position) = "0"
Set Variable: "loop_width" = triple_group/group1:_width + /:space
Set Variable: "start_x" = triple_group:_x
Comment: This is the default speed of the ticker, measured in pixels per frame. If this number is positive, the ticker moves from left to right. Negative numbers provide the opposite result.
Set Variable: "base_speed" = "1"

«prev 1 2 3 4 5 6 7 next»

» Level Advanced

Added: : 2000-06-19
Rating: 5.91 Votes: 33
Hits: 5615
» Author
No information about the author has been provided.
» Download
Download the files used in this tutorial.
Download (84 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments