Adobe Flash Codes May 24, 2011
Posted by pisethkem in Flash.Tags: Flash
trackback
stop();
gotoandstop(FRAMENUMBER);
on(press) {
stopAllSound();
}
autorun.inf
[autorun]
OPEN = main.exe
*exit*
on(press) {
fscommand(“quit”)
}
*button*
on(press) {
loadMovieNum(“03.swf”, LEVEL};
}
*fullscreen*
fscommand(“fullscreen”, “true”);
fscommand(“allowscale”, “false”);
fscommand(“showmenu”, “false”);
Advertisement
Comments»
No comments yet — be the first.