my game doesn't appear what can i do?

Rob

Member
Do you have the object(s) in the room?
Is the view in the right place (if you have one)?
Do the object(s) have sprites, and if so, are they set to visible?
Is there more than 1 room, and is the right room loading first?
Do you have a draw event for the object(s) but are not using draw_self() or draw_sprite?
 

chamaeleon

Member
If the game window does not appear you may have an infinite loop somewhere. Start the program using the debugger, and after a few seconds, press pause, and see if it stops in some area with loops.
 
S

sla

Guest
I have objects in the room they are marked as visible they have sprites and I only have one room in the game maker
 

TsukaYuriko

☄️
Forum Staff
Moderator
What color is the background? Is it the same as the sprites?
Are views enabled?
Is a view enabled and set up?

Please let us know your background and view settings.
 
S

sla

Guest
how to set up the visualization I don't know but the object and the background have different colors
 

TsukaYuriko

☄️
Forum Staff
Moderator
You can set up views in the room's properties. In the screenshot posted, that's in the lower-left corner.
 
S

sla

Guest
I just tested it and it didn't work out that it is my game maker's problem?
 

TsukaYuriko

☄️
Forum Staff
Moderator
Probably not, but only one way to know for sure. Please upload your project so we can take a look at it, that'll probably be faster than trying out random stabs in the dark one by one at this point as none of the common causes I can think of seem to apply here.
 

TsukaYuriko

☄️
Forum Staff
Moderator
You uploaded only the project file. Upload the entire project or an exported project (File -> Export Project).
 

FrostyCat

Redemption Seeker
I ran your project in 2.3.0 and it showed up just fine. Try temporarily turning off Avast (which I see the tray icon for) and see what happens.
 

TsukaYuriko

☄️
Forum Staff
Moderator
There are some questions you're probably better off typing into Google than posting here and waiting for an answer from a game development community about a question regarding an antivirus product. This community has absolutely nothing to do with AV, so you'll be able to find the answer just as well as we would if we googled it for you. ;) You'll get answers faster, in your local language (if applicable) and can be self-sufficient up to a certain extent by taking initiative.
 
Top