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

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

cirno_game.swf

This is the info page for
Flash #101519

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


Text
Start

SOME SORT OF
CIRNO GAME

Game Over

Score:

Retry

KM

ActionScript [AS1/AS2]

Frame 1
points = 0; health = 50; fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); stop();
Frame 2
fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); stop();
Instance of Symbol 27 MovieClip "cirno" in Frame 2
onClipEvent (load) { speed = 8.5; } onClipEvent (enterFrame) { _root.points = _root.points + 1; if (Key.isDown(39)) { if (hitTest(_root.rightwall)) { } else { this._rotation = 10; this._x = this._x + speed; } } if (Key.isDown(37)) { if (hitTest(_root.leftwall)) { } else { this._rotation = -10; this._x = this._x - (speed * 1.5); } } if (Key.isDown(38)) { if (hitTest(_root.topwall)) { } else { this._y = this._y - speed; } } if (Key.isDown(40)) { if (hitTest(_root.bottomwall)) { } else { this._y = this._y + speed; } } }
Instance of Symbol 14 MovieClip "icecream2" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno)) { _root.cirno.gotoAndPlay("fifty"); this._x = 2000; _root.points = _root.points + 50; this._y = Math.random() * 400; } else { this._x = this._x - 20; this._rotation = this._rotation + 15; } if (this._x <= 0) { this._x = 2000; this._y = Math.random() * 400; } }
Instance of Symbol 16 MovieClip "icecream" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno)) { this._x = 5000; _root.cirno.gotoAndPlay("hundred"); _root.points = _root.points + 100; this._y = Math.random() * 400; } else { this._x = this._x - 30; this._rotation = this._rotation + 15; } if (this._x <= 0) { this._x = 5000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet3" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet2" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet1" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet4" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet5" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet6" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 12 MovieClip "bullet7" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 1000) + 1000; _root.cirno.gotoAndPlay("hit"); _root.health = _root.health - 10; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 1000) + 1000; this._y = Math.random() * 400; } }
Instance of Symbol 49 MovieClip "health" in Frame 2
onClipEvent (enterFrame) { this._width = _root.health * 10.8; } onClipEvent (enterFrame) { if (this._width == 0) { _root.gotoAndStop(3); } }
Instance of Symbol 37 MovieClip "heal" in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.cirno.hitbox)) { this._x = (Math.random() * 4000) + 40000; _root.health = _root.health + 20; this._y = Math.random() * 400; } else { this._x = this._x - 20; } if (this._x <= 0) { this._x = (Math.random() * 4000) + 40000; this._y = Math.random() * 400; } }
Frame 3
fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); stop();
Symbol 10 Button
on (release) { gotoAndStop (2); }
Symbol 27 MovieClip Frame 1
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 2
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 3
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 4
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 5
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 6
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 7
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; }
Symbol 27 MovieClip Frame 8
if (Key.isDown(39)) { } else if (Key.isDown(37)) { } else { this._rotation = 0; } this.gotoAndPlay(1);
Symbol 27 MovieClip Frame 24
gotoAndPlay (1);
Symbol 27 MovieClip Frame 40
gotoAndPlay (1);
Symbol 45 MovieClip Frame 1
snowflakes = 75; do { duplicateMovieClip (snow, "snow" + k, k); k++; } while (k != snowflakes);
Instance of Symbol 44 MovieClip "snow" in Symbol 45 MovieClip Frame 1
onClipEvent (load) { width = 550; height = 400; this._xscale = (this._yscale = 50 + (Math.random() * 100)); this._alpha = 20 + (Math.random() * 50); this._x = (-width) + (Math.random() * (3 * width)); this._y = -10 + (Math.random() * height); i = 1 + (Math.random() * 2); k = -3.14159265358979 + (Math.random() * Math.PI); rad = 0; } onClipEvent (enterFrame) { rad = rad + ((k / 180) * Math.PI); xmovement = (_root.cirno._x * 2) + 500; this._x = this._x - (Math.cos(rad) + ((xmovement - (width / 2)) / 50)); this._y = this._y + i; if (this._x > (width + 50)) { this._x = -45; this._y = (Math.random() * height) * 2; } if (this._x < -50) { this._x = width + 45; this._y = (Math.random() * height) * 2; } if (this._y >= height) { this._y = -50; this._x = (-width) + (Math.random() * (3 * width)); } }
Symbol 55 Button
on (release) { _root.gotoAndStop(2); points = 0; health = 50; }

Library Items

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

Instance Names

"button"Frame 1Symbol 10 Button
"cirno"Frame 2Symbol 27 MovieClip
"leftwall"Frame 2Symbol 42 MovieClip
"rightwall"Frame 2Symbol 42 MovieClip
"snow"Frame 2Symbol 45 MovieClip
"topwall"Frame 2Symbol 42 MovieClip
"bottomwall"Frame 2Symbol 42 MovieClip
"icecream2"Frame 2Symbol 14 MovieClip
"icecream"Frame 2Symbol 16 MovieClip
"bullet3"Frame 2Symbol 12 MovieClip
"bullet2"Frame 2Symbol 12 MovieClip
"bullet1"Frame 2Symbol 12 MovieClip
"bullet4"Frame 2Symbol 12 MovieClip
"bullet5"Frame 2Symbol 12 MovieClip
"bullet6"Frame 2Symbol 12 MovieClip
"bullet7"Frame 2Symbol 12 MovieClip
"health"Frame 2Symbol 49 MovieClip
"heal"Frame 2Symbol 37 MovieClip
"hitbox"Symbol 27 MovieClip Frame 1Symbol 19 MovieClip
"snow"Symbol 45 MovieClip Frame 1Symbol 44 MovieClip

Labels

"fifty"Symbol 27 MovieClip Frame 9
"hundred"Symbol 27 MovieClip Frame 25
"hit"Symbol 27 MovieClip Frame 41

Dynamic Text Variables

pointsSymbol 47 EditableText""
pointsSymbol 53 EditableText""




http://swfchan.com/21/101519/info.shtml
Created: 20/3 -2019 08:43:43 Last modified: 20/3 -2019 08:43:43 Server time: 19/04 -2024 06:44:44