|
1. |
Type text or insert images to scroll. We have used
Verdana font with size 11. |
| 2. |
Convert
into a graphic & name it 'about
us text scroll graphic'. |
| 3. |
Take
a new movie clip name it 'about
us text scroll' and insert the graphic
'about us text scroll
graphic' and animate it vertically
upwards. On the first key frame, give the action
'stop' and on the last key frame, give
the action 'Go to previous
frame'.
|
| 4. |
Drag 'about us text scroll'
movie clip into the scene at 'About us clip' layer. |
| |
|
| 5. |
Choose
Modify > Instance
and put instance name 'scroll'. |
| |
|
| 6. |
Now
convert this movie clip into another movie clip
i.e. 'about us clip'. |
| |
|
| 7. |
Choose
Modify > Instance and put instance name
'about us clip'. |
| 8. |
Choose
Window > Library > Scroll
> About us |
| 9. |
Double click the movie clip 'About
us clip'. |
| 10. |
At frame 10 insert a keyframe and delete the movie
clip from first frame. |
| 11. |
Similarly, insert keyframe at frame 20 and 30. |
| |
|
| 12. |
At frame 10 and 30 set the movie clip's color effect
alpha = 0 |
| 13. |
Between frame 10 and 30 assign
'motion tween'. |
| 14. |
Insert one more layers for actions.
At frame 1 and 20 give action 'stop' and at frame
30 give action 'Go to and
stop(1)' |
| 15. |
Create
one more layer with a mask patch to mask the 'about
us text scroll' movie clip. |
| 16. |
Create
a button on a new layer at frame 20 and name it
'scroll button'. This button is to scroll the movie
'about us text scroll' downward.
Assign the following actions to the button
On (Roll Over)
Begin Tell Target ("top")
Go to and Play ("up")
End Tell Target
End On
On (Roll Out)
Begin Tell Target ("top")
Go to and Stop ("stop")
End Tell Target
End On |
| 17. |
Copy
the same button. Flip it vertically and put it further
down. This button is to scroll the movie 'about
us text scroll' upward.
Assign the following actions to the button
On (Roll Over)
Begin Tell Target ("scroll")
Play
End Tell Target
End On
On (Roll Out)
Begin Tell Target ("scroll")
Stop
End Tell Target
End On |
| 18. |
Take
a new movie clip, name it 'Blank'
and insert three blank key frames.
On the first key frame, give the action
'stop' and also give a label name 'stop'.
Leave the second key frame blank & give label name
'up'.
On the third key frame give action
Begin Tell Target ("../scroll")
Go to Previous Frame
End Tell Target
Go to and Play ("up") |
| 19. |
Place
the Movie Clip 'Blank' in the 'about
us clip' on a new layer at frame 20,
and give instance name 'top'.
Note: When
you place the Movie Clip 'Blank' in the scene you
will notice a dot. |
| |
|
| 20. |
Create
another layer for title. Put the about us graphic
as a title with a slight tint to it and draw a horizontal
line below it. |
| |
|
| 21. |
In the scene the 'about
us clip' movie clip can be seen as a
dot. |
| 22. |
Now it is a time to connect this movie clip with
the 'about us button'. |
| 23. |
Add the following script to the about us button
On (Release)
Begin Tell Target ("/aboutusclip")
Go to and Play (2)
End Tell Target
End On |
| |
|
| 24. |
Preview the movie in the browser.(F12) |