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

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

Vengeance.swf

This is the info page for
Flash #67259

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


Text
Begin

YOU
LOSE!

Replay?

Replay?

Replay?

Replay?

YOU
WIN!

ActionScript [AS1/AS2]

Frame 1
life = 3; hit = 0; speed = 1; lives.number = life; stop();
Frame 2
lives.number = life; stop(); Mouse.hide();
Instance of Symbol 11 MovieClip "character" in Frame 2
onClipEvent (load) { speed = 1; speedx = speed; speedy = 0; } onClipEvent (enterFrame) { _x = (_x + speedx); _y = (_y + speedy); if ((Key.isDown(37) && (!Key.isDown(39))) && (speedx == 0)) { speedx = speed * -1; speedy = 0; _rotation = 270; } if ((Key.isDown(39) && (!Key.isDown(37))) && (speedx == 0)) { speedx = speed; speedy = 0; _rotation = 90; } if ((Key.isDown(38) && (!Key.isDown(40))) && (speedy == 0)) { speedy = speed * -1; speedx = 0; _rotation = 0; } if ((Key.isDown(40) && (!Key.isDown(38))) && (speedy == 0)) { speedy = speed; speedx = 0; _rotation = 180; } if (_root.hit == 1) { speedx = 0; speedy = 0; if (_root.life == 0) { _root.gotoAndPlay(7); } } }
Instance of Symbol 17 MovieClip "Food" in Frame 2
onClipEvent (load) { _root.Food.number = 1; fspeed = 3; speedx = fspeed; speedy = fspeed; } onClipEvent (enterFrame) { if (_root.character.hitTest(this) && ((_root.character.speedy != 0) || (_root.character.speedx != 0))) { _root.Food.number++; _root.character.speed++; if (_root.Food.number == 11) { _root.character.speedx = 0; _root.character.speedy = 0; _root.character.speed = 1; setProperty("_root.character", _x , 116); setProperty("_root.character", _y , 170); _root.gotoAndPlay(3); } _x = Math.floor((451 * Math.random()) + 50); _y = Math.floor((301 * Math.random()) + 50); } setProperty("/Food", _x , _x + speedx); setProperty("/Food", _y , _y + speedy); if (_y > (400 - _height)) { speedy = Math.abs(speedy) * -1; } if (_y < 0) { speedy = Math.abs(speedy); } if (_x > (550 - _width)) { speedx = Math.abs(speedx) * -1; } if (_x < 0) { speedx = Math.abs(speedx); } }
Frame 3
stop(); _root.Food.number = 1;
Instance of Symbol 17 MovieClip "Food" in Frame 3
onClipEvent (load) { _root.Food.number = 1; fspeed = 3; speedx = fspeed; speedy = fspeed; } onClipEvent (enterFrame) { if (_root.character.hitTest(this) && ((_root.character.speedy != 0) || (_root.character.speedx != 0))) { _root.Food.number++; _root.character.speed++; if (_root.Food.number == 11) { _root.character.speedx = 0; _root.character.speedy = 0; _root.character.speed = 1; setProperty("_root.character", _x , 116); setProperty("_root.character", _y , 170); _root.gotoAndPlay(4); } _x = Math.floor((451 * Math.random()) + 50); _y = Math.floor((301 * Math.random()) + 50); } setProperty("/Food", _x , _x + speedx); setProperty("/Food", _y , _y + speedy); if (_y > (400 - _height)) { speedy = Math.abs(speedy) * -1; } if (_y < 0) { speedy = Math.abs(speedy); } if (_x > (550 - _width)) { speedx = Math.abs(speedx) * -1; } if (_x < 0) { speedx = Math.abs(speedx); } }
Frame 4
stop(); _root.Food.number = 1;
Instance of Symbol 17 MovieClip "Food" in Frame 4
onClipEvent (load) { _root.Food.number = 1; fspeed = 3; speedx = fspeed; speedy = fspeed; } onClipEvent (enterFrame) { if (_root.character.hitTest(this) && ((_root.character.speedy != 0) || (_root.character.speedx != 0))) { _root.Food.number++; _root.character.speed++; if (_root.Food.number == 11) { _root.character.speedx = 0; _root.character.speedy = 0; _root.character.speed = 1; setProperty("_root.character", _x , 116); setProperty("_root.character", _y , 170); _root.gotoAndPlay(5); } _x = Math.floor((451 * Math.random()) + 50); _y = Math.floor((301 * Math.random()) + 50); } setProperty("/Food", _x , _x + speedx); setProperty("/Food", _y , _y + speedy); if (_y > (400 - _height)) { speedy = Math.abs(speedy) * -1; } if (_y < 0) { speedy = Math.abs(speedy); } if (_x > (550 - _width)) { speedx = Math.abs(speedx) * -1; } if (_x < 0) { speedx = Math.abs(speedx); } }
Frame 5
stop(); _root.Food.number = 1;
Instance of Symbol 17 MovieClip "Food" in Frame 5
onClipEvent (load) { _root.Food.number = 1; fspeed = 3; speedx = fspeed; speedy = fspeed; } onClipEvent (enterFrame) { if (_root.character.hitTest(this) && ((_root.character.speedy != 0) || (_root.character.speedx != 0))) { _root.Food.number++; _root.character.speed++; if (_root.Food.number == 11) { _root.character.speedx = 0; _root.character.speedy = 0; _root.character.speed = 1; setProperty("_root.character", _x , 116); setProperty("_root.character", _y , 170); _root.gotoAndPlay(6); } _x = Math.floor((451 * Math.random()) + 50); _y = Math.floor((301 * Math.random()) + 50); } setProperty("/Food", _x , _x + speedx); setProperty("/Food", _y , _y + speedy); if (_y > (400 - _height)) { speedy = Math.abs(speedy) * -1; } if (_y < 0) { speedy = Math.abs(speedy); } if (_x > (550 - _width)) { speedx = Math.abs(speedx) * -1; } if (_x < 0) { speedx = Math.abs(speedx); } }
Frame 6
stop(); _root.Food.number = 1;
Instance of Symbol 17 MovieClip "Food" in Frame 6
onClipEvent (load) { _root.Food.number = 1; fspeed = 3; speedx = fspeed; speedy = fspeed; } onClipEvent (enterFrame) { if (_root.character.hitTest(this) && ((_root.character.speedy != 0) || (_root.character.speedx != 0))) { _root.Food.number++; _root.character.speed++; if (_root.Food.number == 11) { _root.character.speedx = 0; _root.character.speedy = 0; _root.character.speed = 1; setProperty("_root.character", _x , 116); setProperty("_root.character", _y , 170); gotoAndPlay (8); } _x = Math.floor((451 * Math.random()) + 50); _y = Math.floor((301 * Math.random()) + 50); } setProperty("/Food", _x , _x + speedx); setProperty("/Food", _y , _y + speedy); if (_y > (400 - _height)) { speedy = Math.abs(speedy) * -1; } if (_y < 0) { speedy = Math.abs(speedy); } if (_x > (550 - _width)) { speedx = Math.abs(speedx) * -1; } if (_x < 0) { speedx = Math.abs(speedx); } }
Frame 7
life = 3; hit = 0; _root.character.speedx = 0; _root.character.speedx = 0; _root.character.speed = 1; Mouse.show(); stop();
Frame 8
stop();
Symbol 4 Button
on (release) { play(); }
Symbol 11 MovieClip Frame 10
if (_root.hit != 1) { gotoAndPlay (1); }
Symbol 11 MovieClip Frame 11
_root.life--; if (_root.life == 0) { _root.lives.number = _root.life; stopAllSounds(); } else { _root.lives.number = _root.life; }
Symbol 11 MovieClip Frame 50
setProperty("_root.character", _x , 116); setProperty("_root.character", _y , 170); _root.hit = 0;
Instance of Symbol 13 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.character.hitTest(this)) { _root.hit = 1; } }
Symbol 27 Button
on (release) { gotoAndPlay (2); }

