Anda di halaman 1dari 1

Rumus untuk pindah antar scene=

on (release)
{gotoAndStop("menuutama", 1);
}

Rumus untuk pindah antar frame label dalam satu scene=


on (release)
{
gotoAndStop("sc2");
}

Rumus untuk full screen=


fscommand("fullscreen","true")

Rumus untuk exit=


on (release)
{
fscommand("quit",true);
}

Rumus untuk mematikan audio


stopAllSounds();

Rumus untuk next frame;

on (release)
{
nextFrame();
}

Rumus untuk previous frame;


on (release)
{
prevFrame();
}

Anda mungkin juga menyukai