Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Unicode in FlashMX
Author: Mike Lyda
| Website: http://oddhammer.com |
Creating the buttons
Next open up FlashMX and drop three UI Component PushButtons onto the stage.

In the properties box change their labels from "Push Button" to
English, German, and Japanese

Note: Save the .fla file in the same directory in which you saved the text
files.
Select the English button and add the following actions to it:
on (release) {
_parent.gotoAndStop(5);
}
Select the German button and add the following actions to it:
on (release) {
_parent.gotoAndStop(10);
}
Select the Japanese button and add the following actions to it:
on (release) {
_parent.gotoAndStop(15);
}
| » Level Intermediate |
|
|
Added: : 2002-04-19
Rating: 7.93 Votes: 96
Hits: 2207
|
| » Author |
|
Mike Lyda is the Program Head for the Internet Technologies degree at Stanly Community College. http://www.stanly.cc.nc.us
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (107 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|