How do you do that?
I can't even do that and I've made like 10 games!
Gawd! Why are people better than me?[/sarcasm]
What exactly can't you do?TheBetterGamer wrote:How do you do that?
I can't even do that and I've made like 10 games!
agentms11 wrote:Thanks!!!
It was my first real game...
lol.What exactly can't you do?TheBetterGamer wrote:How do you do that?
I can't even do that and I've made like 10 games!
I upgraded to pro when I was halfway through, but this game did not use any pro features.TheBetterGamer wrote:Did you use pro?
TheBetterGamer wrote:I don't know how to make something light up when the mouse touches it.
image_index = 0; //this is which subimage it is showing (subimage 0 is the darker one.).
Image_speed = 0; //this is what speed the animation is playing at (in this case, 0, so it doesnt play.)image_index = 1; //It should show the lighter one.)
image_speed = 0;image_index = 0; //back to the darker subimage
image_speed = 0;In the event that you want the message to pop upTheBetterGamer wrote:I don't know how to make a "yes/no" message pop-up.
question = show_question( "Do you want to do something?" );
if question = 1
{
do something;
}I had an object "mouse". In that object, in the step eventTheBetterGamer wrote:I don't know how to make you restart the game when a block touches the mouse.
x = mouse_x;
y = mouse_y;room_restart();aznchau4ever wrote:>_> How do you make a game without using coding?
TheBetterGamer wrote:You used code............no freaking wonder.............
XO I HATE CODE!
*leaves thread forever*