MACROMEDIA FLASH 8-DEVELOPING FLASH LITE Develop Manual page 24

Developing flash lite applications
Hide thumbs Also See for FLASH 8-DEVELOPING FLASH LITE:
Table of Contents

Advertisement

10.
In the Actions panel, type the following code:
on(rollOver) {
status = "Press to select News"
}
on(press) {
status = "You selected news"
}
This code assigns some text to the dynamic text field when the user rolls over the News
menu button.
11.
Select the Sports button and type the following code in the Actions panel:
on(rollOver) {
status = "Press to select Sports";
}
on(press) {
status = "You selected Sports";
}
12.
Select the Weather button and type the following code in the Actions panel:
on(rollOver) {
status = "Press to select Weather";
}
on(press) {
status = "You selected Weather";
}
13.
In the Timeline, select Frame 1 of the layer named Actions.
14.
In the Actions panel, type the following code:
_focusRect = false;
This disables the yellow focus rectangle that Flash Lite draws by default around buttons
and text fields that have focus (see
At this point, the Stage should look something like the following image:
24
Creating Interactivity and Navigation
"About the focus rectangle" on page
11).

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-DEVELOPING FLASH LITE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents