ENIGMA Forums

Outsourcing saves money => Issues Help Desk => Topic started by: foreverip on May 27, 2014, 06:32:14 am

Title: >:( objects nowhere to be seen
Post by: foreverip on May 27, 2014, 06:32:14 am
Hello, I have a problem. Whenever I run a game (doesn't matter which), the objects are gone. The screen is there, but the objects are gone. I tried updating, checking related forum posts, and trying pretty much everything else. The objects are still gone though. I use windows 7 32 bits.
Title: Re: >:( objects nowhere to be seen
Post by: Goombert on May 27, 2014, 06:43:01 am
I don't understand, are you saying the objects in the room are simply not visible? Try placing one with a show_message.
Title: Re: >:( objects nowhere to be seen
Post by: foreverip on May 27, 2014, 06:55:15 am
sry im da noob are u saying coding?
cuz im following basic tutorials and yes the objects are invisible the window is not
Title: Re: >:( objects nowhere to be seen
Post by: Goombert on May 27, 2014, 10:19:26 am
Create a new empty game, 1 object, add a sprite and assign it to the object, add a create event with the code show_message("hello world"); place that object in a room then run the game.

Tell me if you a) see the object and b) see the message.

Or you can also provide me with an example GMK that doesn't work as you expect it to.
Title: Re: >:( objects nowhere to be seen
Post by: foreverip on May 28, 2014, 06:27:16 am
i tried what you said
a form with hello world pops out
it works
but then i made a new game with 1 object and put it in the game
the object is invisible
i did add a sprite for it
Title: Re: >:( objects nowhere to be seen
Post by: TheExDeus on May 28, 2014, 03:11:23 pm
Have you tried any examples that are known to work? Try something from EDC.
Title: Re: >:( objects nowhere to be seen
Post by: Goombert on May 28, 2014, 04:26:08 pm
It sounds like he has the last version where I broke the default draw subchecks for visible.

Did you download before or after 5/25/2014?
http://enigma-dev.org/docs/Wiki/Install:Windows
Title: Re: >:( objects nowhere to be seen
Post by: foreverip on May 30, 2014, 10:53:17 pm
hmm
ill try
thx for all the support btw
Title: Re: >:( objects nowhere to be seen
Post by: foreverip on May 30, 2014, 10:57:30 pm
i downloaded right on the 25th
Title: Re: >:( objects nowhere to be seen
Post by: foreverip on May 30, 2014, 11:25:37 pm
its working!
but now i have a different problem
transparency pixels dont work
Title: Re: >:( objects nowhere to be seen
Post by: Goombert on May 30, 2014, 11:37:23 pm
Well, can you describe it a little better than that for me? Do you mean on sprites or what? Can you provide a screenshot? What are the exacts steps I can follow to reproduce what you are experiencing?

Answering these types of questions when filing a bug report make them much easier for us to solve.