![]() ![]() | |
Flash 2.
nextScene()
None.
Nothing.
Function; sends the playhead to Frame 1 of the next scene and stops it.
In this example, when a user releases the button, the playhead is sent to Frame 1 of the next scene.
on(release) {
nextScene();
}
![]() ![]() | |