Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Antar scene:

on (release) {
trace("Pre-Story");
//you need to target the main timeline first with _root and then
go to and play.
_root.gotoAndPlay("Pre-Story", 1);
}

Atau

on (release) {
gotoAndPlay("SceneName",1);
}

You might also like