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

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

Turkey Hunt.swf

This is the info page for
Flash #59119

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


Text
%

SKIP

Develop by :

Chung Vang Terry Lei
Chun Wing Mike Yip

Graphic :

Chon Hou Fox Lei

2007 theskywest

C

Turkey
Hunt

Caveman

Use this character to hunt the turkeys.
Pressing the ARROW KEYS to move and
SPACE to attack.

Boar

Boars like to play with caveman, they will chase the caveman no
matter what, so just keep away from them. Moreover, they can't
bekilled. :)

Caveman's wife

We don't have any information about this woman

Turkey

Bringing the turkeys back for the thanksgiving
dinner or caveman's wife will be angry.

v1.2

PLAY

INSTRUCTION

CREDITS

MORE GAMES

THE END

Thank you for playing

GO TO MENU

caveman escape

GAME OVER

NEXT STAGE

ActionScript [AS1/AS2]

Frame 1
fscommand ("allowscale", false); Stage.showMenu = false;
Frame 2
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); if (loadedbytes == totalbytes) { gotoAndStop (5); } frame = int(loadedbytes / (totalbytes / 100)); loader.gotoAndStop(_root.frame);
Frame 3
gotoAndPlay (1);
Frame 5
stop();
Instance of Symbol 61 MovieClip in Frame 5
on (release) { getURL ("http://www.newgrounds.com/collection/thanksgiving2007", "_blank"); }
Frame 6
stop();
Frame 7
stop();
Frame 8
_root.credit_panel._visible = false; _root.instruction_panel._visible = false; stop(); onEnterFrame(onLoad); opening_music = new Sound(); opening_music.attachSound("opening_music"); game_music = new Sound(); game_music.attachSound("game_music"); music_running = new Sound(); music_running.attachSound("music_running"); opening_music.start(0, 999);
Instance of Symbol 109 MovieClip "credit_panel" in Frame 8
on (release) { _root.credit_panel._visible = false; }
Instance of Symbol 123 MovieClip "instruction_panel" in Frame 8
on (release) { _root.instruction_panel._visible = false; }
Frame 9
function cavemanHitMC(mc) { var _local1 = Math.min(myCaveman_mc._width, myCaveman_mc._height); var _local3 = myCaveman_mc._x - _local1; var _local6 = myCaveman_mc._x + _local1; var _local5 = myCaveman_mc._y - _local1; var _local4 = myCaveman_mc._y + _local1; return(((mc.hitTest(myCaveman_mc._x, _local5, true) || (mc.hitTest(myCaveman_mc._x, _local4, true))) || (mc.hitTest(_local3, myCaveman_mc._y, true))) || (mc.hitTest(_local6, myCaveman_mc._y, true))); } function removeTurkey(indexIn) { if (((mapTurkey[caveman_in_map_y][caveman_in_map_x] > 0) && (indexIn < mapTurkey[caveman_in_map_y][caveman_in_map_x])) && (indexIn >= 0)) { if (indexIn != (mapTurkey[caveman_in_map_y][caveman_in_map_x] - 1)) { _root["myTurkey" + indexIn].removeMovieClip(); _root["myTurkey" + (mapTurkey[caveman_in_map_y][caveman_in_map_x] - 1)].duplicateMovieClip("myTurkey" + indexIn, indexIn); _root["myTurkey" + indexIn]._x = _root["myTurkey" + (mapTurkey[caveman_in_map_y][caveman_in_map_x] - 1)]._x; _root["myTurkey" + indexIn]._y = _root["myTurkey" + (mapTurkey[caveman_in_map_y][caveman_in_map_x] - 1)]._y; _root["myTurkey" + indexIn].turkeyIndex = indexIn; _root["myTurkey" + indexIn].areaNumber = _root["myTurkey" + (mapTurkey[caveman_in_map_y][caveman_in_map_x] - 1)].areaNumber; } _root["myTurkey" + (mapTurkey[caveman_in_map_y][caveman_in_map_x] - 1)].removeMovieClip(); turkeyCount--; mapTurkey[caveman_in_map_y][caveman_in_map_x]--; updateTurkeyCountTextField(); } } function animalHitBlock(animal) { return(((myBlock_mc.hitTest(animal._x - animal._width, animal._y - animal._height, true) || (myBlock_mc.hitTest(animal._x - animal._width, animal._y + animal._height, true))) || (myBlock_mc.hitTest(animal._x + animal._width, animal._y - animal._height, true))) || (myBlock_mc.hitTest(animal._x + animal._width, animal._y + animal._height, true))); } function getCurrentStatus() { var _local1 = ("Stage: " + nextStage) + ", "; _local1 = _local1 + ((turkeyCount + ((turkeyCount > 1) ? " Turkeys" : " Turkey")) + " left."); return(_local1); } function createTurkey() { if (turkeyCount == 0) { NO_OF_TURKEY = 2 * ((nextStage * 2) + 1); turkeyCount = NO_OF_TURKEY; var _local3 = NO_OF_TURKEY; while (_local3 != 0) { var _local2 = random(map[0].length); var _local1 = random(map.length); if (map[_local1][_local2] != "0000") { mapTurkey[_local1][_local2]++; _local3--; } } } createNewTurkey(mapTurkey[caveman_in_map_y][caveman_in_map_x]); } function createNewTurkey(inNumber) { if (nextStage <= NO_OF_STAGE) { i = 0; while (i < inNumber) { turkey_mc.duplicateMovieClip("myTurkey" + i, i); _root["myTurkey" + i].turkeyIndex = i; do { var notOkay = false; _root["myTurkey" + i]._x = Math.floor(_root["myTurkey" + i]._width / 2) + Math.floor(Math.random() * ((WIDTH - _root["myTurkey" + i]._width) + 1)); _root["myTurkey" + i]._y = Math.floor(_root["myTurkey" + i]._height / 2) + Math.floor(Math.random() * ((HEIGHT - _root["myTurkey" + i]._height) + 1)); if (animalHitBlock(_root["myTurkey" + i]) || (_root["myTurkey" + i].hitTest(myCaveman_mc))) { notOkay = true; } else { var _local2 = 0; while (_local2 < i) { if (_root["myTurkey" + i].hitTest(_root["myTurkey" + _local2])) { notOkay = true; break; } _local2++; } } } while (notOkay); _root["myTurkey" + i].areaNumber = Math.floor(_root["myTurkey" + i]._x / (WIDTH / COLUMN)) + (COLUMN * Math.floor(_root["myTurkey" + i]._y / (HEIGHT / ROW))); i++; } } updateTurkeyCountTextField(); } function createWildPig() { if (nextStage <= NO_OF_STAGE) { var _local2 = 0; while (_local2 < NO_OF_WILD_PIG) { wildPig_mc.duplicateMovieClip("myWildPig" + _local2, NO_OF_TURKEY + wildPigCount); _root["myWildPig" + _local2].wildPigIndex = _local2; do { var notOkay = false; _root["myWildPig" + _local2]._x = Math.floor(_root["myWildPig" + _local2]._width / 2) + Math.floor(Math.random() * ((WIDTH - _root["myWildPig" + _local2]._width) + 1)); _root["myWildPig" + _local2]._y = Math.floor(_root["myWildPig" + _local2]._height / 2) + Math.floor(Math.random() * ((HEIGHT - _root["myWildPig" + _local2]._height) + 1)); var _local4 = Math.pow(_root["myWildPig" + _local2]._x - _root.myCaveman_mc._x, 2) + Math.pow(_root["myWildPig" + _local2]._y - _root.myCaveman_mc._y, 2); if (((animalHitBlock(_root["myWildPig" + _local2]) || (_root["myWildPig" + _local2].hitTest(myCaveman_mc))) || (wildPigHitTurkey(_root["myWildPig" + _local2]))) || (_local4 < 20000)) { notOkay = true; } else { var _local3 = 0; while (_local3 < _local2) { if (_root["myWildPig" + _local2].hitTest(_root["myWildPig" + _local3])) { notOkay = true; break; } _local3++; } } } while (notOkay); _root["myWildPig" + _local2].areaNumber = Math.floor(_root["myWildPig" + wildPigCount]._x / (WIDTH / COLUMN)) + (COLUMN * Math.floor(_root["myWildPig" + wildPigCount]._y / (HEIGHT / ROW))); wildPigCount++; _local2++; } } } function updateTurkeyCountTextField() { turkeyCount_txt.text = "" + turkeyCount; var textFormat = new TextFormat(); with (textFormat) { font = "Arial Black"; color = 16777215 /* 0xFFFFFF */; bold = true; size = 24; } turkeyCount_txt.setTextFormat(textFormat); } function outOfBound(animal) { if ((animal._x < (animal._width / 2)) || (animal._x > (_root.WIDTH - (animal._width / 2)))) { return(true); } if ((animal._y < (animal._height / 2)) || (animal._y > (_root.HEIGHT - (animal._height / 2)))) { return(true); } return(false); } function wildPigHitTurkey(wildPigIn) { var _local2 = 0; while (_local2 < mapTurkey[caveman_in_map_y][caveman_in_map_x]) { if (wildPigIn.hitTest(_root["myTurkey" + _local2])) { return(true); } _local2++; } return(false); } function turkeyHitWildPig(turkeyIn) { var _local2 = 0; while (_local2 < wildPigCount) { if (turkeyIn.hitTest(_root["myWildPig" + _local2].wildPigHitTest_mc)) { return(true); } _local2++; } return(false); } function createAnimal() { createTurkey(); NO_OF_WILD_PIG = nextStage + 1; createWildPig(); } function createCaveman() { myCaveman.duplicateMovieClip("myCaveman_mc", 5000); do { myCaveman_mc._x = Math.floor(myCaveman_mc._width / 2) + Math.floor(Math.random() * ((WIDTH - myCaveman_mc._width) + 1)); myCaveman_mc._y = Math.floor(myCaveman_mc._height / 2) + Math.floor(Math.random() * ((HEIGHT - myCaveman_mc._height) + 1)); } while (cavemanHitMC(myBlock_mc)); myCaveman_mc._xscale = 50; myCaveman_mc._yscale = 50; myCaveman_mc.areaNumber = Math.floor(myCaveman_mc._x / (WIDTH / COLUMN)) + (COLUMN * Math.floor(myCaveman_mc._y / (HEIGHT / ROW))); } function hitTurkeyInCurrentArea(mc) { var _local3 = 0; while (_local3 < _root.mapTurkey[caveman_in_map_y][caveman_in_map_x]) { if (_root["myTurkey" + _local3].areaNumber == mc.areaNumber) { if (this.hitTest(_root["myTurkey" + _local3])) { return(true); } } _local3++; } return(false); } function attackTurkey() { var _local2 = 0; while (_local2 < _root.mapTurkey[caveman_in_map_y][caveman_in_map_x]) { if (_root.myCaveman_mc.hitTurkey_mc.hitTest(_root["myTurkey" + _local2])) { _root.removeTurkey(_local2); break; } _local2++; } } function createBlock() { attachMovie(load_map, "myBlock_mc", 9000); myBlock_mc._x = WIDTH / 2; myBlock_mc._y = HEIGHT / 2; } function determineEscapeDirection(i) { var _local2; var _local3 = Math.atan2(myCaveman_mc._y - _root["myTurkey" + i]._y, myCaveman_mc._x - _root["myTurkey" + i]._x); if (_local3 < -1.5707963267949) { _local2 = 0; } else if (_local3 < 0) { _local2 = 2; } else if (_local3 < (Math.PI/2)) { _local2 = 4; } else { _local2 = 6; } return(_local2 + random(3)); } function turkeyHitTurkeyInCurrentArea(turkeyIn) { var _local2 = 0; while (_local2 < _root.mapTurkey[caveman_in_map_y][caveman_in_map_x]) { if ((_local2 != turkeyIn.turkeyIndex) && (_root["myTurkey" + _local2].areaNumber == turkeyIn.areaNumber)) { if (turkeyIn.hitTest(_root["myTurkey" + _local2])) { return(true); } } _local2++; } return(false); } function removeAllWildPig() { var _local2 = 0; while (_local2 < wildPigCount) { _root["myWildPig" + _local2].removeMovieClip(); _local2++; } wildPigCount = 0; } function removeAllTurkey() { var _local2 = 0; while (_local2 < mapTurkey[caveman_in_map_y][caveman_in_map_x]) { _root["myTurkey" + _local2].removeMovieClip(); _local2++; } } function initialHitTest() { _root.attachMovie("hit_test_obj", "hit_test_up", 7500); setProperty(_root.hit_test_up, _width , WIDTH / 2); setProperty(_root.hit_test_down, _height , 10); setProperty(_root.hit_test_up, _x , WIDTH / 2); setProperty(_root.hit_test_up, _y , _root.hit_test_up._height / 2); _root.attachMovie("hit_test_obj", "hit_test_right", 7501); setProperty(_root.hit_test_right, _height , 250); setProperty(_root.hit_test_right, _width , 10); setProperty(_root.hit_test_right, _x , WIDTH - (_root.hit_test_right._width / 2)); setProperty(_root.hit_test_right, _y , 300); _root.attachMovie("hit_test_obj", "hit_test_down", 7502); setProperty(_root.hit_test_down, _width , WIDTH / 2); setProperty(_root.hit_test_down, _height , 10); setProperty(_root.hit_test_down, _x , WIDTH / 2); setProperty(_root.hit_test_down, _y , HEIGHT - (_root.hit_test_down._height / 2)); _root.attachMovie("hit_test_obj", "hit_test_left", 7503); setProperty(_root.hit_test_left, _width , 10); setProperty(_root.hit_test_left, _height , 250); setProperty(_root.hit_test_left, _x , _root.hit_test_left._width / 2); setProperty(_root.hit_test_left, _y , 300); } var NO_OF_STAGE = 3; var EXTRA_TURKEY = 5; var nextStage = 1; var NO_OF_TURKEY = (2 * ((nextStage * 2) + 1)); var NO_OF_WILD_PIG; var WIDTH = 800; var HEIGHT = 600; var ROW = 10; var COLUMN = 20; var myTurkey = new Array(); var turkeyCount = 0; var wildPigCount = 0; var gameStartFrame = _currentframe; var map = [["0100", "0001", "0000", "0000"], ["0000", "0000", "0000", "0000"], ["0000", "0000", "0000", "0000"], ["0000", "0000", "0000", "0000"]]; var caveman_in_map_x = 0; var caveman_in_map_y = 0; var load_map = map[caveman_in_map_y][caveman_in_map_x]; var mapTurkey = new Array(); var i = 0; while (i < map.length) { mapTurkey[i] = new Array(); var j = 0; while (j < map[0].length) { mapTurkey[i][j] = 0; j++; } i++; } initialHitTest(); createTextField("turkeyCount_txt", 10000, 750, 15, 50, 55); with (turkeyCount_txt) { selectable = false; _alpha = 50; type = "dynamic"; } opening_music.stop();
Frame 10
stop(); myCaveman._visible = false; turkey_mc._visible = false; wildPig_mc._visible = false; turkeyCount_txt._visible = true; attachMovie("turkey_profile", "turkeyProfile_mc", 20001); turkeyProfile_mc._x = 720; turkeyProfile_mc._y = 30; turkeyProfile_mc._width = 52.1; turkeyProfile_mc._height = 51.5; turkeyProfile_mc._visible = true; createBlock(); createCaveman(); createAnimal(); music_running.stop(); game_music = new Sound(); game_music.attachSound("game_music"); game_music.start(0, 999);
Instance of Symbol 37 MovieClip [wildPig] "wildPig_mc" in Frame 10
onClipEvent (load) { step = 0; speed = 4; SENSE_PLAYER_RADIUS = 200; tempSpeed = speed / Math.SQRT2; } onClipEvent (enterFrame) { function hitWildPigInCurrentArea() { var _local3 = 0; while (_local3 < _root.wildPigCount) { if ((_local3 != this.wildPigIndex) && (_root["wildPig" + _local3].areaNumber != this.areaNumber)) { if (this.hitTest(_root["wildPig" + _local3])) { return(true); } } _local3++; } return(false); } function determineAttackDirection() { var _local3; var _local4 = Math.atan2(_root.myCaveman_mc._y - this._y, _root.myCaveman_mc._x - this._x); if (_local4 < -1.5707963267949) { _local3 = 4; } else if (_local4 < 0) { _local3 = 6; } else if (_local4 < (Math.PI/2)) { _local3 = 0; } else { _local3 = 2; } return(_local3 + Math.floor(Math.random() * 3)); } function wildPigHitCaveman() { return(((this == _root.wildPig_mc) ? false : (this.hitTest(_root.myCaveman_mc.wildPigHitTest_mc)))); } distanceSquare = Math.pow(_x - _root.myCaveman_mc._x, 2) + Math.pow(_y - _root.myCaveman_mc._y, 2); prevX = _x; prevY = _y; prevAreaNumber = areaNumber; if ((this != _root.wildPig_mc) && (this.wildPigHitCaveman())) { _root.gotoAndStop(_root.gameStartFrame + 6); } if (step == 0) { if (distanceSquare < Math.pow(SENSE_PLAYER_RADIUS, 2)) { speed = 4; wildPigDirection = determineAttackDirection(); step = Math.floor(Math.random() * 11) + 10; } else { speed = 2; step = Math.floor(Math.random() * 101) + 10; wildPigDirection = Math.floor(Math.random() * 8); } tempSpeed = speed / Math.SQRT2; } switch (wildPigDirection % 8) { case 0 : _x = (_x + speed); this._rotation = 0; break; case 1 : _x = (_x + tempSpeed); _y = (_y + tempSpeed); this._rotation = 45; break; case 2 : _y = (_y + speed); this._rotation = 90; break; case 3 : _x = (_x - tempSpeed); _y = (_y + tempSpeed); this._rotation = 135; break; case 4 : _x = (_x - speed); this._rotation = 180; break; case 5 : _x = (_x - tempSpeed); _y = (_y - tempSpeed); this._rotation = -135; break; case 6 : _y = (_y - speed); this._rotation = -90; break; case 7 : _x = (_x + tempSpeed); _y = (_y - tempSpeed); this._rotation = -45; } areaNumber = Math.floor(this._x / (_root.WIDTH / _root.COLUMN)) + (_root.COLUMN * Math.floor(this._y / (_root.HEIGHT / _root.ROW))); if (((_root.outOfBound(this) || (_root.hitTurkeyInCurrentArea(this))) || (this.hitWildPigInCurrentArea())) || (_root.animalHitBlock(this))) { this._x = prevX; this._y = prevY; areaNumber = prevAreaNumber; } step--; }
Instance of Symbol 135 MovieClip "turkey_mc" in Frame 10
onClipEvent (load) { speed = 4; tempSpeed = speed / Math.SQRT2; SENSE_PLAYER_RADIUS = 50; step = 0; } onClipEvent (enterFrame) { distanceSquare = Math.pow(this._x - _root.myCaveman_mc._x, 2) + Math.pow(this._y - _root.myCaveman_mc._y, 2); prevX = this._x; prevY = this._y; prevAreaNumber = this.areaNumber; if (distanceSquare < Math.pow(SENSE_PLAYER_RADIUS, 2)) { speed = 4 + Math.floor(Math.random() * 9); tempSpeed = speed / Math.SQRT2; step = 10; turkeyDirection = _root.determineEscapeDirection(this.turkeyIndex); } else if (step == 0) { speed = 4; tempSpeed = speed / Math.SQRT2; step = Math.floor(Math.random() * 100) + 1; turkeyDirection = Math.floor(Math.random() * 8); } switch (turkeyDirection % 8) { case 0 : _x = (_x + speed); this._rotation = 0; break; case 1 : _x = (_x + tempSpeed); _y = (_y + tempSpeed); this._rotation = 45; break; case 2 : _y = (_y + speed); this._rotation = 90; break; case 3 : _x = (_x - tempSpeed); _y = (_y + tempSpeed); this._rotation = 135; break; case 4 : _x = (_x - speed); this._rotation = 180; break; case 5 : _x = (_x - tempSpeed); _y = (_y - tempSpeed); this._rotation = -135; break; case 6 : _y = (_y - speed); this._rotation = -90; break; case 7 : _x = (_x + tempSpeed); _y = (_y - tempSpeed); this._rotation = -45; } this.areaNumber = Math.floor(this._x / (_root.WIDTH / _root.COLUMN)) + (_root.COLUMN * Math.floor(this._y / (_root.HEIGHT / _root.ROW))); if (((_root.outOfBound(this) || (_root.animalHitBlock(this))) || (_root.turkeyHitTurkeyInCurrentArea(this))) || (_root.turkeyHitWildPig(this))) { step = 0; this._x = prevX; this._y = prevY; this.areaNumber = prevAreaNumber; } else { step--; } }
Instance of Symbol 145 MovieClip "myCaveman" in Frame 10
onClipEvent (load) { enableSpaceBar = true; speed = 9; radius = 8; max_stage = 16; stage = 1; next_stage = 0; initial = 1; hit_direction = ""; } onClipEvent (enterFrame) { this.walkingCaveman_mc.stop(); if (load_new_movie == 1) { _root.removeAllWildPig(); _root.load_map = _root.map[_root.caveman_in_map_y][_root.caveman_in_map_x]; _root.createBlock(); _root.createAnimal(); if (hit_direction == "up") { this._y = 560; } else if (hit_direction == "down") { this._y = 40; } else if (hit_direction == "left") { this._x = 760; } else if (hit_direction == "right") { this._x = 40; } load_new_movie = 0; } x_dir = 0; y_dir = 0; if (_root.turkeyCount == 0) { _root.nextStage++; if (_root.nextStage > _root.NO_OF_STAGE) { _root.gotoAndStop(_root.gameStartFrame + 2); } else { this.stage++; switch (stage) { case 1 : _root.map = [["0100", "0001", "0000", "0000"], ["0000", "0000", "0000", "0000"], ["0000", "0000", "0000", "0000"], ["0000", "0000", "0000", "0000"]]; break; case 2 : _root.map = [["0110", "0001", "0000", "0000"], ["1100", "0001", "0000", "0000"], ["0000", "0000", "0000", "0000"], ["0000", "0000", "0000", "0000"]]; break; case 3 : _root.map = [["0110", "0111", "0011", "0000"], ["1100", "1101", "1001", "0000"], ["0000", "0000", "0000", "0000"], ["0000", "0000", "0000", "0000"]]; break; case 4 : _root.map = [["0100", "0010", "0000", "0000"], ["0100", "1111", "0111", "0001"], ["0100", "1101", "1111", "0001"], ["0000", "0000", "1000", "0000"]]; break; case 5 : _root.map = [["0010", "0000", "0000", "0010"], ["1100", "0111", "0111", "1001"], ["0000", "1110", "1101", "0001"], ["0100", "1001", "0000", "0000"]]; break; case 6 : _root.map = [["0110", "0101", "0011", "0000"], ["1110", "0111", "1001", "0000"], ["1100", "1111", "0011", "0000"], ["0000", "1100", "1001", "0000"]]; break; case 7 : _root.map = [["0100", "0111", "0101", "0011"], ["0110", "1101", "0111", "1001"], ["1100", "0101", "1101", "0001"], ["0000", "0000", "0000", "0000"]]; break; case 8 : _root.map = [["0100", "0111", "0111", "0011"], ["0000", "1110", "1111", "1011"], ["0100", "1111", "1101", "1001"], ["0000", "1000", "0000", "0000"]]; break; case 9 : _root.map = [["0010", "0110", "0011", "0000"], ["1100", "1001", "1100", "0011"], ["0110", "0011", "0110", "1001"], ["1000", "1100", "1001", "0000"]]; break; case 10 : _root.map = [["0010", "0000", "0010", "0000"], ["1110", "0111", "1111", "0011"], ["1100", "1111", "1011", "1010"], ["0000", "1000", "1000", "1000"]]; break; case 11 : _root.map = [["0100", "0101", "0101", "0011"], ["0110", "0101", "0101", "1011"], ["1100", "0001", "0000", "1010"], ["0100", "0101", "0101", "1001"]]; break; case 12 : _root.map = [["0010", "0000", "0000", "0010"], ["1010", "0100", "0101", "1011"], ["1110", "0101", "0101", "1011"], ["1100", "0101", "0001", "1000"]]; break; case 13 : _root.map = [["0100", "0111", "0111", "0001"], ["0010", "1010", "1110", "0011"], ["1010", "1010", "1010", "1000"], ["1100", "1001", "1000", "0000"]]; break; case 14 : _root.map = [["0110", "0011", "0110", "0011"], ["1100", "1111", "1111", "1001"], ["0110", "1111", "1111", "0011"], ["1100", "1001", "1100", "1001"]]; break; case 15 : _root.map = [["0010", "0000", "0110", "0001"], ["1110", "0101", "1111", "0001"], ["1010", "0100", "1111", "0001"], ["1100", "0001", "1000", "0000"]]; break; case 16 : _root.map = [["0110", "0111", "0111", "0011"], ["1110", "1111", "1111", "1011"], ["1110", "1111", "1111", "1011"], ["1100", "1101", "1101", "1001"]]; } _root.caveman_in_map_x = 0; _root.caveman_in_map_y = 0; _root.load_map = _root.map[_root.caveman_in_map_y][_root.caveman_in_map_x]; hit_direction = ""; _root.trace(nextStage); _root.removeAllWildPig(); _root.myBlock_mc.removeMovieClip(); _root.gotoAndStop(_root.gameStartFrame + 7); } } prevX = this._x; prevY = this._y; prevAreaNumber = this.areaNumber; if (this.enableSpaceBar) { if (Key.isDown(37)) { this._x = this._x - speed; x_dir = 1; this.walkingCaveman_mc.play(); } if (Key.isDown(39)) { this._x = this._x + speed; x_dir = ((x_dir == 1) ? 0 : 2); this.walkingCaveman_mc.play(); } if (Key.isDown(38)) { this._y = this._y - speed; y_dir = 1; this.walkingCaveman_mc.play(); } if (Key.isDown(40)) { this._y = this._y + speed; y_dir = ((y_dir == 1) ? 0 : 2); this.walkingCaveman_mc.play(); } } if (Key.isDown(32)) { if (this.enableSpaceBar) { this.enableSpaceBar = false; this.gotoAndPlay(2); } } if (_root.hit_test_up.hitTest(_x, _y, true) && (this != _root.myCaveman)) { _root.removeAllTurkey(); _root.caveman_in_map_y--; load_new_movie = 1; hit_direction = "up"; } if (_root.hit_test_left.hitTest(_x, _y, true) && (this != _root.myCaveman)) { _root.removeAllTurkey(); _root.caveman_in_map_x--; load_new_movie = 1; hit_direction = "left"; } if (_root.hit_test_right.hitTest(_x, _y, true) && (this != _root.myCaveman)) { _root.removeAllTurkey(); _root.caveman_in_map_x++; load_new_movie = 1; hit_direction = "right"; } if (_root.hit_test_down.hitTest(_x, _y, true) && (this != _root.myCaveman)) { _root.removeAllTurkey(); _root.caveman_in_map_y++; load_new_movie = 1; hit_direction = "down"; } this.areaNumber = Math.floor(this._x / (_root.WIDTH / _root.COLUMN)) + (_root.COLUMN * Math.floor(this._y / (_root.HEIGHT / _root.ROW))); if ((x_dir == 0) && (y_dir == 1)) { this._rotation = 0; } else if ((x_dir == 0) && (y_dir == 2)) { this._rotation = 180; } else if ((x_dir == 1) && (y_dir == 0)) { this._rotation = -90; } else if ((x_dir == 1) && (y_dir == 1)) { this._rotation = -45; } else if ((x_dir == 1) && (y_dir == 2)) { this._rotation = -135; } else if ((x_dir == 2) && (y_dir == 0)) { this._rotation = 90; } else if ((x_dir == 2) && (y_dir == 1)) { this._rotation = 45; } else if ((x_dir == 2) && (y_dir == 2)) { this._rotation = 135; } if (_root.hitTurkeyInCurrentArea(this)) { this._x = prevX; this._y = prevY; this.areaNumber = prevAreaNumber; } else { while (_root.myBlock_mc.hitTest(this._x, this._y + this.radius, true)) { this._y--; } while (_root.myBlock_mc.hitTest(this._x, this._y - this.radius, true)) { this._y++; } while (_root.myBlock_mc.hitTest(this._x - this.radius, this._y, true)) { this._x++; } while (_root.myBlock_mc.hitTest(this._x + this.radius, this._y, true)) { this._x--; } } }
Frame 11
removeAllWildPig(); turkeyCount_txt.removeTextField(); turkeyProfile_mc.removeMovieClip(); myBlock_mc.removeMovieClip(); myCaveman_mc.removeMovieClip(); game_music.stop();
Frame 12
stop(); music_running.start(0, 1);
Instance of Symbol 182 MovieClip "wildpig" in Frame 12
onClipEvent (load) { s = 1; } onClipEvent (enterFrame) { if ((s * 1.1) >= 3) { s = 3; } else { s = s * 1.1; } _x = (_x + s); if (this.hitTest(_root.caveman)) { _root.gotoAndStop(_root.gameStartFrame + 5); } }
Instance of Symbol 162 MovieClip "caveman" in Frame 12
onClipEvent (load) { speed = 15; radius = 8; rightUp = true; leftUp = true; keylock = ""; } onClipEvent (keyDown) { if (rightUp && (leftUp)) { if (Key.isDown(37) && ((keylock == "right") || (keylock == ""))) { leftUp = false; keylock = "left"; } else if (Key.isDown(39) && ((keylock == "left") || (keylock == ""))) { rightUp = false; keylock = "right"; } _x = (_x + speed); } if (this.hitTest(_root.goal)) { _root.gotoAndStop(_root.gameStartFrame + 4); } } onClipEvent (keyUp) { if (rightUp ^ leftUp) { if ((Key.getAscii() == 37) && (!leftUp)) { leftUp = true; } else if ((Key.getAscii() == 39) && (!rightUp)) { rightUp = true; } else { rightUp = true; leftUp = true; keylock = ""; } } }
Frame 13
stop(); turkeyCount_txt._visible = true; gotoAndPlay(gameStartFrame + 1);
Frame 14
stop();
Frame 15
stop(); removeAllWildPig(); removeAllTurkey(); turkeyCount_txt._visible = false; turkeyProfile_mc._visible = false; myBlock_mc.removeMovieClip(); myCaveman_mc.removeMovieClip(); game_music.stop();
Frame 16
myStage_txt.text = "Stage " + nextStage; myCaveman_mc.removeMovieClip(); turkeyCount_txt._visible = false; turkeyProfile_mc._visible = false; stop(); game_music.stop();
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Frame 16
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Symbol 51 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 58 MovieClip Frame 81
_root.play(); _root.play();
Symbol 70 MovieClip Frame 40
_root.play();
Symbol 73 Button
on (release) { gotoAndStop(_root._currentframe + 2); }
Symbol 89 MovieClip Frame 80
_root.play();
Symbol 90 Button
on (release) { gotoAndStop(_root._currentframe + 1); }
Instance of Symbol 96 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Instance of Symbol 96 MovieClip in Symbol 99 MovieClip Frame 1
onClipEvent (load) { step = 0; jump = 0; } onClipEvent (enterFrame) { if (step == 0) { step = random(30) + 1; dir = random(2); } else { step--; if (dir == 0) { this._x++; _xscale = 100; } else { this._x--; _xscale = -100; } if (jump == 1) { this._y++; jump = 0; } else if (!random(3)) { this._y--; jump = 1; } } }
Symbol 126 Button
on (release) { gotoAndPlay(_root._currentframe + 1); }
Symbol 128 Button
on (release) { if (!_root.instruction_panel._visible) { _root.instruction_panel._x = 390; _root.instruction_panel._y = 282; _root.credit_panel._visible = false; _root.instruction_panel._visible = true; } else { _root.instruction_panel._visible = false; } }
Symbol 130 Button
on (release) { if (!_root.credit_panel._visible) { _root.credit_panel._x = 749; _root.credit_panel._y = 382; _root.instruction_panel._visible = false; _root.credit_panel._visible = true; } else { _root.credit_panel._visible = false; } }
Symbol 132 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 145 MovieClip Frame 1
enableSpaceBar = true; stop();
Symbol 145 MovieClip Frame 5
_root.attackTurkey();
Symbol 146 Button
on (release) { _root.gotoAndStop(_root.gameStartFrame - 1); }
Symbol 160 Button
on (release) { _root.gotoAndStop(_root.gameStartFrame - 1); }
Symbol 163 MovieClip Frame 90
stop();
Symbol 179 MovieClip Frame 12
gotoAndPlay (1);
Symbol 196 MovieClip Frame 48
stop();
Symbol 205 MovieClip Frame 62
_root.gotoAndStop(_root.gameStartFrame + 3);
Symbol 207 Button
on (release) { gotoAndStop(gameStartFrame + 1); }

