nextScene()
31
Example
In the following example, when the user clicks the button, the playhead moves to the next
frame and stops:
on (release) {
nextFrame();
}
See also
prevFrame()
nextScene()
Availability
Flash Lite 1.0.
Usage
nextScene()
Operands
None.
Description
Function; sends the playhead to Frame 1 of the next scene and stops it.
Example
In the following example, when a user releases the button, the playhead moves to Frame 1 of
the next scene:
on(release) {
nextScene();
}
See also
prevScene()
Содержание FLASH 8-FLASH
Страница 1: ...Flash Lite 1 x ActionScript Language Reference...
Страница 6: ...6 Contents...
Страница 46: ...46 Flash Lite Global Functions...
Страница 62: ...62 Flash Lite Properties...
Страница 76: ...76 Flash Lite Statements...
Страница 110: ...110 Flash Lite Operators...
Страница 162: ...162 Index...