Jump to content
Giraffes

Game Maker Language

Recommended Posts

12 hours ago, ABlueSkittle123 said:

Unfortunately, Yes, Yes I do know game maker language. 

How proficient are you at it?

1 hour ago, Bumpy said:

I mean, why would you want to?

Cause it's the easiest way to lay out what I want.

Share this post


Link to post
Share on other sites
On 5/14/2019 at 6:24 AM, ABlueSkittle123 said:

I am pretty good, but I dropped that language fast because I realized I wouldn't be using it commonly.

Do you remember how to do mouse over events?

 

Share this post


Link to post
Share on other sites

Okay, well then tell me if this code helps you out.

if (position_meeting(mouse_x, mouse_y, id)) { draw_self(); draw_sprite(spr_selected, image_index, x, y); } else { draw_self(); }

With obviously plugging in your sprites and images.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now