Skip to main content
edited title
Link

GMS2 - Game showing the wrong object

added 158 characters in body
Source Link

I'm making an Undertale fangame in gms2GMS2 and i hav eahave a problem with my Game: It's supposed to show this:obj_next_room

But it shows this:

stretched obj_torcar

obj_next_room code: enter image description here

The car (obj_torcar) doesn't have code. Room creation code:

if audio_exists(26) then if not audio_is_playing(26) then BGM_Play(1, 26, true)

How can i fix this?

I'm making an Undertale fangame in gms2 and i hav ea problem with my Game: It's supposed to show this:obj_next_room

But it shows this:

stretched obj_torcar

obj_next_room code: enter image description here

How can i fix this?

I'm making an Undertale fangame in GMS2 and i have a problem with my Game: It's supposed to show this:obj_next_room

But it shows this:

stretched obj_torcar

obj_next_room code: enter image description here

The car (obj_torcar) doesn't have code. Room creation code:

if audio_exists(26) then if not audio_is_playing(26) then BGM_Play(1, 26, true)

How can i fix this?

Source Link

Game showing the wrong object

I'm making an Undertale fangame in gms2 and i hav ea problem with my Game: It's supposed to show this:obj_next_room

But it shows this:

stretched obj_torcar

obj_next_room code: enter image description here

How can i fix this?