| 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 #80335 |
Idiotzone.com |
Lawnmower Adventure! |
Move with the arrows. |
JUMP! |
BOSS BATTLE!!!! |
Credits: Lead Programmer: Lucas Mullens Assistant Programmers: Kent Wegley, Fox Warren, Martha Moulton, Oswin Robinson, Penny Tennant Producer: Alex Olsen Game Idea: Kyle Mullens Art Director: Rupert Jube Story Writer: Alex Davis Title Screen Design: Davy Whiteman Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Enemy AI: Nelda Kight, Mirabelle Fillmore Lead Animator: Erik Olsen Blood Animation: Morgan Davis Grass Design: Paul Johnson Lead Cut Scene Animator: Sadie Leslie Environment Art: Anemone Young rekaM txeT sdrawkcaB: snelluM sacuL Producer: Alex Olsen Game Idea: Kyle Mullens ad Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Enemy AI: Nelda Kight, Mirabelle Fillmore Lead Animator: Erik Olsen Blood Animation: Morgan Davis Grass Design: Paul Johnson Lead Cut Scene Animator: Sadie Leslie Environment Art: Anemone Young rekaM txeT sdrawkcaB: snelluM sacuL Text Design: Kyle Welch Level Designer: Eric John Sound Effects: Greg Boos Kristopher Morgan Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Art Director: Rupert Jube Story Writer: Alex Davis Title Screen Design: Davy Whiteman Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Text Design: Kyle Welch Level Designer: Eric John Sound Effects: Greg Boos Audio Designer: Breanna Bynum Testers: Sammy Faqua, Rainard Drumm, Lennard Schuth, Buddy Thomas Producer: Alex Olsen Game Idea: Kyle Mullens ad Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Enemy AI: Nelda Kight, Mirabelle Fillmore Lead Animator: Erik Olsen Blood Animation: Morgan Davis Grass Design: Paul Johnson Lead Cut Scene Animator: Sadie Leslie Environment Art: Anemone Young rekaM txeT sdrawkcaB: snelluM sacuL Text Design: Kyle Welch Level Designer: Eric John Sound Effects: Greg Boos Kristopher Morgan Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Art Director: Rupert Jube Story Writer: Alex Davis Title Screen Design: Davy Whiteman Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Enemy AI: Nelda Kight, Mirabelle Fillmore Lead Animator: Erik Olsen Blood Animation: Morgan Davis Grass Design: Paul Johnson Lead Cut Scene Animator: Sadie Leslie Environment Art: Anemone Young rekaM txeT sdrawkcaB: snelluM sacuL Text Design: Kyle Welch Level Designer: Eric John Sound Effects: Greg Boos Kristopher Morgan Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Enemy AI: Nelda Kight, Mirabelle Fillmore Lead Animator: Erik Olsen Blood Animation: Morgan Davis Grass Design: Paul Johnson Lead Cut Scene Animator: Sadie Leslie Environment Art: Anemone Young rekaM txeT sdrawkcaB: snelluM sacuL Text Design: Kyle Welch Level Designer: Eric John Sound Effects: Greg Boos Audio Designer: Breanna Bynum Testers: Sammy Faqua, Rainard Drumm, Lennard Schuth, Buddy Thomas, Shyla Burnett, Reba Hildyard, Chrysanta Jardine, Kristopher Morgan Producer: Alex Olsen Game Idea: Kyle Mullens Art Director: Rupert Jube Story Writer: Alex Davis Title Screen Design: Davy Whiteman Lead Character Artist: Dave Worthman Character Artists: Dee Saline, Roxy Ann, Daly Whitten, Lawnmower Design: Adam Kahmann Boss Design: Deeann Owens, Octavia Reighner Reba Hildyard Boss Movement AI: Zillah Hayhurst, Stacey Fidder, Darrel Howard Enemy AI: Nelda Kight, Mirabelle Fillmore Lead Animator: Erik Olsen Blood Animation: Morgan Davis Grass Design: Paul Johnson Lead Cut Scene Animator: Sadie Leslie Environment Art: Anemone Young rekaM txeT sdrawkcaB: snelluM sacuL Text Design: Kyle Welch Level Designer: Eric John Sound Effects: Greg Boos Kristopher Morgan Researchers: Jethro Creighton, Ross Milton, Guy Wortman, Shadrach Yale Credits Writer: Lucas Mullens © Idiotzone.com |
ActionScript [AS1/AS2]
Frame 1stop();Instance of Symbol 5 MovieClip "lm" in Frame 1onClipEvent (load) { speed = 6; } onClipEvent (enterFrame) { if (Key.isDown(37) && (Key.isDown(38))) { this._x = this._x - speed; this._y = this._y - speed; this._rotation = 315; } else if (Key.isDown(37) && (Key.isDown(40))) { this._x = this._x - speed; this._y = this._y + speed; this._rotation = 225; } else if (Key.isDown(39) && (Key.isDown(38))) { this._x = this._x + speed; this._y = this._y - speed; this._rotation = 45; } else if (Key.isDown(39) && (Key.isDown(40))) { this._x = this._x + speed; this._y = this._y + speed; this._rotation = 135; } else if (Key.isDown(37)) { this._x = this._x - speed; this._rotation = 270; } else if (Key.isDown(39)) { this._x = this._x + speed; this._rotation = 90; } else if (Key.isDown(38)) { this._y = this._y - speed; this._rotation = 0; } else if (Key.isDown(40)) { this._y = this._y + speed; this._rotation = 180; } }Instance of Symbol 7 MovieClip "grass" in Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.lm)) { _root.nextFrame(); } }Instance of Symbol 13 MovieClip "lm" in Frame 2onClipEvent (load) { speed = 6; } onClipEvent (enterFrame) { if (Key.isDown(37) && (Key.isDown(38))) { this._x = this._x - speed; this._y = this._y - speed; this._rotation = 315; } else if (Key.isDown(37) && (Key.isDown(40))) { this._x = this._x - speed; this._y = this._y + speed; this._rotation = 225; } else if (Key.isDown(39) && (Key.isDown(38))) { this._x = this._x + speed; this._y = this._y - speed; this._rotation = 45; } else if (Key.isDown(39) && (Key.isDown(40))) { this._x = this._x + speed; this._y = this._y + speed; this._rotation = 135; } else if (Key.isDown(37)) { this._x = this._x - speed; this._rotation = 270; } else if (Key.isDown(39)) { this._x = this._x + speed; this._rotation = 90; } else if (Key.isDown(38)) { this._y = this._y - speed; this._rotation = 0; } else if (Key.isDown(40)) { this._y = this._y + speed; this._rotation = 180; } }Instance of Symbol 7 MovieClip "grass" in Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.lm)) { stopAllSounds(); _root.nextFrame(); } }Frame 3Instance of Symbol 5 MovieClip "lm" in Frame 3onClipEvent (load) { speed = 6; _global.gc = 1; } onClipEvent (enterFrame) { if (_global.gc == 0) { _root.nextFrame(); } if (Key.isDown(37) && (Key.isDown(38))) { this._x = this._x - speed; this._y = this._y - speed; this._rotation = 315; } else if (Key.isDown(37) && (Key.isDown(40))) { this._x = this._x - speed; this._y = this._y + speed; this._rotation = 225; } else if (Key.isDown(39) && (Key.isDown(38))) { this._x = this._x + speed; this._y = this._y - speed; this._rotation = 45; } else if (Key.isDown(39) && (Key.isDown(40))) { this._x = this._x + speed; this._y = this._y + speed; this._rotation = 135; } else if (Key.isDown(37)) { this._x = this._x - speed; this._rotation = 270; } else if (Key.isDown(39)) { this._x = this._x + speed; this._rotation = 90; } else if (Key.isDown(38)) { this._y = this._y - speed; this._rotation = 0; } else if (Key.isDown(40)) { this._y = this._y + speed; this._rotation = 180; } }Instance of Symbol 19 MovieClip "grass" in Frame 3onClipEvent (load) { m = 0; mx = _x; } onClipEvent (enterFrame) { if (m == 0) { _x = (_x + 4); if ((_x - mx) > 50) { m = 1; } } else { _x = (_x - 4); if ((_x - mx) < -50) { m = 0; } } if (this.hitTest(_root.lm)) { stopAllSounds(); _root.nextFrame(); } }Instance of Symbol 24 MovieClip in Frame 4onClipEvent (enterFrame) { _y = (_y - 20); }Instance of Symbol 26 MovieClip "uw" in Frame 4onClipEvent (load) { _visible = 0; }
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 8 9 17 20 23 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Graphic | Used by:5 | |
Symbol 5 MovieClip | Uses:4 | Used by:Timeline |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Text | Uses:2 | Used by:Timeline |
Symbol 9 Text | Uses:2 | Used by:Timeline |
Symbol 10 Sound | Used by:Timeline | |
Symbol 11 Graphic | Used by:Timeline | |
Symbol 12 Graphic | Used by:13 | |
Symbol 13 MovieClip | Uses:12 | Used by:Timeline |
Symbol 14 Graphic | Used by:16 | |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 MovieClip | Uses:14 15 | Used by:Timeline |
Symbol 17 Text | Uses:2 | Used by:Timeline |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip | Uses:18 | Used by:Timeline |
Symbol 20 Text | Uses:2 | Used by:21 |
Symbol 21 MovieClip | Uses:20 | Used by:Timeline |
Symbol 22 Sound | Used by:Timeline | |
Symbol 23 Text | Uses:2 | Used by:24 |
Symbol 24 MovieClip | Uses:23 | Used by:Timeline |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 MovieClip | Uses:25 | Used by:Timeline |
Symbol 27 Sound | Used by:Timeline |
Instance Names
"lm" | Frame 1 | Symbol 5 MovieClip |
"grass" | Frame 1 | Symbol 7 MovieClip |
"lm" | Frame 2 | Symbol 13 MovieClip |
"grass" | Frame 2 | Symbol 7 MovieClip |
"lm" | Frame 3 | Symbol 5 MovieClip |
"grass" | Frame 3 | Symbol 19 MovieClip |
"die" | Frame 3 | Symbol 21 MovieClip |
"uw" | Frame 4 | Symbol 26 MovieClip |
|