Pages

Ads 468x60px

Jumat, 10 Agustus 2012

mashuri script flash


DAFTAR SCRIPT :



1. Memasukkan movie (pada tombol play):
on(release){
loadMovie("vidio.swf","target");
}

2. Skript untuk keluar :
on(release){
fscommand("quit");
}

3. untuk berpindah frame :
on(release){
gotoAndPlay(2);
}
4. menghentikan frame :
stop();

5. Full screen :
fscommand("fullscreen","true");
fscommand("allowscale", "false");
fscommand("showmenu", "false");

6. Script kursor
startDrag("kuas_mc", true);
onEnterFrame = function () {
Mouse.hide();
if (ASnative(800, 2)(1)) {
kuas_mc.play();
}
// end if
};


7. script untuk hidden tombol

// pada saat mouse disorot
on (rollOver) {
gotoAndPlay(2);
}

// pada saat mouse dilepaskan
on (rollOut) {
gotoAndPlay(3);
}

// pada saat mouse ditekan
on (release) {
gotoAndPlay(3);
}

0 komentar:

Posting Komentar

 

Sample text

Sample Text

Sample Text