Adding Navigation
From SUwiki
|
Topic Assignments
Creating your first interactive button in Flash!
Read the Overview of Flash Symbols.
- Creating Button Symbols.
Watch how to make an interactive button in Flash tutorial.
Watch this clip to learn how to add navigation buttons to your game scenes.
Download the Flash file (.FLA) used in this clip:
Button Tutorial.FLA
Here is the code used to navigate between scenes:
stop();
Button_Name1.onRelease = function() {
gotoAndPlay("*scene name*");
}
Button_Name2.onRelease = function() {
gotoAndPlay("*scene name*");
}
Replace the *scene name*'s (including the asterisks) with the name of the scenes you want to jump to.
Update the Wiki
- Upload the assets (.SWF and .FLA) you create to your Wiki project page.
Update the Blog:
- Write about this topic? Was it hard? Fun? Both?
- Find a video online to embed on your blog dealing with your game topic. Why did you choose this video?
Comment on on of your classmate's blog!
Related Links and Tutorials
- Browse the MyGLife.org Flash Tutorials list for more tutorials, information and links!
Search the Web for more information
Here are some search results on Flash Symbols and Buttons:
- Google results for "flash & symbols & tutorial".
- TeacherTube results for "flash"
- Ask.com results for "flash & buttons & tutorial".


Students Contributions
Here are examples of what other students did in this topic. Please add your work to this section.
