View Full Version : Does anyone here have gamemaker 6.0


tak44550
07-14-2005, 12:19 AM
Cause I need help.
Something with the variables

Sphere
07-14-2005, 01:25 AM
Eh i played with it in dec/jan 2004/2005 i do did something with Gamemaker Language but i'm not sure if i can answer your question

firewall1
07-14-2005, 05:52 PM
why dont u post this on the gmc where u can make sure u can get answers
and wouldnt have been easier to post yur questions

iGeek
07-15-2005, 05:16 PM
Yes I have it. I know the full GM Language, use dlls, etc. Whats ur question?

tak44550
07-15-2005, 11:43 PM
Alright I made a variable i called it "ghost" but when I ran the game it said it didnt understand the variable

Sphere
07-16-2005, 12:27 PM
Post your coding please? :)

iGeek
07-17-2005, 03:50 PM
Its not really coding... Its more like a GUI that you drag and drop actions...

You get more specific when you go scripting, THEN its code.

iGeek
07-17-2005, 03:57 PM
Sorry but as I was typing my edit time ran out...

OK, are you using the variable (are you just letting it sit there?). For instance, in the making of, say, driving a car on a road, a good use for a variable is "Is the car crashed?". So, if the car collided into another car/wall/tree/etc, you would change that variable from 0 to 1 or false to true. Use variables. But now you have to get and use that variable. You would have an object with no sprite sitting anywhere in the room checking on that variable every step of the game. If it detects the variable is 1 or true, it stops the room and smacks a "GAME OVER" image onto the screen.

Sphere
07-17-2005, 08:35 PM
Its not really coding... Its more like a GUI that you drag and drop actions...

You get more specific when you go scripting, THEN its code.

i am talking about his scripts.. and i do have worked with gamemaker so i know there is a drop and drag gui but you can also do everything with programming it.

I feel a little bit uncomfortable about your reply towards me, i'm sorry

Edit: and the topic starter isn't telling if he's using coding only or the GUI stuff. although you also add the coding on a event by using the GUI, but you get me

tak44550
07-17-2005, 09:54 PM
thanks web guy