I've done all it's events and it still shoots out it's bullets and moves how it's supposed to, but it's invisible.
- -Visible is ticked.
-When I put it in a different room (even the main menu), it's invisible.
-All it's "Step" event has is a code saying if it looses all it's health, it gets destroyed. Here's my code:Code: Select all
{ if (obj_boss1.HP<1) { instance_destroy() }; }
Thanks!!!