Library Items

Symbol 1 Sound [sound_hit]
Symbol 2 Sound [game_music]
Symbol 3 Sound [opening_music]
Symbol 4 Sound [music_running]
Symbol 5 GraphicUsed by:10 11 12 13 14 15 16 18 19 20 21 22 23 24 25
Symbol 6 GraphicUsed by:10
Symbol 7 GraphicUsed by:10 11 12 13 14 15 16 18 19 20 21 22 23 24 25
Symbol 8 GraphicUsed by:10 11 12 13 14 15 16 18 19 20 21 22 23 24 25
Symbol 9 GraphicUsed by:10 11 12 13 14 15 16 18 19 20 21 22 23 24 25
Symbol 10 MovieClip [1110]Uses:5 6 7 8 9
Symbol 11 MovieClip [1101]Uses:5 7 8 9
Symbol 12 MovieClip [1100]Uses:5 7 8 9
Symbol 13 MovieClip [1011]Uses:5 7 8 9
Symbol 14 MovieClip [1010]Uses:5 7 8 9
Symbol 15 MovieClip [1001]Uses:5 7 8 9
Symbol 16 MovieClip [1000]Uses:5 7 8 9
Symbol 17 GraphicUsed by:18 21 25
Symbol 18 MovieClip [0111]Uses:5 17 7 8 9
Symbol 19 MovieClip [0110]Uses:5 8 7 9
Symbol 20 MovieClip [0101]Uses:5 7 8 9
Symbol 21 MovieClip [0100]Uses:5 7 8 9 17
Symbol 22 MovieClip [0011]Uses:5 7 8 9
Symbol 23 MovieClip [0010]Uses:5 7 8 9
Symbol 24 MovieClip [0001]Uses:5 7 8 9
Symbol 25 MovieClip [1111]Uses:5 7 8 9 17
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClip [trukey_cooked]Uses:26
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClip [hit_test_obj]Uses:28
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClip [0000]Uses:30
Symbol 32 GraphicUsed by:33 123 196
Symbol 33 MovieClip [turkey_profile]Uses:32
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:37 145
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClip [wildPig]Uses:35 36Used by:Timeline
Symbol 38 GraphicUsed by:41
Symbol 39 ShapeTweeningUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClip [loader]Uses:38 39 40Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 FontUsed by:44 45 72 125 127 129 131 159 195 206
Symbol 44 EditableTextUses:43Used by:Timeline
Symbol 45 TextUses:43Used by:Timeline
Symbol 46 GraphicUsed by:58
Symbol 47 GraphicUsed by:58 205
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:58
Symbol 50 GraphicUsed by:51  Timeline
Symbol 51 ButtonUses:50Used by:58
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:58
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:58
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:46 47 49 51 53 55 57 SS1Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:70
Symbol 63 GraphicUsed by:70
Symbol 64 GraphicUsed by:70
Symbol 65 GraphicUsed by:70
Symbol 66 GraphicUsed by:70 123 163
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70 163
Symbol 70 MovieClipUses:62 63 64 65 66 67 68 69Used by:Timeline
Symbol 71 GraphicUsed by:73 90 126 128 130 132 146 160 207
Symbol 72 TextUses:43Used by:73 90 146
Symbol 73 ButtonUses:71 72Used by:Timeline
Symbol 74 GraphicUsed by:89
Symbol 75 GraphicUsed by:89
Symbol 76 GraphicUsed by:89
Symbol 77 GraphicUsed by:89
Symbol 78 GraphicUsed by:89
Symbol 79 GraphicUsed by:89
Symbol 80 GraphicUsed by:89
Symbol 81 GraphicUsed by:89
Symbol 82 GraphicUsed by:89
Symbol 83 GraphicUsed by:89
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:74 75 76 77 78 79 80 81 82 83 84 85 86 87 88Used by:Timeline
Symbol 90 ButtonUses:71 72Used by:Timeline
Symbol 91 GraphicUsed by:99
Symbol 92 GraphicUsed by:99
Symbol 93 GraphicUsed by:99
Symbol 94 GraphicUsed by:99
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:99  Timeline
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99  Timeline
Symbol 99 MovieClipUses:91 92 93 94 96 97 98Used by:Timeline
Symbol 100 GraphicUsed by:109
Symbol 101 FontUsed by:102 103 104 105 106 108 115 116 117 118 119 120 121 122 124 157 158 185 208
Symbol 102 TextUses:101Used by:109
Symbol 103 TextUses:101Used by:109
Symbol 104 TextUses:101Used by:109
Symbol 105 TextUses:101Used by:109
Symbol 106 TextUses:101Used by:109
Symbol 107 GraphicUsed by:109
Symbol 108 TextUses:101Used by:109
Symbol 109 MovieClipUses:100 102 103 104 105 106 107 108Used by:Timeline
Symbol 110 FontUsed by:111
Symbol 111 TextUses:110Used by:Timeline
Symbol 112 GraphicUsed by:123
Symbol 113 GraphicUsed by:123
Symbol 114 GraphicUsed by:123 196
Symbol 115 TextUses:101Used by:123
Symbol 116 TextUses:101Used by:123
Symbol 117 TextUses:101Used by:123
Symbol 118 TextUses:101Used by:123
Symbol 119 TextUses:101Used by:123
Symbol 120 TextUses:101Used by:123
Symbol 121 TextUses:101Used by:123
Symbol 122 TextUses:101Used by:123
Symbol 123 MovieClipUses:112 113 114 115 116 117 118 66 119 120 32 121 122Used by:Timeline
Symbol 124 TextUses:101Used by:Timeline
Symbol 125 TextUses:43Used by:126
Symbol 126 ButtonUses:71 125Used by:Timeline
Symbol 127 TextUses:43Used by:128
Symbol 128 ButtonUses:71 127Used by:Timeline
Symbol 129 TextUses:43Used by:130
Symbol 130 ButtonUses:71 129Used by:Timeline
Symbol 131 TextUses:43Used by:132
Symbol 132 ButtonUses:71 131Used by:163 196  Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:145
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:138 139 140Used by:145
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:35 137 141 142 143 144Used by:Timeline
Symbol 146 ButtonUses:71 72Used by:Timeline
Symbol 147 GraphicUsed by:163
Symbol 148 GraphicUsed by:151
Symbol 149 GraphicUsed by:151
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:148 149 150Used by:163
Symbol 152 GraphicUsed by:163 196
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:163
Symbol 155 GraphicUsed by:163 205
Symbol 156 GraphicUsed by:163
Symbol 157 TextUses:101Used by:163
Symbol 158 TextUses:101Used by:163
Symbol 159 TextUses:43Used by:160
Symbol 160 ButtonUses:71 159Used by:163 196
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:163  Timeline
Symbol 163 MovieClipUses:147 151 152 66 69 154 155 156 157 158 160 162 132Used by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:179 196  Timeline
Symbol 166 GraphicUsed by:179
Symbol 167 GraphicUsed by:179
Symbol 168 GraphicUsed by:179
Symbol 169 GraphicUsed by:179
Symbol 170 GraphicUsed by:179
Symbol 171 GraphicUsed by:174
Symbol 172 GraphicUsed by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:171 172 173Used by:179
Symbol 175 GraphicUsed by:179
Symbol 176 GraphicUsed by:179
Symbol 177 GraphicUsed by:179 189
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:165 166 167 168 169 170 174 175 176 177 178Used by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 TextUses:101Used by:Timeline
Symbol 186 GraphicUsed by:196
Symbol 187 GraphicUsed by:196
Symbol 188 GraphicUsed by:196
Symbol 189 MovieClipUses:177Used by:196
Symbol 190 GraphicUsed by:193
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:190 191 192Used by:196
Symbol 194 GraphicUsed by:196
Symbol 195 TextUses:43Used by:196
Symbol 196 MovieClipUses:186 187 188 152 189 193 165 160 132 194 32 114 195Used by:Timeline
Symbol 197 SoundUsed by:205
Symbol 198 GraphicUsed by:205
Symbol 199 GraphicUsed by:205
Symbol 200 GraphicUsed by:205
Symbol 201 GraphicUsed by:205
Symbol 202 GraphicUsed by:205
Symbol 203 GraphicUsed by:205
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:47 197 198 199 200 201 202 203 155 204Used by:Timeline
Symbol 206 TextUses:43Used by:207
Symbol 207 ButtonUses:71 206Used by:Timeline
Symbol 208 EditableTextUses:101Used by:Timeline
Streaming Sound 1Used by:Symbol 58 MovieClip

