karatekid552
What happens if I push it?....
- 1,771
- Posts
- 12
- Years
- Do you really want to know? Really?
- Seen Jan 12, 2015
Hidesprite and showsprite only work on level scripts, but movesprite and movesprite2 work all the time. Remember that.
I have told you this before, that is NOT true. I use hidesprite in Person Events all the time.
CrystalStatic: I have no idea why that would happen. However I can tell you that there is an applymovement movement command that will hide sprites and show sprites just like the hidesprite and showsprite commands do. So, instead of hidesprite, you could have:
applymovement 0xYY @hide
#org @hide
0x60 //0x61 will show, 0x60 will hide
0xFE
So, see if that works. It may be inefficient, but it is an alternative.