Jump to content


alfa64

Member Since 10 Jul 2010
Offline Last Active Feb 14 2012 12:13 AM

Posts I've Made

In Topic: Unknown variable is driving me !sane

14 February 2012 - 12:07 AM

I create the instances with an object called spawner that has a timer and creates 2 instances per second with this code
instance_create(irandom(200),0,badguy);

To clear this out, when i call instance_destroy(), the step event is called one more time????

In Topic: Simple platforming engine

19 August 2011 - 04:26 AM

Links are down, can you please repost them? Thanks

In Topic: Multiple rooms and instances comunicating.

21 May 2011 - 08:16 PM

I've done this:

room1:
when object1 collides with bullet
global.id = object_id(self);

then go to room2

room2:
if object3 is destroyed

with global.id {
instance_destroy();
}
go back to room1

As you might guess, it's not working.

In Topic: Multiple rooms and instances comunicating.

21 May 2011 - 05:21 PM

I enabled that, but i don't know how to access an object from another room.

In Topic: 1Day Projects - Insane PlaneV1.0

20 May 2011 - 10:17 PM

I really like it, but it's too harsh on the player. Try an easier "tutorial" level and then just challenges.