Navigation and User Interaction
375
Setting properties for push buttons, radio buttons, and check boxes
When you create a push button, radio button, or check box on the Stage, a Button cast member is
added to the Cast. You can use button cast member properties to change the name and button
type of button cast members.
To view or change button cast member properties:
1
Select a button cast member (a push button, radio button, or check box) and click the Member
tab of the Property inspector using the Graphical view.
2
To view or edit the cast member name, use the Name text box.
3
To specify how Director removes the cast member from memory if memory is low, select an
option from the Unload pop-up menu. See “Controlling cast member unloading”
on page 152.
4
To change the type of button, click the Button tab and select Push Button, Check Box, or
Radio Button from the Type pop-up menu.
Jumping to locations with Lingo
The Lingo navigation features can make a movie jump to other frames, to other movies, or to
Internet movies and web pages. You can also use Lingo to make a movie appear to pause by
looping in one frame or a group of frames.
For details about specifying the locations of frames, markers, and movies, see “Identifying frames
and movies” on page 406.
Jumping to a different frame
Lingo lets you jump to a different frame in the current movie or in another movie.
•
To jump to a specific frame in the current movie, use the
go
command, followed by an
identifier for the frame.
For example, the statement
go to "Begin Over"
jumps to the frame labeled Begin Over.
•
To jump to the beginning of a different movie, use the
go
command, followed by an identifier
for the movie.
For example, the statement
go to movie "Citizen_Kane"
goes to the beginning of the
movie Citizen_Kane.dir.
•
To jump to a frame in a different movie, use the
go
command, followed by an identifier for the
frame and the movie; use
frame
followed by the frame identifier and
movie
followed by the
name of the movie.
For example, the statement
go to frame "Rosebud" of movie "Citizen_Kane"
goes to the
frame labeled Rosebud in the movie Citizen_Kane.dir.
See
go
in the Lingo Dictionary.
Содержание DIRECTOR MX-USING DIRECTOR MX
Страница 1: ...Using Director MX Macromedia Director MX...
Страница 12: ...Contents 12...
Страница 156: ...Chapter 4 156...
Страница 202: ...Chapter 6 202...
Страница 244: ...Chapter 7 244...
Страница 292: ...Chapter 10 292...
Страница 330: ...Chapter 12 330...
Страница 356: ...Chapter 13 356...
Страница 372: ...Chapter 14 372...
Страница 442: ...Chapter 16 442...
Страница 472: ...Chapter 18 472...
Страница 520: ...Chapter 19 520...
Страница 536: ...Chapter 20 536...
Страница 562: ...Chapter 23 562...
Страница 566: ...Chapter 24 566...
Страница 602: ...Chapter 27 602...