Instance Names

"loader"Frame 1Symbol 41 MovieClip [loader]
"credit_panel"Frame 8Symbol 109 MovieClip
"instruction_panel"Frame 8Symbol 123 MovieClip
"wildPig_mc"Frame 10Symbol 37 MovieClip [wildPig]
"turkey_mc"Frame 10Symbol 135 MovieClip
"myCaveman"Frame 10Symbol 145 MovieClip
"wildpig"Frame 12Symbol 182 MovieClip
"caveman"Frame 12Symbol 162 MovieClip
"goal"Frame 12Symbol 184 MovieClip
"myStage_txt"Frame 16Symbol 208 EditableText
"wildPigHitTest_mc"Symbol 37 MovieClip [wildPig] Frame 1Symbol 35 MovieClip
"wildPigHitTest_mc"Symbol 145 MovieClip Frame 1Symbol 35 MovieClip
"hitTurkey_mc"Symbol 145 MovieClip Frame 1Symbol 137 MovieClip
"walkingCaveman_mc"Symbol 145 MovieClip Frame 1Symbol 141 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "sound_hit"
ExportAssets (56)Timeline Frame 1Symbol 2 as "game_music"
ExportAssets (56)Timeline Frame 1Symbol 3 as "opening_music"
ExportAssets (56)Timeline Frame 1Symbol 4 as "music_running"
ExportAssets (56)Timeline Frame 1Symbol 10 as "1110"
ExportAssets (56)Timeline Frame 1Symbol 11 as "1101"
ExportAssets (56)Timeline Frame 1Symbol 12 as "1100"
ExportAssets (56)Timeline Frame 1Symbol 13 as "1011"
ExportAssets (56)Timeline Frame 1Symbol 14 as "1010"
ExportAssets (56)Timeline Frame 1Symbol 15 as "1001"
ExportAssets (56)Timeline Frame 1Symbol 16 as "1000"
ExportAssets (56)Timeline Frame 1Symbol 18 as "0111"
ExportAssets (56)Timeline Frame 1Symbol 19 as "0110"
ExportAssets (56)Timeline Frame 1Symbol 20 as "0101"
ExportAssets (56)Timeline Frame 1Symbol 21 as "0100"
ExportAssets (56)Timeline Frame 1Symbol 22 as "0011"
ExportAssets (56)Timeline Frame 1Symbol 23 as "0010"
ExportAssets (56)Timeline Frame 1Symbol 24 as "0001"
ExportAssets (56)Timeline Frame 1Symbol 25 as "1111"
ExportAssets (56)Timeline Frame 1Symbol 27 as "trukey_cooked"
ExportAssets (56)Timeline Frame 1Symbol 29 as "hit_test_obj"
ExportAssets (56)Timeline Frame 1Symbol 31 as "0000"
ExportAssets (56)Timeline Frame 1Symbol 33 as "turkey_profile"
ExportAssets (56)Timeline Frame 1Symbol 37 as "wildPig"
ExportAssets (56)Timeline Frame 1Symbol 41 as "loader"

Dynamic Text Variables

_root.frameSymbol 44 EditableText""




http://swfchan.com/12/59119/info.shtml
Created: 16/4 -2019 21:59:22 Last modified: 16/4 -2019 21:59:22 Server time: 12/05 -2024 00:13:16