STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228109
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/49868805?noj=FRM49868805-8DC" width="1" height="1"></div>

Kucing Fighter.swf

This is the info page for
Flash #24589

(Click the ID number above for more basic data on this flash file.)


Text
games

presents

select language / pilih bahasa

English

Indonesia

its about a story

ini tentang sebuah legenda

skip intro

where all cats fight each other

dimana para kucing saling bertarung

just for the pride

demi kebanggaan dan harga diri

to find the strongest

untuk memilih yang terkuat

debug

Kucing Fighter

(c) 2005 by Bayu Rizaldhan Rayes

www.bayubayu.com

version 0.4b

(c) 2005 Bayu Rizaldhan Rayes

intro

play 2 player

instruction

credits

mulai 2 player

instruksi

rule : just win 2 round!

credits

instruction

Keyboard Player1

P

O

punch

kick

running :

fireball :

+

punch

uppercut :

(hold)

H

G

W

A

S

D

Keyboard Player2

back

command list:

version 0.4 (beta) - December 2005
(c) copyright 2005 by Bayu Rizaldhan Rayes  (bayubayu)
All Rights Reserved

<P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="12" COLOR="#000099"><A HREF="http://www.bayubayu.com">http://www.bayubayu.com</A></FONT></P>

Design, Programming, story & Characters, Graphics & Sound
created by Bayu Rizaldhan Rayes

thanks for playing!

games

get morecoolstuff!

Kukun

Kubi

Kuhi

Kupi

select player 1

pilih player 1

select player 2

pilih player 2

Kukun

Kubi

dock

desert

select stage

dermaga

padang pasir

pilih lokasi

statusnya

timer

100

100

1

1

100

100

ActionScript [AS1/AS2]

