Jump to content


MasterMay

Member Since 24 Apr 2012
Offline Last Active Nov 09 2012 11:22 AM

Posts I've Made

In Topic: How do you use 2 buttons set to the same key

09 November 2012 - 11:23 AM

Did you make button objects or did you use YoYo_AddVirtualKey?


Yes the buttons are objects

In Topic: How to make objects come out of other objects

02 November 2012 - 03:14 PM

Actually I have one more question how do i change the direction the bullets are going in? It is currently going right even when i change the direction.

In Topic: How to make objects come out of other objects

02 November 2012 - 03:06 PM

Ay it worked thanks a lot guys :)

In Topic: How to make objects come out of other objects

02 November 2012 - 02:50 PM

I still didnt get it to work the bullets are coming out of the button not the ship. this is what i have done.


{
    with (instance_create(x,y,RedBullet))
        direction = 90;
        alarm[1] = room_speed / 10;
        
}

What do i have to change to make the bullets come out of another object?

In Topic: How do you make touch screen buttons

01 November 2012 - 08:00 PM

What if you wanted to have multiple buttons?