Is there anyway to do an event similar to the "object is closer than X pixels from the edge" so that it only refers to bottom, top, left or right edge?
Yup. Stick an invisible object in the middle of the screen that doesn't follow the playfield, then test for objects greater than (screenwidth / 2 - X), positive or nagative, X or Y from it.
n/a
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
28th January, 2005 at 03:19:43 -
If player's Y is higher than Y bottom frame - 20 or something, Do the stuff. Worked it out.