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

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

Kwing's Game.swf

This is the info page for
Flash #75383

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


Text
PLAY

Kwing's Game

Score:

00000000000000000000000

Score:

00000000000000000000000

Score:

00000000000000000000000

ActionScript [AS1/AS2]

Frame 1
stop(); counter = random(3) + 1; score = 0; var con = new ContextMenu(); con.hideBuiltInItems(); _root.menu = con;
Instance of Symbol 7 MovieClip "playbtn" in Frame 1
onClipEvent (enterFrame) { if (_root.counter == 1) { this.gotoAndStop(1); } if (_root.counter == 2) { this.gotoAndStop(2); } if (_root.counter == 3) { this.gotoAndStop(3); } }
Frame 2
var con = new ContextMenu(); con.hideBuiltInItems(); _root.menu = con;
Instance of Symbol 22 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.score = _root.score + 1; this._x = random(500); this._y = random(200); } }
Instance of Symbol 24 MovieClip "player" in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - 5; this._rotation = 0; } if (Key.isDown(40)) { this._y = this._y + 5; this._rotation = 180; } if (Key.isDown(39)) { this._rotation = 90; this._x = this._x + 5; } if (Key.isDown(37)) { this._rotation = 270; this._x = this._x - 5; } }
Frame 3
var con = new ContextMenu(); con.hideBuiltInItems(); _root.menu = con;
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (load) { speed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score - 1; } if (this._y > 230) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score + 1; } }
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (load) { speed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score - 1; } if (this._y > 230) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score + 1; } }
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (load) { speed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score - 1; } if (this._y > 230) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score + 1; } }
Instance of Symbol 35 MovieClip "player" in Frame 3
onClipEvent (enterFrame) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; }
Frame 4
var con = new ContextMenu(); con.hideBuiltInItems(); _root.menu = con;
Instance of Symbol 41 MovieClip "player" in Frame 4
onClipEvent (enterFrame) { this._x = _root._xmouse; }
Instance of Symbol 67 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score + 1; } if (this._y > 200) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score - 1; } }
Instance of Symbol 67 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score + 1; } if (this._y > 200) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score - 1; } }
Instance of Symbol 67 MovieClip in Frame 4
onClipEvent (load) { speed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score + 1; } if (this._y > 200) { this._y = -55; this._x = random(500); speed = random(5) + 5; _root.score = _root.score - 1; } }
Symbol 4 Button
on (release) { _root.gotoAndStop(2); }
Symbol 5 Button
on (release) { _root.gotoAndStop(3); }
Symbol 6 Button
on (release) { _root.gotoAndStop(4); }

Library Items

Symbol 1 FontUsed by:2 8 25 26 36 37 68 69
Symbol 2 TextUses:1Used by:4 5 6
Symbol 3 GraphicUsed by:4 5 6
Symbol 4 ButtonUses:2 3Used by:7
Symbol 5 ButtonUses:2 3Used by:7
Symbol 6 ButtonUses:2 3Used by:7
Symbol 7 MovieClipUses:4 5 6Used by:Timeline
Symbol 8 TextUses:1Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:22
Symbol 11 GraphicUsed by:22
Symbol 12 GraphicUsed by:22
Symbol 13 GraphicUsed by:22
Symbol 14 GraphicUsed by:22
Symbol 15 GraphicUsed by:22
Symbol 16 GraphicUsed by:22
Symbol 17 GraphicUsed by:22
Symbol 18 GraphicUsed by:22
Symbol 19 GraphicUsed by:22
Symbol 20 GraphicUsed by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:10 11 12 13 14 15 16 17 18 19 20 21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 TextUses:1Used by:Timeline
Symbol 26 EditableTextUses:1Used by:Timeline
Symbol 27 SoundUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:31 32 33 34Used by:Timeline
Symbol 36 TextUses:1Used by:Timeline
Symbol 37 EditableTextUses:1Used by:Timeline
Symbol 38 SoundUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:67
Symbol 43 GraphicUsed by:67
Symbol 44 GraphicUsed by:67
Symbol 45 GraphicUsed by:67
Symbol 46 GraphicUsed by:67
Symbol 47 GraphicUsed by:67
Symbol 48 GraphicUsed by:67
Symbol 49 GraphicUsed by:67
Symbol 50 GraphicUsed by:67
Symbol 51 GraphicUsed by:67
Symbol 52 GraphicUsed by:67
Symbol 53 GraphicUsed by:67
Symbol 54 GraphicUsed by:67
Symbol 55 GraphicUsed by:67
Symbol 56 GraphicUsed by:67
Symbol 57 GraphicUsed by:67
Symbol 58 GraphicUsed by:67
Symbol 59 GraphicUsed by:67
Symbol 60 GraphicUsed by:67
Symbol 61 GraphicUsed by:67
Symbol 62 GraphicUsed by:67
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66Used by:Timeline
Symbol 68 TextUses:1Used by:Timeline
Symbol 69 EditableTextUses:1Used by:Timeline
Symbol 70 SoundUsed by:Timeline

Instance Names

"playbtn"Frame 1Symbol 7 MovieClip
"player"Frame 2Symbol 24 MovieClip
"player"Frame 3Symbol 35 MovieClip
"player"Frame 4Symbol 41 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

scoreSymbol 26 EditableText"00000000000000000000000"
scoreSymbol 37 EditableText"00000000000000000000000"
scoreSymbol 69 EditableText"00000000000000000000000"




http://swfchan.com/16/75383/info.shtml
Created: 6/4 -2019 06:17:32 Last modified: 6/4 -2019 06:17:32 Server time: 19/05 -2024 22:45:22