| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229923 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2598 · P5196 |
![]() | This is the info page for Flash #15314 |
<p align="left"><font face="Calibri" size="30" color="#000000" letterSpacing="0.000000" kerning="1">Unleash the motherfucking moonwalk..</font></p><p align="left"><font face="Calibri" size="30" color="#000000" letterSpacing="0.000000" kerning="1"> ctrl makes the speed go up.</font></p><p align="left"><font face="Calibri" size="30" color="#000000" letterSpacing="0.000000" kerning="1">You steer with the arrow keys</font></p><p align="left"><font face="Calibri" size="30" color="#000000" letterSpacing="0.000000" kerning="1">No cruise control allowed</font></p> |
Kuzmin(C) |
ActionScript [AS1/AS2]
Instance of Symbol 12 MovieClip in Frame 1onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 5; upconstant = 0.75; friction = 0.99; gravity = 0.5; } onClipEvent (enterFrame) { power = 5; if (Key.isDown(17)) { power = 10; } if (Key.isDown(20)) { _root.text_txt.text = "I SAID NO CRUISE CONTROL!!! \n This is why we can't \n have nice things.."; } if (Key.isDown(37) and (_x > 70)) { this.gotoAndStop("walkright"); _x = (_x - power); } else if (Key.isDown(39) and (_x < 460)) { _x = (_x + power); this.gotoAndStop("walkleft"); } else { xspeed = 0; this.gotoAndStop("stand"); } if (_root.floor_mc.hitTest(this)) { yspeed = 0; } if (_root.goal.hitTest(this.hero_hit)) { _root.gotoAndStop("win"); } }Symbol 12 MovieClip Frame 1stop();
Library Items
Symbol 1 Font | Used by:2 15 | |
Symbol 2 EditableText | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:12 |
Symbol 5 ShapeTweening | Used by:11 | |
Symbol 6 ShapeTweening | Used by:11 | |
Symbol 7 Graphic | Used by:11 | |
Symbol 8 ShapeTweening | Used by:11 | |
Symbol 9 ShapeTweening | Used by:11 | |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 MovieClip | Uses:5 6 7 8 9 10 | Used by:12 |
Symbol 12 MovieClip | Uses:4 11 | Used by:Timeline |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip | Uses:13 | Used by:Timeline |
Symbol 15 Text | Uses:1 | Used by:Timeline |
Instance Names
"text_txt" | Frame 1 | Symbol 2 EditableText |
"floor_mc" | Frame 1 | Symbol 14 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
"stand" | Symbol 12 MovieClip Frame 1 |
"walkright" | Symbol 12 MovieClip Frame 2 |
"walkleft" | Symbol 12 MovieClip Frame 3 |
|