STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #94293 |
Score: |
<p align="left"><font face="Arial" size="22" color="#cccccc" letterSpacing="0.000000" kerning="1">0</font></p> |
Game Over |
Score: |
<p align="left"><font face="Arial" size="68" color="#ffffff" letterSpacing="0.000000" kerning="1">0</font></p> |
Hours played: |
<p align="left"><font face="Arial" size="56" color="#ffffff" letterSpacing="0.000000" kerning="1">0</font></p> |
Play Again |
ActionScript [AS1/AS2]
Frame 1if (Actions != 1) { _Score = String(0); Score = 0; lost = 0; oldTime = new Date().getTime(); Actions = 1; dirct = 2; } CarHorn = new Sound(); CarHorn.attachSound("horn"); onEnterFrame = function () { if (Key.isDown(37)) { dirct = 1; if (_Car._x > 178) { _Car._x = _Car._x - 3; } else { lost = 1; gotoAndStop (5); } } else if (Key.isDown(39)) { dirct = 2; if (_Car._x < 455) { _Car._x = _Car._x + 3; } else { lost = 1; gotoAndStop (5); } } if ((!Key.isDown(39)) && (!Key.isDown(37))) { if (dirct == 2) { if (_Car._x < 455) { _Car._x = _Car._x + 1; } else { lost = 1; gotoAndStop (5); } } else if (dirct == 1) { if (_Car._x > 178) { _Car._x = _Car._x - 1; } else { lost = 1; gotoAndStop (5); } } else { dirct = 2; } } if (Key.isDown(38)) { if (_Car._y > 0) { _Car._y = _Car._y - 6; } } if (Key.isDown(40)) { if (_Car._y < 480) { _Car._y = _Car._y + 6; } } if (Key.isDown(32)) { if (CarHorn.position == 0) { CarHorn.start(0, 1); } } }; Key.addListener(keyListener);Frame 4newTime = new Date().getTime(); Score = Math.floor((newTime - oldTime) / 28800000); _Score = String(Score); if (lost != 1) { gotoAndPlay (1); }Frame 5_EndScore = String(Score); _HoursPlayed = String((newTime - oldTime) / 3600000); stop();Symbol 19 Buttonon (press) { Actions = 0; play(); }
Library Items
Symbol 1 Sound [horn] | ||
Symbol 2 Graphic | Used by:3 | |
Symbol 3 MovieClip [Car2] | Uses:2 | |
Symbol 4 Graphic | Used by:Timeline | |
Symbol 5 Graphic | Used by:Timeline | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Font | Used by:9 10 11 12 13 14 15 17 | |
Symbol 9 Text | Uses:8 | Used by:Timeline |
Symbol 10 EditableText | Uses:8 | Used by:Timeline |
Symbol 11 Text | Uses:8 | Used by:Timeline |
Symbol 12 Text | Uses:8 | Used by:Timeline |
Symbol 13 EditableText | Uses:8 | Used by:Timeline |
Symbol 14 Text | Uses:8 | Used by:Timeline |
Symbol 15 EditableText | Uses:8 | Used by:Timeline |
Symbol 16 Graphic | Used by:19 | |
Symbol 17 Text | Uses:8 | Used by:19 |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 Button | Uses:16 17 18 | Used by:Timeline |
Instance Names
"_Car" | Frame 1 | Symbol 7 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "horn" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "Car2" |
Dynamic Text Variables
_Score | Symbol 10 EditableText | "<p align="left"><font face="Arial" size="22" color="#cccccc" letterSpacing="0.000000" kerning="1">0</font></p>" |
_EndScore | Symbol 13 EditableText | "<p align="left"><font face="Arial" size="68" color="#ffffff" letterSpacing="0.000000" kerning="1">0</font></p>" |
_HoursPlayed | Symbol 15 EditableText | "<p align="left"><font face="Arial" size="56" color="#ffffff" letterSpacing="0.000000" kerning="1">0</font></p>" |
|