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/29934231?noj=FRM29934231-17DC" width="1" height="1"></div>

blockless.swf

This is the info page for
Flash #106173

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


Text
Blockless

Pressing the up, left, right
buttons can make
blockless move!

DO NOT GET THAT SHARP
THINGY! TRUST ME. ITS A
REALLY GOOD IDEA!

To be continud...

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 2 MovieClip in Frame 1
onClipEvent (enterFrame) { _y = (_y + ((_root.char._y - _y) / 4)); _x = (_x + ((_root.char._x - _x) / 4)); }
Frame 2
stop();
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 18 MovieClip "char" in Frame 2
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 7; var maxJump = -12; var touchingGround = false; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(39)) { _x = (_x + speed); } if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(38) && (touchingGround)) { grav = maxJump; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - height, true)) { grav = 3; } }
Instance of Symbol 20 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(4); } }
Frame 3
stop(); stopAllSounds();
Frame 4
stopAllSounds();
Frame 5
stop();
Frame 6
stop();
Instance of Symbol 31 MovieClip in Frame 6
onClipEvent (enterFrame) { _y = (_y + ((_root.char._y - _y) / 4)); _x = (_x + ((_root.char._x - _x) / 4)); }
Instance of Symbol 13 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 20 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(7); } }
Instance of Symbol 18 MovieClip "char" in Frame 6
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 7; var maxJump = -12; var touchingGround = false; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(39)) { _x = (_x + speed); } if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(38) && (touchingGround)) { grav = maxJump; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - height, true)) { grav = 3; } }
Frame 7
stop(); stopAllSounds();
Frame 8
stop();
Instance of Symbol 39 MovieClip in Frame 8
onClipEvent (enterFrame) { _y = (_y + ((_root.char._y - _y) / 4)); _x = (_x + ((_root.char._x - _x) / 4)); }
Instance of Symbol 20 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(10); } }
Instance of Symbol 18 MovieClip "char" in Frame 8
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 7; var maxJump = -12; var touchingGround = false; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(39)) { _x = (_x + speed); } if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(38) && (touchingGround)) { grav = maxJump; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - height, true)) { grav = 3; } }
Instance of Symbol 52 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(9); } }
Instance of Symbol 13 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Instance of Symbol 13 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(3); } }
Frame 9
stop(); stopAllSounds();
Frame 10
stop(); stopAllSounds();
Instance of Symbol 59 MovieClip in Frame 10
onClipEvent (enterFrame) { _y = (_y + ((_root.char._y - _y) / 4)); _x = (_x + ((_root.char._x - _x) / 4)); }
Frame 11
stop();
Instance of Symbol 20 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(12); } }
Instance of Symbol 18 MovieClip "char" in Frame 11
onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 2; var speed = 7; var maxJump = -12; var touchingGround = false; } onClipEvent (enterFrame) { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(39)) { _x = (_x + speed); } if (Key.isDown(37)) { _x = (_x - speed); } if (Key.isDown(38) && (touchingGround)) { grav = maxJump; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - height, true)) { grav = 3; } }
Instance of Symbol 13 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(9); } }
Instance of Symbol 13 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(9); } }
Instance of Symbol 13 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(9); } }
Instance of Symbol 13 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotoAndStop(9); } }
Frame 12
stop(); stopAllSounds();
Symbol 2 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local3 = sX / this._width; var _local4 = sY / this._height; _parent._x = cX - (this._x * _local3); _parent._y = cY - (this._y * _local4); _parent._xscale = 100 * _local3; _parent._yscale = 100 * _local4; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; this.onUnload = resetStage;
Symbol 9 Button
on (release) { _root.gotoAndPlay(2); }
Symbol 28 Button
on (release) { _root.gotoAndPlay(5); }
Symbol 31 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local3 = sX / this._width; var _local4 = sY / this._height; _parent._x = cX - (this._x * _local3); _parent._y = cY - (this._y * _local4); _parent._xscale = 100 * _local3; _parent._yscale = 100 * _local4; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; this.onUnload = resetStage;
Symbol 33 Button
on (release) { _root.gotoAndPlay(6); }
Symbol 39 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local3 = sX / this._width; var _local4 = sY / this._height; _parent._x = cX - (this._x * _local3); _parent._y = cY - (this._y * _local4); _parent._xscale = 100 * _local3; _parent._yscale = 100 * _local4; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; this.onUnload = resetStage;
Symbol 41 Button
on (release) { _root.gotoAndPlay(8); }
Symbol 57 Button
on (release) { _root.gotoAndPlay(7); }
Symbol 59 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local3 = sX / this._width; var _local4 = sY / this._height; _parent._x = cX - (this._x * _local3); _parent._y = cY - (this._y * _local4); _parent._xscale = 100 * _local3; _parent._yscale = 100 * _local4; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; this.onUnload = resetStage;
Symbol 61 Button
on (release) { _root.gotoAndPlay(11); }

Library Items

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

Instance Names

"ground"Frame 2Symbol 15 MovieClip
"char"Frame 2Symbol 18 MovieClip
"ground"Frame 6Symbol 36 MovieClip
"char"Frame 6Symbol 18 MovieClip
"ground"Frame 8Symbol 43 MovieClip
"char"Frame 8Symbol 18 MovieClip
"ground"Frame 11Symbol 63 MovieClip
"char"Frame 11Symbol 18 MovieClip

Special Tags

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




http://swfchan.com/22/106173/info.shtml
Created: 17/3 -2019 01:30:22 Last modified: 17/3 -2019 01:30:22 Server time: 17/05 -2024 22:52:54