Library Items

Symbol 1 GraphicUsed by:4
Symbol 2 FontUsed by:3 16
Symbol 3 TextUses:2Used by:4
Symbol 4 ButtonUses:1 3Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 FontUsed by:7 19 21 23 25 26 29
Symbol 7 EditableTextUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:11
Symbol 10 SoundUsed by:11
Symbol 11 MovieClipUses:9 10Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 GraphicUsed by:17
Symbol 16 EditableTextUses:2Used by:17
Symbol 17 MovieClipUses:15 16Used by:Timeline
Symbol 18 SoundUsed by:Timeline
Symbol 19 EditableTextUses:6Used by:Timeline
Symbol 20 GraphicUsed by:27
Symbol 21 EditableTextUses:6Used by:27
Symbol 22 GraphicUsed by:27
Symbol 23 EditableTextUses:6Used by:27
Symbol 24 GraphicUsed by:27
Symbol 25 EditableTextUses:6Used by:27
Symbol 26 EditableTextUses:6Used by:27
Symbol 27 ButtonUses:20 21 22 23 24 25 26Used by:Timeline
Symbol 28 SoundUsed by:Timeline
Symbol 29 EditableTextUses:6Used by:Timeline

Instance Names

"lives"Frame 1Symbol 8 MovieClip
"character"Frame 2Symbol 11 MovieClip
"Food"Frame 2Symbol 17 MovieClip
"Food"Frame 3Symbol 17 MovieClip
"Food"Frame 4Symbol 17 MovieClip
"Food"Frame 5Symbol 17 MovieClip
"Food"Frame 6Symbol 17 MovieClip

Labels

"Fade Red"Symbol 11 MovieClip Frame 1

Dynamic Text Variables

numberSymbol 7 EditableText""
numberSymbol 16 EditableText""




http://swfchan.com/14/67259/info.shtml
Created: 11/4 -2019 15:51:10 Last modified: 11/4 -2019 15:51:10 Server time: 18/05 -2024 12:16:35