| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231344 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #73615 |
| Bounce: |
| 0000 |
| 0000 |
| 0000 |
| Gravity: |
| Speed: |
| Reset Stats |
| Reset Stats |
| Reset Stats |
| XMOVE |
| 000 |
| 000 |
| GRAV |
ActionScript [AS1/AS2]
Frame 1gravity = 1; bounce = 1; speed = 15;Instance of Symbol 2 MovieClip "ball" in Frame 1onClipEvent (load) { _root.grav = 0; _root.xmove = 0; } onClipEvent (enterFrame) { this._y = this._y + _root.grav; _root.grav = _root.grav + _root._root.gravity; this._x = this._x + _root.xmove; if (_root.ground.hitTest(_x, _y, true)) { _root.grav = _root.grav * (-_root.bounce); } if (_root.restart.hitTest(_x, _y, true)) { this._x = 265; this._y = 190; _root.grav = 0; _root.xmove = 0; } if (_root.walls.hitTest(_x, _y, true)) { _root.xmove = _root.xmove * -1; } if (Key.isDown(37)) { _root.xmove = _root.xmove - 1; } if (Key.isDown(39)) { _root.xmove = _root.xmove + 1; } if (((!Key.isDown(39)) && (!Key.isDown(37))) && (_root.xmove > 0)) { _root.xmove = _root.xmove - 1; } if (((!Key.isDown(39)) && (!Key.isDown(37))) && (_root.xmove < 0)) { _root.xmove = _root.xmove + 1; } if (_root.xmove > _root.speed) { _root.xmove = _root.speed; } if (_root.xmove < (-_root.speed)) { _root.xmove = -_root.speed; } }Symbol 15 Buttonon (release) { bounce = bounce + 0.01; }Symbol 16 Buttonon (release) { gravity = gravity + 1; }Symbol 17 Buttonon (release) { speed = speed + 1; }Symbol 18 Buttonon (release) { speed = speed - 1; }Symbol 19 Buttonon (release) { gravity = gravity - 1; }Symbol 20 Buttonon (release) { bounce = bounce - 0.01; }Symbol 29 Buttonon (release) { bounce = 1; speed = 15; gravity = 1; ball._x = 265; ball._y = 190; grav = 0; xmove = 0; }
Library Items
| Symbol 1 Graphic | Used by:2 | |
| Symbol 2 MovieClip | Uses:1 | Used by:Timeline |
| Symbol 3 Graphic | Used by:4 | |
| Symbol 4 MovieClip | Uses:3 | Used by:Timeline |
| Symbol 5 Graphic | Used by:6 | |
| Symbol 6 MovieClip | Uses:5 | Used by:Timeline |
| Symbol 7 Font | Used by:8 9 10 11 12 13 23 | |
| Symbol 8 Text | Uses:7 | Used by:Timeline |
| Symbol 9 EditableText | Uses:7 | Used by:Timeline |
| Symbol 10 EditableText | Uses:7 | Used by:Timeline |
| Symbol 11 EditableText | Uses:7 | Used by:Timeline |
| Symbol 12 Text | Uses:7 | Used by:Timeline |
| Symbol 13 Text | Uses:7 | Used by:Timeline |
| Symbol 14 Graphic | Used by:15 16 17 18 19 20 | |
| Symbol 15 Button | Uses:14 | Used by:Timeline |
| Symbol 16 Button | Uses:14 | Used by:Timeline |
| Symbol 17 Button | Uses:14 | Used by:Timeline |
| Symbol 18 Button | Uses:14 | Used by:Timeline |
| Symbol 19 Button | Uses:14 | Used by:Timeline |
| Symbol 20 Button | Uses:14 | Used by:Timeline |
| Symbol 21 Graphic | Used by:22 | |
| Symbol 22 MovieClip | Uses:21 | Used by:Timeline |
| Symbol 23 Text | Uses:7 | Used by:29 |
| Symbol 24 Font | Used by:25 | |
| Symbol 25 Text | Uses:24 | Used by:29 |
| Symbol 26 Font | Used by:27 | |
| Symbol 27 Text | Uses:26 | Used by:29 |
| Symbol 28 Graphic | Used by:29 | |
| Symbol 29 Button | Uses:23 25 27 28 | Used by:Timeline |
| Symbol 30 Font | Used by:31 32 33 36 | |
| Symbol 31 Text | Uses:30 | Used by:Timeline |
| Symbol 32 EditableText | Uses:30 | Used by:Timeline |
| Symbol 33 EditableText | Uses:30 | Used by:Timeline |
| Symbol 34 Graphic | Used by:35 | |
| Symbol 35 MovieClip | Uses:34 | Used by:Timeline |
| Symbol 36 Text | Uses:30 | Used by:Timeline |
| Symbol 37 Sound | Used by:Timeline |
Instance Names
| "ball" | Frame 1 | Symbol 2 MovieClip |
| "ground" | Frame 1 | Symbol 4 MovieClip |
| "walls" | Frame 1 | Symbol 6 MovieClip |
| "restart" | Frame 1 | Symbol 22 MovieClip |
Special Tags
| FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
| Protect (24) | Timeline Frame 1 | 0 bytes "" |
Dynamic Text Variables
| bounce | Symbol 9 EditableText | "0000" |
| gravity | Symbol 10 EditableText | "0000" |
| speed | Symbol 11 EditableText | "0000" |
| xmove | Symbol 32 EditableText | "000" |
| grav | Symbol 33 EditableText | "000" |
|
|