Frame 1
_root.author_copyright = "Bayu Rizaldhan Rayes - www.bayubayu.com"; _quality = "MEDIUM"; _root.bahasa = 1; stop();
Frame 6
stop(); removeMovieClip("_root.player1"); removeMovieClip("_root.player2"); removeMovieClip("_root.bayanganp1"); removeMovieClip("_root.bayanganp2");
Frame 11
stop();
Frame 17
stop();
Frame 25
stop();
Instance of Symbol 137 MovieClip "kucing2" in Frame 25
onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 137 MovieClip "kucing3" in Frame 25
onClipEvent (load) { gotoAndStop (3); }
Instance of Symbol 137 MovieClip "kucing4" in Frame 25
onClipEvent (load) { gotoAndStop (4); }
Frame 33
stop(); if (player1_tipe == 1) { warna_ganti = new Color(_root.kucing1); _root.tombol_trans1._y = _root.tombol_trans1._y - 400; } else if (player1_tipe == 2) { warna_ganti = new Color(_root.kucing2); _root.tombol_trans2._y = _root.tombol_trans2._y - 400; } else if (player1_tipe == 3) { warna_ganti = new Color(_root.kucing3); _root.tombol_trans3._y = _root.tombol_trans3._y - 400; } else if (player1_tipe == 4) { warna_ganti = new Color(_root.kucing4); _root.tombol_trans4._y = _root.tombol_trans4._y - 400; } myColorTransform = new Object(); myColorTransform.aa = 32; warna_ganti.setTransform(myColorTransform);
Frame 40
stop();
Frame 49
function set_warna(tipe_warna) { if (tipe_warna == 1) { myColorTransform.rb = 0; myColorTransform.gb = 0; myColorTransform.bb = 0; } else if (tipe_warna == 2) { myColorTransform.rb = -102; myColorTransform.gb = -5; myColorTransform.bb = 241; } else if (tipe_warna == 3) { myColorTransform.rb = -93; myColorTransform.gb = -28; myColorTransform.bb = 37; } else if (tipe_warna == 4) { myColorTransform.rb = 78; myColorTransform.gb = -33; myColorTransform.bb = 162; } } function set_nama(tipe) { if (tipe == 1) { return("Kukun"); } if (tipe == 2) { return("Kubi"); } if (tipe == 3) { return("Kuhi"); } if (tipe == 4) { return("Kupi"); } } _root.batas_kanan = 550; _root.batas_kiri = 0; _root.stop_fight = true; _root.ronde = 1; _root.poin_menang = 2; _root.poin_player1 = 0; _root.poin_player2 = 0; duplicateMovieClip (karakter1, "player1", 40); setProperty(player1, _x , 100); setProperty(player1, _y , 100); duplicateMovieClip (bayangan1, "bayanganp1", 38); setProperty(bayanganp1, _x , 100); setProperty(bayanganp1, _y , 100); duplicateMovieClip (karakter1, "player2", 41); setProperty(player2, _x , 400); setProperty(player2, _y , 100); duplicateMovieClip (bayangan1, "bayanganp2", 39); setProperty(bayanganp2, _x , 400); setProperty(bayanganp2, _y , 100); warna_p1 = new Color(_root.player1); warna_p2 = new Color(_root.player2); myColorTransform = new Object(); Key_A1 = 79; Key_B1 = 80; Key_atas2 = 87; Key_kiri2 = 65; Key_kanan2 = 68; Key_bawah2 = 83; Key_A2 = 71; Key_B2 = 72; set_warna(player1_tipe); warna_p1.setTransform(myColorTransform); set_warna(player2_tipe); warna_p2.setTransform(myColorTransform); _root.nama_player1 = set_nama(player1_tipe); _root.nama_player2 = set_nama(player2_tipe); _root.bg01.gotoAndStop(_root.lokasi_tipe); _root.bg02.gotoAndStop(_root.lokasi_tipe); _root.bg03.gotoAndStop(_root.lokasi_tipe);
Instance of Symbol 177 MovieClip in Frame 49
onClipEvent (enterFrame) { function log_reset(playernya) { with (playernya) { log_tb1 = 0; log_tb2 = 0; log_tb3 = 0; log_tb4 = 0; log_tb5 = 0; log_tb6 = 0; } } function log_tombol(playernya, tombol) { with (playernya) { if (!lock_arah) { time_tekan_tombol = getTimer(); last_tombol = tombol; log_tb1 = log_tb2; log_tb2 = log_tb3; log_tb3 = log_tb4; log_tb4 = log_tb5; log_tb5 = log_tb6; log_tb6 = last_tombol; } } } function refresh_posisi(playernya, player_lawan) { with (playernya) { _y = _y + speedy; _x = _x + speedx; if (_x >= _root.batas_kanan) { _x = _root.batas_kanan; } if (_x <= _root.batas_kiri) { _x = _root.batas_kiri; } if ((((!terpojok_kiri) and (!player_lawan.terpojok_kiri)) and ((!terpojok_kanan) and (!player_lawan.terpojok_kanan))) and (!((((Math.abs(speedx) > 0) and (!kiri)) and (player_lawan._x <= _root.batas_kiri)) or (((Math.abs(speedx) > 0) and (!kanan)) and (player_lawan._x >= _root.batas_kanan))))) { _root.bg01._x = _root.bg01._x - (speedx / 2); _root.bg02._x = _root.bg02._x - speedx; player_lawan._x = player_lawan._x - speedx; } if (_y >= tapaky) { lompat = false; speedy = 0; _y = tapaky; lock_pukul_lompat = false; } else { speedy = speedy + 4; } if (flag_tembak) { if (hadap_kanan) { _root.attachMovie("tw_bola_api", "bola_api1", 120); _root.bola_api1._x = playernya._x + 64; _root.bola_api1._y = playernya._y; tembak_kanan = true; } else if (!hadap_kanan) { _root.attachMovie("tw_bola_api", "bola_api2", 121); _root.bola_api2._xscale = -100; _root.bola_api2._x = playernya._x - 64; _root.bola_api2._y = playernya._y; tembak_kiri = true; } flag_tembak = false; } if (tembak_kanan) { if (_root.bola_api1._x < _root.batas_kanan) { _root.bola_api1._x = _root.bola_api1._x + 20; } else { with (_root.bola_api1) { removeMovieClip(this); } tembak_kanan = false; } } if (tembak_kiri) { if (_root.bola_api2._x > 0) { _root.bola_api2._x = _root.bola_api2._x - 20; } else { with (_root.bola_api2) { removeMovieClip(this); } tembak_kiri = false; } } } } function nabrak_musuh(playernya, player_lawan) { with (playernya) { if ((((Math.abs(_x - player_lawan._x) < (_width / 2)) and (!lompat)) and (!pukul)) and (!player_lawan.lompat)) { if ((((((hadap_kanan and (!kanan)) and (!player_lawan.kiri)) and (!player_lawan.terpojok_kiri)) and (!terpojok_kiri)) and (!player_lawan.terpojok_kanan)) and (!terpojok_kanan)) { _x = _x - 24; } if (((((((!hadap_kanan) and (!kiri)) and (!player_lawan.kanan)) and (!player_lawan.terpojok_kanan)) and (!terpojok_kanan)) and (!player_lawan.terpojok_kiri)) and (!terpojok_kiri)) { _x = _x + 24; } speedx = Math.ceil(speedx / 2); if (kanan and hadap_kanan) { player_lawan._x = _x + (_width / 2); if (_root.bg01._x <= _root.batas_kiri) { player_lawan.terpojok_kanan = true; } if (player_lawan.terpojok_kanan or (player_lawan._x >= _root.batas_kanan)) { _x = _x - 10; } } if (kiri and (!hadap_kanan)) { player_lawan._x = _x - (_width / 2); if (_root.bg01._x >= _root.batas_kanan) { player_lawan.terpojok_kiri = true; } if (player_lawan.kiri or (player_lawan._x <= _root.batas_kiri)) { _x = _x + 10; } } } if (nabrak) { speedx = 0; } } } function gambar_frame(playernya, player_lawan) { with (playernya) { if (((((Math.abs(speedx) > 0) and (Math.abs(speedx) < 16)) and (!pukul)) and (!lompat)) and (!kena)) { gotoAndPlay("jalan"); } if ((((Math.abs(speedx) >= 16) and (!pukul)) and (!lompat)) and (!kena)) { gotoAndPlay("lari"); } if (lompat and (!pukul)) { gotoAndPlay("lompat"); } if ((lompat and (_y > tapaky)) and (!pukul)) { gotoAndPlay("lari"); } if (tunduk) { gotoAndPlay("tunduk"); } if (lompat and (_y > (tapaky - 40))) { gotoAndPlay("tunduk"); } if (pukul_kena) { player_lawan.gotoAndPlay("kena"); if (pukul_tipe > 1) { player_lawan.energi = player_lawan.energi - 5; } else { player_lawan.energi = player_lawan.energi - 2; } if (player_lawan.energi <= 0) { player_lawan.pingsan = true; player_lawan.gotoAndPlay("pingsan1"); _root.stop_fight = true; if (_root.player2.pingsan and (!_root.player1.pingsan)) { _root.poin_player1 = _root.poin_player1 + 1; _root.label_fight.gotoAndPlay("player_ko"); } else if (_root.player1.pingsan and (!_root.player2.pingsan)) { _root.poin_player2 = _root.poin_player2 + 1; _root.label_fight.gotoAndPlay("player_ko"); } } _root.energi_teks1 = _root.player1.energi; _root.energi_bar1.gotoAndStop(Math.floor((_root.player1.energi / 100) * _root.energi_bar1._totalframes)); if (_root.player1.energi == 0) { _root.energi_bar1.gotoAndStop(1); } _root.energi_teks2 = _root.player2.energi; if (_root.player2.energi == 0) { _root.energi_bar2.gotoAndStop(1); } _root.energi_bar2.gotoAndStop(Math.floor((_root.player2.energi / 100) * _root.energi_bar2._totalframes)); pukul_kena = false; } if (player_lawan.pingsan) { } if (terpelanting) { if ((_root.bg01._x <= _root.batas_kiri) and (!hadap_kanan)) { terpojok_kanan = true; } if ((_root.bg01._x >= _root.batas_kanan) and hadap_kanan) { terpojok_kiri = true; } if ((_y > (tapaky - (_height / 2))) and (_y < tapaky)) { gotoAndPlay("terpelanting1"); } else if (_y < (tapaky - (_height / 2))) { gotoAndPlay("terpelanting2"); } else if (_y >= tapaky) { terpelanting = false; if (pingsan) { gotoAndPlay("pingsan2"); } else { gotoAndPlay("bangkit"); } } } if (!lari) { if (_x > player_lawan._x) { hadap_kanan = false; _xscale = -100; } else { hadap_kanan = true; _xscale = 100; } } } } function timer_handling(playernya) { with (playernya) { time_current = getTimer(); if ((time_current - time_tekan_tombol) > 250) { log_reset(playernya); } } } function a_lompat(playernya) { if (!playernya.lock_kontrol) { with (playernya) { if ((_root.bg01._x <= _root.batas_kiri) and (!hadap_kanan)) { terpojok_kanan = true; } if ((_root.bg01._x >= _root.batas_kanan) and hadap_kanan) { terpojok_kiri = true; } speedy = -32; lompat = true; log_tombol(playernya, 1); lock_arah = true; } } } function a_tunduk(playernya) { if (!playernya.lock_kontrol) { with (playernya) { tunduk = true; log_tombol(playernya, 4); lock_arah = true; } } } function a_kanan(playernya) { if (!playernya.lock_kontrol) { with (playernya) { if (kiri) { kiri = false; } if ((_y >= (tapaky - (_height / 2))) or kanan) { if ((!pukul) and (!kena)) { if ((log_tb5 == 3) and hadap_kanan) { if (speedx < 16) { speedx = speedx + 4; } lari = true; } else { if (speedx < 10) { speedx = speedx + 4; } if (kanan == kiri) { lari = false; } } } kanan = true; if (terpojok_kiri) { terpojok_kiri = false; } if ((_root.bg01._x <= _root.batas_kiri) and ((!hadap_kanan) or (hadap_kanan and lari))) { terpojok_kanan = true; } if (hadap_kanan) { log_tombol(playernya, 3); } else { log_tombol(playernya, 2); } lock_arah = true; } } } } function a_kiri(playernya) { if (!playernya.lock_kontrol) { with (playernya) { if (kanan) { kanan = false; } if ((_y >= (tapaky - (_height / 2))) or kiri) { if ((!pukul) and (!kena)) { if ((log_tb5 == 3) and (!hadap_kanan)) { if (speedx > -16) { speedx = speedx - 4; } lari = true; } else { if (speedx > -10) { speedx = speedx - 4; } if (kanan == kiri) { lari = false; } } } kiri = true; if (terpojok_kanan) { terpojok_kanan = false; } if ((_root.bg01._x >= _root.batas_kanan) and (hadap_kanan or ((!hadap_kanan) and lari))) { terpojok_kiri = true; } if (hadap_kanan) { log_tombol(playernya, 2); } else { log_tombol(playernya, 3); } lock_arah = true; } } } } function aksi(playernya, tombolnya, frame_pukul, frame_pukul_atas, kode_tombol) { if (!playernya.lock_kontrol) { with (playernya) { if ((((Key.isDown(tombolnya) and (!_root.stop_fight)) and (!pukul)) and (!lock_pukul)) and (!lock_pukul_lompat)) { pukul = true; lock_pukul = true; if (lompat) { lock_pukul_lompat = true; gotoAndPlay(frame_pukul_atas); pukul_tipe = 1; } else if (tunduk) { tunduk = false; gotoAndPlay("uppercut"); pukul_tipe = 2; } else { gotoAndPlay(frame_pukul); pukul_tipe = 1; } lock_arah = false; log_tombol(playernya, kode_tombol); if (((((log_tb6 == 10) and (log_tb5 == 3)) and (log_tb4 == 4)) and (!tembak_kanan)) and (!tembak_kiri)) { gotoAndPlay("tembak1"); pukul_tipe = 2; } } } } } function lepas_tombol(playernya, tb_kanan, tb_kiri, tb_bawah) { with (playernya) { if (((((!Key.isDown(tb_kanan)) and (!Key.isDown(tb_kiri))) or tunduk) or (pukul and (!lompat))) or lock_kontrol) { if (terpelanting) { step_rem = 1; } else { step_rem = 2; } if (speedx > 0) { speedx = speedx - step_rem; } if (speedx < 0) { speedx = speedx + step_rem; } if ((speedx == 1) or (speedx == -1)) { speedx = 0; } kanan = false; kiri = false; lari = false; } if (!Key.isDown(tb_bawah)) { tunduk = false; } } } function f_terpelanting(playernya, player_lawan, speedynya, speed_terpelantingnya) { with (playernya) { player_lawan.terpelanting = true; player_lawan.lock_kontrol = true; player_lawan.speedy = speedynya; var speed_terpelanting = 0; speed_terpelanting = speed_terpelantingnya; if (hadap_kanan) { player_lawan.speedx = speed_terpelanting; } else { player_lawan.speedx = -1 * speed_terpelanting; } } } function chek_tabrakan(playernya, player_lawan) { with (playernya) { if (pukul and (!player_lawan.kena)) { if ((((target_area.getBounds(_root).xMax <= (player_lawan._x + 45)) and (target_area.getBounds(_root).xMax >= (player_lawan._x - 45))) and ((target_area.getBounds(_root).yMax <= (player_lawan._y + 84)) and (target_area.getBounds(_root).yMax >= (player_lawan._y - 48)))) or (((target_area.getBounds(_root).xMin <= (player_lawan._x + 45)) and (target_area.getBounds(_root).xMin >= (player_lawan._x - 45))) and ((target_area.getBounds(_root).yMin <= (player_lawan._y + 84)) and (target_area.getBounds(_root).yMin >= (player_lawan._y - 48))))) { pukul_kena = true; player_lawan.kena = true; _root.attachMovie("tw_efek", "efek1", 56); _root.efek1._x = target_area.getBounds(_root).xMax; _root.efek1._y = target_area.getBounds(_root).yMin; if ((pukul_tipe == 2) or (player_lawan._y < tapaky)) { f_terpelanting(playernya, player_lawan, -30, 16); } } } if (tembak_kanan and player_lawan.hitTest(_root.bola_api1.getBounds(_root).xMax, _root.bola_api1.getBounds(_root).yMin, true)) { _root.attachMovie("tw_ledakan", "efek1", 56); _root.efek1._x = _root.bola_api1.getBounds(_root).xMax; _root.efek1._y = _root.bola_api1.getBounds(_root).yMin; with (_root.bola_api1) { pukul_kena = true; player_lawan.kena = true; removeMovieClip(this); tembak_kanan = false; } f_terpelanting(playernya, player_lawan, -10, 16); } if (tembak_kiri and player_lawan.hitTest(_root.bola_api2.getBounds(_root).xMax, _root.bola_api2.getBounds(_root).yMin, true)) { _root.attachMovie("tw_ledakan", "efek1", 56); _root.efek1._x = _root.bola_api2.getBounds(_root).xMax; _root.efek1._y = _root.bola_api2.getBounds(_root).yMin; with (_root.bola_api2) { pukul_kena = true; player_lawan.kena = true; removeMovieClip(this); tembak_kiri = false; } f_terpelanting(playernya, player_lawan, -10, 16); } } } with (_root.player1) { lepas_tombol(_root.player1, 39, 37, 40); refresh_posisi(_root.player1, _root.player2); nabrak_musuh(_root.player1, _root.player2); gambar_frame(_root.player1, _root.player2); timer_handling(_root.player1); if (!_root.stop_fight) { if (Key.isDown(38) and (!lompat)) { a_lompat(_root.player1); } else if (Key.isDown(40) and (!pukul)) { a_tunduk(_root.player1); } else if (Key.isDown(39)) { a_kanan(_root.player1); } else if (Key.isDown(37)) { a_kiri(_root.player1); } } aksi(_root.player1, _root.Key_A1, "pukul", "pukul_atas", 10); aksi(_root.player1, _root.Key_B1, "tendang", "tendang_atas", 11); chek_tabrakan(_root.player1, _root.player2); } with (_root.player2) { lepas_tombol(_root.player2, _root.Key_kanan2, _root.Key_kiri2, _root.Key_bawah2); refresh_posisi(_root.player2, _root.player1); nabrak_musuh(_root.player2, _root.player1); gambar_frame(_root.player2, _root.player1); timer_handling(_root.player2); if (!_root.stop_fight) { if (Key.isDown(_root.Key_atas2) and (!lompat)) { a_lompat(_root.player2); } else if (Key.isDown(_root.Key_bawah2) and (!pukul)) { a_tunduk(_root.player2); } else if (Key.isDown(_root.Key_kanan2)) { a_kanan(_root.player2); } else if (Key.isDown(_root.Key_kiri2)) { a_kiri(_root.player2); } } aksi(_root.player2, _root.Key_A2, "pukul", "pukul_atas", 10); aksi(_root.player2, _root.Key_B2, "tendang", "tendang_atas", 11); chek_tabrakan(_root.player2, _root.player1); } _root.bayanganp1._x = _root.player1._x; _root.bayanganp2._x = _root.player2._x; if (_root.bola_api1.hitTest(_root.bola_api2)) { _root.attachMovie("tw_efek", "efek1", 56); _root.efek1._x = _root.bola_api2.getBounds(_root).xMax; _root.efek1._y = _root.bola_api2.getBounds(_root).yMin; with (_root.bola_api1) { pukul_kena = true; removeMovieClip(this); } with (_root.bola_api2) { pukul_kena = true; removeMovieClip(this); } _root.player1.tembak_kanan = false; _root.player2.tembak_kiri = false; _root.player1.tembak_kiri = false; _root.player2.tembak_kanan = false; } _root.player1.onKeyUp = function () { if ((Key.getCode() == _root.Key_A1) or (Key.getCode() == _root.Key_B1)) { _root.player1.lock_pukul = false; } if ((((Key.getCode() == 38) or (Key.getCode() == 40)) or (Key.getCode() == 39)) or (Key.getCode() == 37)) { _root.player1.lock_arah = false; } }; Key.addListener(_root.player1); _root.player2.onKeyUp = function () { if ((Key.getCode() == _root.Key_A2) or (Key.getCode() == _root.Key_B2)) { _root.player2.lock_pukul = false; } if ((((Key.getCode() == _root.Key_atas2) or (Key.getCode() == _root.Key_bawah2)) or (Key.getCode() == _root.Key_kanan2)) or (Key.getCode() == _root.Key_kiri2)) { _root.player2.lock_arah = false; } }; Key.addListener(_root.player2); }
Instance of Symbol 209 MovieClip "musuh1" in Frame 49
/* no clip actions */
Frame 50
_root.bg01._x = 272; _root.bg02._x = 78; with (_root.player1) { _root.player1.nabrak = false; _root.player1.lompat = false; _root.player1.tunduk = false; _root.player1.kanan = false; _root.player1.kiri = false; _root.player1.pukul = false; _root.player1.lari = false; _root.player1.kena = false; _root.player1.pukul_kena = false; _root.player1.pukul_tipe = 0; _root.player1.terpelanting = false; _root.player1.terpojok_kiri = false; _root.player1.terpojok_kanan = false; _root.player1.tembak_kiri = false; _root.player1.tembak_kanan = false; _root.player1.flag_tembak = false; _root.player1.tapaky = 300; _root.player1.speedx = 0; _root.player1.speedy = 0; _x = 0.25 * _root.batas_kanan; _y = tapaky; _root.player1.energi = 100; _root.player1.pingsan = false; _root.player1.hadap_kanan = true; _root.player1.lock_pukul = false; _root.player1.lock_pukul_lompat = false; _root.player1.lock_kontrol = false; _root.player1.last_tombol = 0; _root.player1.log_tb1 = 0; _root.player1.log_tb2 = 0; _root.player1.log_tb3 = 0; _root.player1.log_tb4 = 0; _root.player1.log_tb5 = 0; _root.player1.log_tb6 = 0; _root.player1.lock_arah = false; _root.player1.gotoAndStop("awal"); } with (_root.player2) { _root.player2.nabrak = false; _root.player2.lompat = false; _root.player2.tunduk = false; _root.player2.kanan = false; _root.player2.kiri = false; _root.player2.pukul = false; _root.player2.lari = false; _root.player2.kena = false; _root.player2.pukul_kena = false; _root.player2.pukul_tipe = 0; _root.player2.terpelanting = false; _root.player2.terpojok_kiri = false; _root.player2.terpojok_kanan = false; _root.player2.tembak_kiri = false; _root.player2.tembak_kanan = false; _root.player2.flag_tembak = false; _root.player2.tapaky = 300; _root.player2.speedx = 0; _root.player2.speedy = 0; _x = 0.75 * _root.batas_kanan; _y = tapaky; _root.player2.energi = 100; _root.player2.pingsan = false; _root.player2.hadap_kanan = false; _root.player2.lock_pukul = false; _root.player2.lock_pukul_lompat = false; _root.player2.lock_kontrol = false; _root.player2.last_tombol = 0; _root.player2.log_tb1 = 0; _root.player2.log_tb2 = 0; _root.player2.log_tb3 = 0; _root.player2.log_tb4 = 0; _root.player2.log_tb5 = 0; _root.player2.log_tb6 = 0; _root.player2.lock_arah = false; _root.player2.gotoAndStop("awal"); _xscale = -100; } _root.bayanganp1._y = _root.player1.tapaky + 85; _root.bayanganp2._y = _root.player2.tapaky + 85; _root.energi_bar1.gotoAndStop(_root.energi_bar1._totalframes); _root.energi_bar2.gotoAndStop(_root.energi_bar2._totalframes); _root.label_fight.teks_ronde = _root.ronde; _root.transisi1.gotoAndPlay(1);
Frame 51
stop();
Symbol 4 MovieClip [tw_ledakan] Frame 6
removeMovieClip(this);
Symbol 5 MovieClip [tw_efek] Frame 6
removeMovieClip(this);
Symbol 28 Button
on (release) { _root.bahasa = 1; gotoAndPlay (92); }
Symbol 29 Button
on (release) { _root.bahasa = 2; gotoAndPlay (92); }
Symbol 38 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 40 Button
on (release) { _root.gotoAndPlay("judul"); }
Symbol 46 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 49 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 54 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 57 MovieClip Frame 85
stop();
Symbol 57 MovieClip Frame 362
stop(); _parent.play();
Symbol 58 Button
on (release) { gotoAndPlay (6); }
Symbol 59 Button
on (release) { _root.lokasi_tipe = 1; player1_tipe = 1; player2_tipe = 4; gotoAndPlay (49); _quality = "LOW"; }
Symbol 73 MovieClip Frame 10
stop();
Symbol 75 Button
on (release) { gotoAndPlay (25); }
Symbol 76 Button
on (release) { gotoAndPlay (11); }
Symbol 77 Button
on (release) { gotoAndPlay (17); }
Symbol 79 Button
on (release) { gotoAndPlay (1); }
Symbol 85 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 137 MovieClip Frame 1
stop();
Symbol 144 Button
on (release) { _root.player1_tipe = 1; gotoAndStop (33); }
Symbol 145 Button
on (release) { _root.player1_tipe = 2; gotoAndStop (33); }
Symbol 146 Button
on (release) { _root.player1_tipe = 3; gotoAndStop (33); }
Symbol 147 Button
on (release) { _root.player1_tipe = 4; gotoAndStop (33); }
Symbol 150 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 151 MovieClip Frame 10
stop();
Symbol 152 Button
on (release) { _root.player2_tipe = 1; gotoAndStop (40); }
Symbol 153 Button
on (release) { _root.player2_tipe = 2; gotoAndStop (40); }
Symbol 154 Button
on (release) { _root.player2_tipe = 3; gotoAndStop (40); }
Symbol 155 Button
on (release) { _root.player2_tipe = 4; gotoAndStop (40); }
Symbol 158 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 162 Button
on (release) { _root.lokasi_tipe = 1; gotoAndPlay (49); }
Symbol 163 Button
on (release) { _root.lokasi_tipe = 2; gotoAndPlay (49); }
Symbol 170 MovieClip Frame 1
gotoAndStop(_root.bahasa);
Symbol 174 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 34
_root.stop_fight = false;
Symbol 202 MovieClip Frame 47
stop();
Symbol 202 MovieClip Frame 74
stop(); gotoAndPlay (1); _root.gotoAndPlay("judul");
Symbol 202 MovieClip Frame 101
stop(); gotoAndPlay (1); _root.gotoAndPlay("judul");
Symbol 202 MovieClip Frame 135
stop(); gotoAndPlay (1); _root.ronde++; if (_root.poin_player1 >= _root.poin_menang) { gotoAndPlay (48); } else if (_root.poin_player2 >= _root.poin_menang) { gotoAndPlay (75); } else { _root.gotoAndPlay("game"); }
Symbol 205 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 6
stop();
Symbol 249 MovieClip Frame 1
stop(); pukul = false; lock_kontrol = false; kena = false;
Symbol 249 MovieClip Frame 11
gotoAndPlay (1); pukul_kena = false;
Symbol 249 MovieClip Frame 18
gotoAndPlay (1);
Symbol 249 MovieClip Frame 24
gotoAndPlay (1);
Symbol 249 MovieClip Frame 32
gotoAndPlay (1);
Symbol 249 MovieClip Frame 39
gotoAndPlay (1);
Symbol 249 MovieClip Frame 43
gotoAndPlay (1);
Symbol 249 MovieClip Frame 47
gotoAndPlay (1);
Symbol 249 MovieClip Frame 51
gotoAndPlay (1);
Symbol 249 MovieClip Frame 55
gotoAndPlay (1);
Symbol 249 MovieClip Frame 60
gotoAndPlay (1); kena = false;
Symbol 249 MovieClip Frame 68
gotoAndPlay (1); pukul_kena = false;
Symbol 249 MovieClip Frame 85
gotoAndPlay (1); kena = false;
Symbol 249 MovieClip Frame 92
flag_tembak = true;
Symbol 249 MovieClip Frame 97
gotoAndPlay (1);
Symbol 249 MovieClip Frame 105
stop();

