|
Site Map
Contact
Services
Search
Donations
|
|
Flash examples:
online tutorial
online resume
Flash Files
shape tween example
motion tween example
Creating a Button:
1. Draw a shape/text
2. Select the black cursor and double click on your shape
3. go to insert-> convert to symbol and choose button
4. double click on your new button and you should see four boxes in your
main timeline
5. right click on each box and choose insert keyframe
6. now select the over box and change its color
7. now select the hit box and draw a square over your button
8. now select scene 1 which is located on the top right corner of the
screen
code for each button:
------------------
on(release){
stop();
}
------------------
on(release){
play();
}
------------------
on(release){
shape._visible = false;
}
--------------------
on(release){
shape._visible = true;
}
|
|
Windows Tips of the week
Software Reviews
Software everyone should have
Downloads, Patches, and updates
How to: Publish your web page
|