Jump to content


killer24norway

Member Since 07 Mar 2010
Offline Last Active Oct 09 2012 08:06 AM

Posts I've Made

In Topic: Master Collection

09 October 2012 - 08:08 AM

This is very cool! But I think that game maker is overpriced.. Still, nice to have 10% off at steam :)

In Topic: How Do I Check Variables In Code[Solved]

24 September 2012 - 06:07 PM

if !health <1{with{other}{hit=1} with(self){instance_destroy}}
I believe. Not sure :)

In Topic: Left Control and Right Control

18 September 2012 - 05:02 PM

Oh sorry!
keyboard_check_direct(vk_lcontrol)
{
//Do stuff here
}

In Topic: End animation

18 September 2012 - 04:36 PM

Say your animation is 30 frames long.
if image_index>=29
{
//Do stuff
}

Maybe that would work?

In Topic: Left Control and Right Control

18 September 2012 - 04:29 PM


keyboard_check_direct(vk_lcontrol)
keyboard_check_direct(vk_rcontrol)

thanks!


No problem! ;)