00:00
00:00
swishcheese
Travis @swishcheese

Age 31, Male

Developer

Bloomsburg

PA

Joined on 5/12/07

Level:
14
Exp Points:
2,170 / 2,180
Exp Rank:
27,643
Vote Power:
5.65 votes
Rank:
Police Officer
Global Rank:
17,871
Blams:
102
Saves:
453
B/P Bonus:
10%
Whistle:
Normal
Trophies:
2
Medals:
1,154
Gear:
5

None

Posted by swishcheese - July 29th, 2009


hmmmm, um i like to make games, and i also started doing some animations which was also fun.

right now im working one a platform game that you have to use lodgic and trial and error. i didnt really right the story line down but i kinda know it is going to be about. in the game you have to reach like a diamond or something, and once you do the gravity changes and the room flips around and you have to make it back to the door. kinda hard to explain. let me know wat you think of the "beta" (i guess you could call it). and here is a link to forum that has link to the preview of game.

http://www.newgrounds.com/bbs/topic/10 87357


Comments

You know, its quite easy to make a character move with WASD or the arrow keys, without a switch?
Example:

if(Key.isDown(Key.LEFT)||Key.isDown(6 5)) {
//do something as long as "left", or "a" or both are/is down.
}

and for the other keys, the numbers:
left=a=65
right=d=68
up=w=87
down=s=83

yeah, well i knew you could do that but i dont really see a need for it cause there is no multi player option for the game. maybe i guess if some people are better with there left hand that'll be good, anyway thanks for the comment, i think ill actually change it to that but idk. cause right know i have the Key.isDown kinda complex and different, if you like to see the code im using comment back

hey.

hey.