Games By This Creator
Favourite games
- Member has no favourite games.
Comments By This Member
over 2 years ago megamag commented on the member lateksi2
Hi! Just wanted to tell you that i used your music for my new game Particleball! Nice work, man! http://www.yoyogames.com/games/117709-particleball
over 3 years ago megamag commented on the game Green VS Blue v2
you may need to change 6 into a number that is closer to your chosen speed. I just guessed it was around 6.
over 3 years ago megamag commented on the game Green VS Blue v2
A tip: if you want the players to move diagonally with the same speed as when moving horizontally or vertically, you need to work a bit with your script. This should do it: { if (keyboard_check(vk_up) && keyboard_check(vk_right)) { motion_set(45,6) } if (keyboard_check(vk_up) && keyboard_check(vk_left)) { motion_set(135,6) } if (keyboard_check(vk_down) && keyboard_check(vk_right)) { motion_set(315,6) } if (keyboard_check(vk_down) && keyboard_check(vk_left)) { motion_set(225,6) } }
over 3 years ago megamag commented on this review on the game Tag - Orange vs Blue
Thanks for the review. I'm happy you liked it. The problem that you indicate with the rainy level, that the blue player can stand still and guard the winning beacon forever, is not really that much of a problem, because the winning beacon is set to teleport to a random position on the map at certain intervals. And I know that the name isn't very suiting, but I made the tag part of the game back in 2007. I just recently dug it up and decided to add a football and race mode. :)


