Selasa, 17 Mei 2011

script untuk spaceship game menggunakan flash


Actionscript pada Instance tombol start(frame1)
on (release) {
    tellTarget ("/") {
        gotoAndPlay(1);
    }
    gotoAndStop(1);
}

  frame ketiga :
if (pencet1==true)
{   gotoAndPlay (10); }
   else {  gotoAndPlay (1);  }
on (release) {                 
   gotoAndPlay ("baca", 1);    
   stopAllSounds ();      
   Mouse.show();         
}

Frame menembak
function nembak () {

      aduk = random(100);
      while (tembak<65 or nembak>90) {
                  tembak = random(100);
      }
      hasilTembak = chr(aduk);
      suara = "SuaraHuruf/SuaraHrf"+hasilTembak+".swf";
      _root.tempatText2 = hasilTemak;
      loadMovieNum(suara,1);

untuk sebuah movie klip :
on (keyPress "a") {
       klipA.gotoAndPlay(2);
}

Kelompok : 1. CAHYO PRAMANTO MULYO
                   2. GIVER EKO PRADYANA
                   3. M.RUSLI ISKANDAR

Tidak ada komentar: