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

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

Avalanche- Bullet Time.swf

This is the info page for
Flash #42097

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


Text
Play

Instructions

Avalanche: Bullet Time

KyleRothman.com - Kicking Ass and Taking Names

Main Menu

Movement: Left Arrow or Right Arrow
Adrenaline Mode: Left Arrow+Space or Right Arrow+Space
Bullet Time:Up Arrow
Dodge the icicles, bullet time slows down the icicles for a small
period of time and adrenaline mode increases your speed.

Easy

Medium

Hard

Main Menu

Score:

0

Adrenaline:

200

Try Again?

Current High Score:

0

Bullet Time:

50

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 59 MovieClip "ice1" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 66 MovieClip "man" in Frame 4
onClipEvent (enterFrame) { if (((_root.bullettimebox == 50) && (_root.icespeed > (_root.icespeed2 - 3))) && (Key.isDown(38))) { _root.icespeed = _root.icespeed - _root.bulletspeed; _root.btimeon = "yes"; _root.bcountup = "no"; } if (_root.btimeon == "yes") { _root.bullettimebox = _root.bullettimebox - 1; } if (_root.bullettimebox == 0) { _root.btimeon = "no"; _root.icespeed = _root.icespeed + _root.bulletspeed; _root.bullettimebox++; _root.bcountup = "yes"; } if ((_root.bcountup == "yes") && (_root.bullettimebox < 50)) { _root.bullettimebox = _root.bullettimebox + 0.5; } if (_root.adrenaline < 200) { _root.adrenaline++; } if (_root.move == "yes") { _root.score++; } if ((_root.move == "yes") && (Key.isDown(39))) { this._x = this._x + _root.manspeed; } if ((_root.move == "yes") && (Key.isDown(37))) { this._x = this._x + (_root.manspeed * -1); } if (((_root.move == "yes") && (_root.adrenaline > 9)) && (Key.isDown(39) && (Key.isDown(32)))) { this._x = (this._x + _root.manspeed) + 5; _root.adrenaline = _root.adrenaline - 10; } if (((_root.move == "yes") && (_root.adrenaline > 9)) && (Key.isDown(37) && (Key.isDown(32)))) { this._x = this._x + ((_root.manspeed + 5) * -1); _root.adrenaline = _root.adrenaline - 10; } if (((_root.icehit == "yes") && (_root.move == "yes")) && ((((((((((((((((((((((((((((this.hitTest(_root.leftspike) || (this.hitTest(_root.rightspike))) || (_root.ice1.hitTest(this))) || (_root.ice2.hitTest(this))) || (_root.ice3.hitTest(this))) || (_root.ice4.hitTest(this))) || (_root.ice5.hitTest(this))) || (_root.ice6.hitTest(this))) || (_root.ice7.hitTest(this))) || (_root.ice8.hitTest(this))) || (_root.ice9.hitTest(this))) || (_root.ice10.hitTest(this))) || (_root.ice11.hitTest(this))) || (_root.ice12.hitTest(this))) || (_root.ice13.hitTest(this))) || (_root.ice14.hitTest(this))) || (_root.ice15.hitTest(this))) || (_root.ice16.hitTest(this))) || (_root.ice17.hitTest(this))) || (_root.ice18.hitTest(this))) || (_root.ice19.hitTest(this))) || (_root.ice20.hitTest(this))) || (_root.ice21.hitTest(this))) || (_root.ice22.hitTest(this))) || (_root.ice23.hitTest(this))) || (_root.ice24.hitTest(this))) || (_root.ice25.hitTest(this))) || (_root.ice26.hitTest(this))) || (_root.ice27.hitTest(this)))) { _root.man.gotoAndPlay(2); _root.icehit = "no"; _root.move = "no"; _root.again._alpha = 100; _root.bulletable = "no"; _root.bcountup = "no"; _root.btimeon = "no"; } } onClipEvent (load) { _root.icehit = "yes"; _root.move = "yes"; _root.manspeed = 5; _root.scorevalue = 1; _root.bulletable = "yes"; _root.icespeed2 = _root.icespeed; _root.btimeon = "no"; _root.bcountup = "no"; _root.bullettimebox = 50; }
Instance of Symbol 59 MovieClip "ice2" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice3" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice4" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice5" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice6" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice7" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice8" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice9" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice10" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice11" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice12" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice13" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice14" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice15" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice16" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice17" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice18" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice19" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice20" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice21" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice22" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice23" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice24" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice25" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice26" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Instance of Symbol 59 MovieClip "ice27" in Frame 4
onClipEvent (enterFrame) { if (_root.move == "yes") { this._y = this._y + _root.icespeed; } if (this.hitTest(_root.ground)) { this._y = _root.spawn._y; this._x = Math.random() * 400; } }
Symbol 15 MovieClip [bmc] Frame 1
stop(); myColor = new Color(colorChip1); myColor.setRGB(rgb); myColor2 = new Color(colorChip2); myColor2.setRGB(rgb);
Symbol 15 MovieClip [bmc] Frame 2
myColor = new Color(colorChip1); myColor.setRGB(rgb);
Symbol 15 MovieClip [bmc] Frame 3
myColor = new Color(colorChip1); myColor.setRGB(rgb);
Symbol 29 Button
on (press) { gotoAndPlay (3); }
Symbol 30 Button
on (press) { gotoAndPlay (2); }
Symbol 40 Button
on (press) { gotoAndPlay (1); }
Symbol 43 Button
on (press) { _root.icespeed = 6; gotoAndPlay (4); _root.bulletspeed = 4; }
Symbol 45 Button
on (press) { _root.icespeed = 10; gotoAndPlay (4); _root.bulletspeed = 8; }
Symbol 47 Button
on (press) { _root.icespeed = 14; gotoAndPlay (4); _root.bulletspeed = 12; }
Symbol 52 Button
on (press) { gotoAndPlay (1); }
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 13
stop();
Symbol 75 Button
on (press) { if ((_root.move == "no") && (_root.score > _root.highscore)) { _root.highscore = _root.score; _root.highscorebox = _root.highscore; } if (_root.move == "no") { gotoAndPlay (3); _root.score = 0; } }

Library Items

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

Instance Names

"leftspike"Frame 1Symbol 35 MovieClip
"rightspike"Frame 1Symbol 35 MovieClip
"spawn"Frame 4Symbol 55 MovieClip
"ground"Frame 4Symbol 57 MovieClip
"ice1"Frame 4Symbol 59 MovieClip
"man"Frame 4Symbol 66 MovieClip
"ice2"Frame 4Symbol 59 MovieClip
"ice3"Frame 4Symbol 59 MovieClip
"ice4"Frame 4Symbol 59 MovieClip
"ice5"Frame 4Symbol 59 MovieClip
"ice6"Frame 4Symbol 59 MovieClip
"ice7"Frame 4Symbol 59 MovieClip
"ice8"Frame 4Symbol 59 MovieClip
"ice9"Frame 4Symbol 59 MovieClip
"ice10"Frame 4Symbol 59 MovieClip
"ice11"Frame 4Symbol 59 MovieClip
"ice12"Frame 4Symbol 59 MovieClip
"ice13"Frame 4Symbol 59 MovieClip
"ice14"Frame 4Symbol 59 MovieClip
"ice15"Frame 4Symbol 59 MovieClip
"ice16"Frame 4Symbol 59 MovieClip
"ice17"Frame 4Symbol 59 MovieClip
"ice18"Frame 4Symbol 59 MovieClip
"ice19"Frame 4Symbol 59 MovieClip
"ice20"Frame 4Symbol 59 MovieClip
"ice21"Frame 4Symbol 59 MovieClip
"ice22"Frame 4Symbol 59 MovieClip
"ice23"Frame 4Symbol 59 MovieClip
"ice24"Frame 4Symbol 59 MovieClip
"ice25"Frame 4Symbol 59 MovieClip
"ice26"Frame 4Symbol 59 MovieClip
"ice27"Frame 4Symbol 59 MovieClip
"again"Frame 4Symbol 75 Button
"colorChip2"Symbol 15 MovieClip [bmc] Frame 1Symbol 5 MovieClip
"colorChip1"Symbol 15 MovieClip [bmc] Frame 1Symbol 9 MovieClip
"colorchip1"Symbol 15 MovieClip [bmc] Frame 3Symbol 9 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 15 as "bmc"

Labels

"_up"Symbol 15 MovieClip [bmc] Frame 1
"_over"Symbol 15 MovieClip [bmc] Frame 2
"_down"Symbol 15 MovieClip [bmc] Frame 3
"_hit"Symbol 15 MovieClip [bmc] Frame 4

Dynamic Text Variables

scoreSymbol 68 EditableText"0"
adrenalineSymbol 70 EditableText"200"
highscoreboxSymbol 77 EditableText"0"
bullettimeboxSymbol 79 EditableText"50"




http://swfchan.com/9/42097/info.shtml
Created: 10/5 -2019 02:17:07 Last modified: 10/5 -2019 02:17:07 Server time: 12/05 -2024 22:23:36