home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / Titans / raven.swf / scripts / DefineSprite_20_rub / frame_5 / DoAction.as
Encoding:
Text File  |  2006-01-05  |  376 b   |  25 lines

  1. if(tipe <= 10 and tipe2 <= 10)
  2. {
  3.    r.zrock.start();
  4. }
  5. else
  6. {
  7.    if(tipe == 11 or tipe2 == 11)
  8.    {
  9.       r.ztv.start();
  10.    }
  11.    if(tipe == 12 or tipe2 == 12)
  12.    {
  13.       r.zspeaker.start();
  14.    }
  15.    if(tipe == 13 or tipe2 == 13)
  16.    {
  17.       r.ztv.start();
  18.    }
  19.    if(tipe <= 10 or tipe2 <= 10)
  20.    {
  21.       r.zrock.start();
  22.    }
  23. }
  24. makecrash(tipe,tipe2,8);
  25.