Library Items

Symbol 1 GraphicUsed by:4 5
Symbol 2 GraphicUsed by:4
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [tw_ledakan]Uses:1 2 3
Symbol 5 MovieClip [tw_efek]Uses:1
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [tw_bola_api]Uses:6 7
Symbol 9 GraphicUsed by:57
Symbol 10 GraphicUsed by:15
Symbol 11 FontUsed by:12 23 25 80 81 82 83 84 120 129 140 141 142 143 148 149 156 157 164 165 166 167 168 169 206 207
Symbol 12 TextUses:11Used by:15 31
Symbol 13 FontUsed by:14 70
Symbol 14 TextUses:13Used by:15
Symbol 15 MovieClipUses:10 12 14Used by:57
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:57 73 151
Symbol 18 GraphicUsed by:57 73  Timeline
Symbol 19 GraphicUsed by:57
Symbol 20 FontUsed by:21 36 37 39 44 45 47 48 52 53 67 68 78 87 89 93 99 100 105 106 108 109 118 124 125 126 130 175 178 192 193
Symbol 21 TextUses:20Used by:57
Symbol 22 GraphicUsed by:57
Symbol 23 TextUses:11Used by:57
Symbol 24 GraphicUsed by:57
Symbol 25 TextUses:11Used by:57
Symbol 26 GraphicUsed by:57
Symbol 27 GraphicUsed by:28 29 40 58 59 75 76 77 79 144 145 146 147 152 153 154 155 162 163
Symbol 28 ButtonUses:27Used by:57
Symbol 29 ButtonUses:27Used by:57
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30 12Used by:57 73
Symbol 32 GraphicUsed by:57
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClipUses:34Used by:57
Symbol 36 TextUses:20Used by:38
Symbol 37 TextUses:20Used by:38
Symbol 38 MovieClipUses:36 37Used by:57
Symbol 39 TextUses:20Used by:57  Timeline
Symbol 40 ButtonUses:27Used by:57
Symbol 41 SoundUsed by:57
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:57
Symbol 44 TextUses:20Used by:46
Symbol 45 TextUses:20Used by:46
Symbol 46 MovieClipUses:44 45Used by:57
Symbol 47 TextUses:20Used by:49
Symbol 48 TextUses:20Used by:49
Symbol 49 MovieClipUses:47 48Used by:57
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:57
Symbol 52 TextUses:20Used by:54
Symbol 53 TextUses:20Used by:54
Symbol 54 MovieClipUses:52 53Used by:57
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:57 73
Symbol 57 MovieClipUses:9 15 17 18 19 21 22 23 24 25 26 28 29 31 32 35 38 39 40 41 43 46 49 51 54 56Used by:Timeline
Symbol 58 ButtonUses:27Used by:Timeline
Symbol 59 ButtonUses:27Used by:Timeline
Symbol 60 FontUsed by:61 195 196
Symbol 61 TextUses:60Used by:Timeline
Symbol 62 GraphicUsed by:73
Symbol 63 FontUsed by:64
Symbol 64 TextUses:63Used by:73
Symbol 65 FontUsed by:66
Symbol 66 TextUses:65Used by:73
Symbol 67 TextUses:20Used by:73
Symbol 68 TextUses:20Used by:73
Symbol 69 GraphicUsed by:73
Symbol 70 TextUses:13Used by:73
Symbol 71 SoundUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:18 62 56 64 66 67 68 69 31 17 70 71 72Used by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 ButtonUses:27Used by:Timeline
Symbol 76 ButtonUses:27Used by:Timeline
Symbol 77 ButtonUses:27Used by:Timeline
Symbol 78 TextUses:20Used by:Timeline
Symbol 79 ButtonUses:27Used by:Timeline
Symbol 80 TextUses:11Used by:85
Symbol 81 TextUses:11Used by:85
Symbol 82 TextUses:11Used by:85
Symbol 83 TextUses:11Used by:85
Symbol 84 TextUses:11Used by:85
Symbol 85 MovieClipUses:80 81 82 83 84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 TextUses:20Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 TextUses:20Used by:Timeline
Symbol 90 FontUsed by:91 97 98 107 110 112 113 114 115 116 117 121 125 127 130 159 160
Symbol 91 TextUses:90Used by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 TextUses:20Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:90Used by:Timeline
Symbol 98 TextUses:90Used by:Timeline
Symbol 99 TextUses:20Used by:Timeline
Symbol 100 TextUses:20Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 TextUses:20Used by:Timeline
Symbol 106 TextUses:20Used by:Timeline
Symbol 107 TextUses:90Used by:Timeline
Symbol 108 TextUses:20Used by:Timeline
Symbol 109 TextUses:20Used by:Timeline
Symbol 110 TextUses:90Used by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 TextUses:90Used by:Timeline
Symbol 113 TextUses:90Used by:Timeline
Symbol 114 TextUses:90Used by:Timeline
Symbol 115 TextUses:90Used by:Timeline
Symbol 116 TextUses:90Used by:Timeline
Symbol 117 TextUses:90Used by:Timeline
Symbol 118 TextUses:20Used by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 TextUses:11Used by:Timeline
Symbol 121 TextUses:90Used by:Timeline
Symbol 122 SoundUsed by:249  Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 TextUses:20Used by:Timeline
Symbol 125 EditableTextUses:20 90Used by:Timeline
Symbol 126 TextUses:20Used by:Timeline
Symbol 127 TextUses:90Used by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 TextUses:11Used by:Timeline
Symbol 130 TextUses:20 90Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:137
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:133 134 135 136Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 TextUses:11Used by:Timeline
Symbol 141 TextUses:11Used by:Timeline
Symbol 142 TextUses:11Used by:Timeline
Symbol 143 TextUses:11Used by:Timeline
Symbol 144 ButtonUses:27Used by:Timeline
Symbol 145 ButtonUses:27Used by:Timeline
Symbol 146 ButtonUses:27Used by:Timeline
Symbol 147 ButtonUses:27Used by:Timeline
Symbol 148 TextUses:11Used by:150
Symbol 149 TextUses:11Used by:150
Symbol 150 MovieClipUses:148 149Used by:Timeline
Symbol 151 MovieClipUses:17Used by:Timeline
Symbol 152 ButtonUses:27Used by:Timeline
Symbol 153 ButtonUses:27Used by:Timeline
Symbol 154 ButtonUses:27Used by:Timeline
Symbol 155 ButtonUses:27Used by:Timeline
Symbol 156 TextUses:11Used by:158
Symbol 157 TextUses:11Used by:158
Symbol 158 MovieClipUses:156 157Used by:Timeline
Symbol 159 TextUses:90Used by:Timeline
Symbol 160 TextUses:90Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 ButtonUses:27Used by:Timeline
Symbol 163 ButtonUses:27Used by:Timeline
Symbol 164 TextUses:11Used by:170
Symbol 165 TextUses:11Used by:170
Symbol 166 TextUses:11Used by:170
Symbol 167 TextUses:11Used by:170
Symbol 168 TextUses:11Used by:170
Symbol 169 TextUses:11Used by:170
Symbol 170 MovieClipUses:164 165 166 167 168 169Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:172 173Used by:Timeline
Symbol 175 EditableTextUses:20Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 EditableTextUses:20Used by:Timeline
Symbol 179 GraphicUsed by:188
Symbol 180 GraphicUsed by:184
Symbol 181 GraphicUsed by:184
Symbol 182 GraphicUsed by:184
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:180 181 182 183Used by:185
Symbol 185 MovieClipUses:184Used by:186
Symbol 186 MovieClipUses:185Used by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:179 186 187Used by:Timeline
Symbol 189 GraphicUsed by:191
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:189 190Used by:Timeline
Symbol 192 EditableTextUses:20Used by:Timeline
Symbol 193 EditableTextUses:20Used by:Timeline
Symbol 194 GraphicUsed by:202
Symbol 195 EditableTextUses:60Used by:202
Symbol 196 EditableTextUses:60Used by:202
Symbol 197 GraphicUsed by:202
Symbol 198 SoundUsed by:202
Symbol 199 GraphicUsed by:202
Symbol 200 GraphicUsed by:202
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:194 195 196 197 198 199 200 201Used by:Timeline
Symbol 203 GraphicUsed by:205
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:203 204Used by:Timeline
Symbol 206 EditableTextUses:11Used by:Timeline
Symbol 207 EditableTextUses:11Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:Timeline
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:228 236 239 241 249
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:228 236 239 241 249
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:228 236 239 241 249
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:228 236 239 241 249
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:228 236 239 241 249
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClipUses:222Used by:228 236 239 241 249
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:228 236 239 241 249
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:228 236 239 241 249
Symbol 228 MovieClipUses:213 215 217 219 221 223 225 227Used by:249
Symbol 229 SoundUsed by:249
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:249
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:249
Symbol 234 GraphicUsed by:249
Symbol 235 GraphicUsed by:249
Symbol 236 MovieClipUses:213 215 217 219 221 223 225 227Used by:249
Symbol 237 GraphicUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:237 215 217 219 221 223 225 227 213 238Used by:249
Symbol 240 SoundUsed by:249
Symbol 241 MovieClipUses:217 219 221 215 213 225 227 223Used by:249
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:249
Symbol 244 SoundUsed by:249
Symbol 245 SoundUsed by:249
Symbol 246 SoundUsed by:249
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:249
Symbol 249 MovieClipUses:228 213 215 217 219 221 223 225 227 229 231 233 234 235 236 239 240 241 243 244 245 246 122 248Used by:Timeline

