00:00
00:00
View Profile DavidMcG93

4 Game Reviews

1 w/ Responses

7/10

Good grapics but not an intreting game.

PozirkGames responds:

I'm agree. Even not too interesting for me. But next time...
Thank you for review.

Loved it

it was brilliant dude like omg i loved it

good game

good game!

Real actionscript for snowman/person

Real actionscript for snowman/person is...
onClipEvent (load) { moveSpeed = 10;}onClipEvent (enterFrame) { 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 (enterFrame) { if (Key.isDown(Key.SPACE) && !jumping) { vel_y = 36; jumping = true; } if (jumping == true) { vel_y -= 3; 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 (enterFrame) { this._y += 16; if (_root.ground.hitTest(this._x, this._y+1, true)) { this._y -= 16; }}

f

David McG @DavidMcG93

Age 38, Male

2nd

Ireland

Joined on 7/5/07

Level:
5
Exp Points:
260 / 280
Exp Rank:
> 100,000
Vote Power:
4.45 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
12
Saves:
32
B/P Bonus:
0%
Whistle:
Normal