how about you add a variable like "touching" and add the event "collision" on "any side" of "the other guy" script editor:
- Code: Select all
touching = 1;
and then add the "key down" event and write something like this in script editor:
- Code: Select all
if touching = 1
{
create actor
touching = o;
}
if this dosn't work, let me know and I'll correct it. I still have to work on coding. but I just know that it is something like this!
No games to my name...