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)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|