Disabling a character? [SOLVED]

Started by Licht61, Mon 22/03/2021 20:29:47

Previous topic - Next topic

Licht61

Hi!

I needed to disable the character, but for characters there no .Visible option.

Basically, I need to make character non-clickable and non-visible to play one object animation (character lying on sofa).


Khris

You can use  cNpc.y = -1;  to move them off-screen.
Or set .Transparency to 100 and .Clickable to false.

Licht61

Putting off-screen look like easy solution! This is literally the very last difficult part that kept me from finishing the demo (not counting the sound design)

Thank you again, Khris.

SMF spam blocked by CleanTalk