Am I getting this right?
Here is the scenario: Sprite1 is set to Pickup (4) and given an Extra2 value of 1001. Sprite2 is set to Solid (1) and also given an Extra2 of 1001. In theory, when the player touches the former, the latter should disappear, right?
What happens in reality is in fact quite strange. If the player picks up Sprite1 while Sprite2 is onscreen, then Sprite2 loses its color and AI but remains solid. If, on the other hand, Sprite2 is offscreen/culled out when Sprite1 is picked up, then it disappears entirely.
- Is this a bug?
- Is it fixed in 1.0.1? How does it behave in that version?
In other words, can I count on this behavior?
Thanks!