• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

phy_fixed_rotation error

A

Andrea123

Guest
What do I do when this happens?
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Create Event
for object obj_lifeform_parent:

Pop :: Execution Error - Variable set failed phy_fixed_rotation - read only variable?
at gml_Object_obj_lifeform_parent_CreateEvent_1 (line 2) - phy_fixed_rotation = true;
############################################################################################
 
A

allamagoosa

Guest
That error could simply mean that you forgot to enable physics in your room.
Check if the box "Room in Physics World" is checked inside your room configuration under physics tab.
 
Top