
108
Use motion paths
Last updated 6/15/2014
Edge Animate adds the code to stop the playhead at a particular position on the Timeline.
2 In between the parentheses of the stop() method, replace the 1000 number with 0.
The stop() method requires a number, in milliseconds, of the point on the Timeline at which it will move to and stop.
Sin
ce this first grayscale thumbnail is of the fishermen, you want the playhead to stop at 0:00 seconds, the point at
which we see the full image of the fishermen on the Stage.
Note: Y
ou can actually use any number between 0 and 1500 for the stop() method for button1_gray, since the image of
the
fisherman remains on the Timeline until 1.5 seconds, but it’s simpler and easier to be consistent to pick the time when
the image first appears.
3 Close the script panel.
The Open Actions icon for the button1_gray element becomes filled in, indicating that there is currently script
attac
hed to that element.
Comentários a estes Manuais