avatar for Munkeh

Munkeh's profile

Levelbug12

About me

Working on some projects...

  • Age: 13
  • Sex: Male
  • Location:
  • Member Since: Apr. 06, 2008
  • Last Login: Jun. 14, 2008
  • Current Points: 1225
  • Comments: 32
Latest Achievements
Wool Whacker (completed)
Microgame Masochist (completed)
Balls of Fury (completed)
Running Start (completed)
Gauntlet Champion (completed)
Y2K Relived (completed)
Taste of Battle (completed)
Champion Robotics Engineer (completed)
Path of Pwnage (completed)
Sand Sorcerer (completed)
Super Sashimi (completed)
Areas Codebreaker (completed)
Diebold Hacker (completed)
Roboslayer (completed)
You Have to Earn the (completed)
Apocalyptic Entrepreneur (completed)
Rotation Rotation Rotation (completed)
Light Life (completed)
HMO Practitioner (completed)
Anika's Delivery Service (completed)
Difference Detective (completed)
 
Wool Whacker (completed)
Wool Whacker Badge (easy - 5 points)
Level up in Castle Crashing "The Beard"
Acquired May. 01, 2008

Munkeh's favorite games

Munkeh has not added any favorites yet.

Shouts & Whispers

Shouts
Whispers
Person Content
avatar for PunkRock01
PunkRock01
Apr. 13, 2008

onClipEvent (load) {
moveSpeed = 10;
}
onClipEvent (3) {
if (Key.isDown(Key.RIGHT)) {
this._x += moveSpeed;
} else if (Key.isDown(Key.UP)) {
this._y -= 0;
} else if (Key.isDown(Key.DOWN) && !fall) {
this._y += 0;
} else if (Key.isDown(Key.LEFT)) {
this._x -= moveSpeed;
}
}
onClipEvent (2) {
if (Key.isDown(Key.SPACE) && !jumping) {
vel_y = 36;
jumping = true;
}
if (jumping == true) {
vel_y -= 2;
if (vel_y<=-15) {
vel_y = -15;
}
this._y -= vel_y;
}
if (_root.ground.hitTest(this._x, this._y+35, true)) {
vel_y = 0;
jumping = false;
}
}
onClipEvent (1) {
this._y += 16;
if (_root.ground.hitTest(this._x, this._y+1, true)) {
this._y -= 16;
}
}

avatar for Xzer
Xzer
Apr. 13, 2008

there’s 1 thing i don’t understand… you said Fold was “easy and bad” but you don’t have any of the badges! how can it be easy if you can’t get the god damn badges?!

Munkeh's comments

Game Comments
Play Big Maze Game
Big Maze Game
Apr. 14, 2008
Easy right click and click on end of maze. lol 2 second game.
Play Big Maze Game
Big Maze Game
Apr. 14, 2008
First. 5/5 lol cuz ur my m8.
Play Monsters' Den
Monsters' Den
Apr. 13, 2008
ugh, good game 4/5 but its INCREDIBLY repetative.