Save-Point
how to make an event touch another event - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: General Support (https://www.save-point.org/forum-18.html)
+--- Thread: how to make an event touch another event (/thread-383.html)



how to make an event touch another event - mangamaniacs2064 - 04-04-2010

is there a way to make something happens when an event touche another event
like if event001 touche event 002 then say hi....


RE: how to make an event touch another event - nuberus - 08-24-2011

I don't think there's any built-in function for that. If you track every event's map X and map Y coordinates, then you could have a common event check for events being on the same x or y coordinate and also +1/-1 y or x coordinate, respectively. When a couple of events are next to each other, one of them says hi or whatever.


RE: how to make an event touch another event - RosyPosy - 08-24-2011

th real question is why do you need that? you can event everything on screen and if you want lively Cities then simply take the time to Make their custom Movements more complex.Personaly I like to make event characters have lives of their own.
constantly looping a long string of things.Making chatty Bubbles in the animations thing so I can make them talk to each other. and having them say simple phrases in those bubbles.
Itd take alot of time but its worth the payoff.