1
2
Jun 26 2009, 3:52 am
In response to Kaioken
|
|
I was unaware of the difference between area/Entered() and turf/Entered()... I didn't have any reason to believe they acted any different from one another until now. I will definitely do some experimenting on that. Thank you, Kaioken, for enlightening me to that fact x.x
|
In response to Spunky_Girl
|
|
FYI, in a way, they don't act differently; both are simply called when something enters the respective atoms. It's just that those atoms themselves act differently - a single turf always spans across a single tile, but a single area can span across multiple ones (anywhere from 0 to the whole map). And, of course, when you move inside an area's contents, Entered() isn't called again; you were already in that area, you didn't enter it.
|
In response to Kaioken
|
|
Oh! I understand now. ^-^ Lesson learned haha.
|
1
2