Saved Bookmarks
| 1. |
Solve : A few games I made...? |
|
Answer» Wow, how long did it TAKE you to make that CLICK one? Couple of minutes? ou could all be game testers, working for me for little or no pay Grin TongueYeh, I didn't even have to use much code! The below is all I used (it's in GML, the in-built language): Create Event width = display_get_width() height = display_get_height() Step Event window_set_position(random(width),random(height)) wind_width = window_get_width() wind_height = window_get_height() window_set_size(wind_width -5, wind_height-3) Fun games indeed. There is a bug In which one? Quote from: Dark Blade on May 30, 2007, 12:17:20 AM In which one?Lat Shift I THINK. I stick in the middle of the game with no reason.Lemme guess: you're going really fast and you hit a bit and you can't move anymore. FIX: Turn normal again and SLOW down. You will get unstuck and you can bounce off the block (if your ship doesn't have a flame). Quote from: Dark Blade on May 30, 2007, 04:32:34 AM Lemme guess: you're going really fast and you hit a bit and you can't move anymore.yes. exactly. |
|