GameMaker: Studio

GameMaker: Studio

View Stats:
robert_belko Aug 10, 2015 @ 10:07am
How to set room speed in code
Any suggestions? Thanks
< >
Showing 1-5 of 5 comments
t1dy Aug 10, 2015 @ 10:09am 
room_speed = 60;
robert_belko Aug 10, 2015 @ 10:33am 
thank,that was a dumb question,but does it set it to all rooms?
Sera Aug 10, 2015 @ 10:53am 
It only affects the room you're in. When entering a new one, it'll always start at the speed it's set to in the room settings until told otherwise.
robert_belko Aug 11, 2015 @ 9:05am 
well,i put like a variable for the option of removing the fps from 60 to 30,so i put up like a global.option4,then i set up a object that checks for global.option4 being true,resulting in taking the fps down to 30.
ZyKro May 26, 2017 @ 11:29am 
You could set up a object and make it persistent. You could then go to the step event and put room_speed = #; It will constantly make the room_speed set to whatever number you want.
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Aug 10, 2015 @ 10:07am
Posts: 5