Instance Names

"kucing1"Frame 25Symbol 137 MovieClip
"kucing2"Frame 25Symbol 137 MovieClip
"kucing3"Frame 25Symbol 137 MovieClip
"kucing4"Frame 25Symbol 137 MovieClip
"tombol_trans1"Frame 33Symbol 152 Button
"tombol_trans2"Frame 33Symbol 153 Button
"tombol_trans3"Frame 33Symbol 154 Button
"tombol_trans4"Frame 33Symbol 155 Button
"bg03"Frame 49Symbol 174 MovieClip
"bg01"Frame 49Symbol 188 MovieClip
"bg02"Frame 49Symbol 191 MovieClip
"label_fight"Frame 49Symbol 202 MovieClip
"energi_bar1"Frame 49Symbol 205 MovieClip
"energi_bar2"Frame 49Symbol 205 MovieClip
"transisi1"Frame 49Symbol 151 MovieClip
"musuh1"Frame 49Symbol 209 MovieClip
"bayangan1"Frame 49Symbol 211 MovieClip
"karakter1"Frame 49Symbol 249 MovieClip
"target_area"Symbol 249 MovieClip Frame 8Symbol 231 MovieClip
"target_area"Symbol 249 MovieClip Frame 13Symbol 231 MovieClip
"target_area"Symbol 249 MovieClip Frame 22Symbol 231 MovieClip
"target_area"Symbol 249 MovieClip Frame 27Symbol 231 MovieClip
"target_area"Symbol 249 MovieClip Frame 36Symbol 231 MovieClip
"target_area"Symbol 249 MovieClip Frame 64Symbol 231 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 4 as "tw_ledakan"
ExportAssets (56)Timeline Frame 1Symbol 5 as "tw_efek"
ExportAssets (56)Timeline Frame 1Symbol 8 as "tw_bola_api"

