Search tutorials
The Triangle
When trying to explain how to build a Flash movie, it is always easiest to build from the bottom-up. So in this tute we'll first look at the triangular slider object.
First create a new movie, name it control:triangle. On its stage place your triangle button called button:zoomer and setup the timeline like this:
Place button:zoomer on the first two frames and the following actions on frame 1 to initialise and control the minimum and maximum for this controller:
Comment: ------------------------------------
Comment: min/max for this controller
Comment: ------------------------------------
Set Variable: "min" = 0
Set Variable: "max" = 4
Set Property ("", X Position) = (((/:delay-min)/(max-min))*200)
| » Level Advanced |
|
Added: 2000-05-25 Rating: 6 Votes: 40 |
| » Author |
| Flashjunkie is a self-professed obsessive addict of life. Due to the highly artistic nature required of an Art Director for an Ad agency, he took up Flash to add some math to his diet. |
| » Download |
| Download the files used in this tutorial. |
| Download (100 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!