Fangames > Engines
I Wanna Be the Engine KS Edition (For GMStudio)
Lothjon:
I need some help with how I make roomChanger work. Right now when I try and go to the next screen it says this:
(click to show/hide)___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Eventplayer
for object roomChanger:
Push :: Execution Error - Variable Get 100057.onCollide(100092, -2147483648)
at gml_Object_roomChanger_CollisionEvent_26_1 (line 8) - if (onCollide) {
############################################################################################
Here are some pictures of the two rooms I'm trying to warp between:
(click to show/hide) (click to show/hide)
The code I put in the roomChanger is as follows: roomTo=rStage04;
Please say if there's anything I missed, and I shall see if I can provide it in another reply. I'm also new to this forum so the formatting in this post may be really bad. Sorryy for that in advance :atkHappy: !
klazen108:
Oh, that must be something I missed. you need to put the following in the roomChanger's create event:
--- Code: ---onCollide=false;
--- End code ---
(click to show/hide)
GM8 defaults to false if not set, GMS errors if not set. I guess I forgot to add that and never tested it! But that should do it for you.
cdmans:
The problem I have with the engine is that there is no way to resize the screen. I never play with default screen and even when trying to use outside fullscreen or resize enable programs, I still cannot get the game to resize or go fullscreen with major glitching. This is a large problem for me because I can't play default size. If you could figure out a way to fix this, I would definitely use this engine though.
klazen108:
--- Quote from: cdmans on July 07, 2015, 10:01:15 PM ---The problem I have with the engine is that there is no way to resize the screen.
--- End quote ---
We actually did include fullscreen toggle in the engine! It's just in the main menu, there's not a keybind for it. But you can see it here:
(click to show/hide)Just hit shift on the "Screen" option to switch between windowed and fullscreen mode.
cdmans:
O crap didnt notice that. Thanks, that fixes it for me.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version