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

swfchan turned sixteen years old yesterday! (5may2024)

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

Platforming section4.swf

This is the info page for
Flash #3037

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


Text
<p align="left"><font face="Arial" size="43" color="#000000" letterSpacing="0.000000" kerning="1">Push space bar to jump!</font></p>

Push Space to Continue.

ActionScript [AS1/AS2]

Frame 1
var moveSpeed = 10; _root.onEnterFrame = function () { if (Key.isDown(39)) { if (_root.boundaryright_mc.hitTest(_root.hero_mc)) { _root.main_txt.text = "touching the right wall"; } else { this.hero_mc._x = this.hero_mc._x + moveSpeed; _root._x = _root._x - moveSpeed; } } else if (Key.isDown(37)) { if (_root.boundaryleft_mc.hitTest(_root.hero_mc)) { _root.main_txt.text = "touching the left wall"; } else { this.hero_mc._x = this.hero_mc._x - moveSpeed; _root._x = _root._x + moveSpeed; } } if (Key.isDown(32) && (!jumping)) { vel_y = 20; jumping = true; } if (jumping == true) { vel_y = vel_y - 2; if (vel_y <= -10) { vel_y = -10; } this.hero_mc._y = this.hero_mc._y - vel_y; } if (_root.ground_mc.hitTest(this.hero_mc._x, this.hero_mc._y, true)) { vel_y = 0; jumping = false; trace("ontheground"); } else { trace("notonground"); jumping = true; this.hero_mc._y = this.hero_mc._y - vel_y; } if (_root.death_mc.hitTest(_root.hero_mc)) { vel_y = 0; jumping = true; _root.deathsound_mc.gotoAndPlay(2); } };
Frame 10
gotoAndPlay (1);
Frame 11
_root._x = 0; _root.onEnterFrame = function () { };
Frame 20
stop();
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 106
onEnterFrame = function () { _root.gotoAndPlay("gameoverstart"); trace("pie"); };
Symbol 17 MovieClip Frame 178
_root.onEnterFrame = function () { if (Key.isDown(32)) { _root.gotoAndPlay("gamescenestart"); } };
Symbol 17 MovieClip Frame 180
gotoAndPlay ("lepoop");

Library Items

Symbol 1 GraphicUsed by:2 3 7
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 MovieClipUses:1Used by:Timeline
Symbol 4 FontUsed by:5
Symbol 5 EditableTextUses:4Used by:Timeline
Symbol 6 MovieClipUses:SS1Used by:Timeline
Symbol 7 MovieClipUses:1Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:Timeline
Symbol 14 SoundUsed by:17
Symbol 15 FontUsed by:16
Symbol 16 TextUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:Timeline
Streaming Sound 1Used by:Symbol 6 MovieClip

Instance Names

"boundaryleft_mc"Frame 1Symbol 2 MovieClip
"boundaryright_mc"Frame 1Symbol 3 MovieClip
"main_txt"Frame 1Symbol 5 EditableText
"deathsound_mc"Frame 1Symbol 6 MovieClip
"death_mc"Frame 1Symbol 7 MovieClip
"ground_mc"Frame 1Symbol 9 MovieClip
"hero_mc"Frame 1Symbol 11 MovieClip
"deathplay_mc"Frame 11Symbol 17 MovieClip

Special Tags

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

Labels

"gamescenestart"Frame 1
"gameoverstart"Frame 11
"lepoop"Symbol 17 MovieClip Frame 179




http://swfchan.com/1/3037/info.shtml
Created: 17/6 -2019 11:19:44 Last modified: 17/6 -2019 11:19:44 Server time: 06/05 -2024 10:16:49