Labels

"judul"Frame 6
"instruksi"Frame 11
"credits"Frame 17
"pilih_karakter"Frame 25
"pilih_player1"Frame 25
"pilih_player2"Frame 33
"pilih_tempat"Frame 40
"fight"Frame 49
"inisialisasi"Frame 49
"game"Frame 50
"bahasa"Symbol 57 MovieClip Frame 75
"cerita"Symbol 57 MovieClip Frame 92
"player1_menang"Symbol 202 MovieClip Frame 48
"player2_menang"Symbol 202 MovieClip Frame 75
"player_ko"Symbol 202 MovieClip Frame 102
"awal"Symbol 249 MovieClip Frame 1
"pukul"Symbol 249 MovieClip Frame 6
"pukul_atas"Symbol 249 MovieClip Frame 12
"tendang"Symbol 249 MovieClip Frame 19
"tendang_atas"Symbol 249 MovieClip Frame 25
"jurus1"Symbol 249 MovieClip Frame 33
"jalan"Symbol 249 MovieClip Frame 40
"lari"Symbol 249 MovieClip Frame 44
"lompat"Symbol 249 MovieClip Frame 48
"tunduk"Symbol 249 MovieClip Frame 52
"kena"Symbol 249 MovieClip Frame 56
"uppercut"Symbol 249 MovieClip Frame 61
"terpelanting1"Symbol 249 MovieClip Frame 69
"terpelanting2"Symbol 249 MovieClip Frame 71
"bangkit"Symbol 249 MovieClip Frame 73
"tembak1"Symbol 249 MovieClip Frame 87
"pingsan1"Symbol 249 MovieClip Frame 98
"pingsan2"Symbol 249 MovieClip Frame 102

Dynamic Text Variables

statusSymbol 175 EditableText"statusnya"
teks_timerSymbol 178 EditableText"timer"
energi_teks1Symbol 192 EditableText"100"
energi_teks2Symbol 193 EditableText"100"
teks_rondeSymbol 195 EditableText"1"
teks_rondeSymbol 196 EditableText"1"
nama_player1Symbol 206 EditableText"100"
nama_player2Symbol 207 EditableText"100"




http://swfchan.com/5/24589/info.shtml
Created: 24/5 -2019 18:42:38 Last modified: 24/5 -2019 18:42:38 Server time: 08/05 -2024 06:12:22