Gml N00b Test, TOOL |
![]() ![]() |
Gml N00b Test, TOOL |
Nov 21 2006, 10:12 PM
Post
#21
|
|
|
GMC Member Group: GMC Member Posts: 191 Joined: 9-March 05 From: London, UK Member No.: 23541 |
I am a
according to the gml n00b test!Personally, I wouldn't have run with the lime green, but I suppose that's a matter of opinion. Overall, I think the biggest problem is the grammar - a good deal of it doesn't make sense. Note that I am not flaming you; rather I am stating facts. I'd give it a 4/10 - not bad for something made that quickly, I guess... |
|
|
|
Nov 23 2006, 09:21 AM
Post
#22
|
|
|
Square Wheel Games Group: GMC Member Posts: 1215 Joined: 28-January 06 From: Canada, BC Member No.: 43495 |
I am a
according to the gml n00b test!Pretty cool. The music was annoying but whatever. I found this way easy, I did score advanced user the first time I took it but got most (every one?) right the second time. I needed the manual for 1 function which I was unsure about. Like I said though, pretty cool. |
|
|
|
Nov 23 2006, 12:57 PM
Post
#23
|
|
|
NOD Logo Artist Group: GMC Member Posts: 1496 Joined: 17-July 05 From: Sweden Member No.: 31596 |
I am an
according to the gml n00b test!Eheh, i like answering questions. But yes, this was very easy. Im not very experienced at all, im kinda bad at gm. Annoying music! I muted it after a minute after it started arabian-style and it screaming in my ears >_> But i liked it. 7/10 For the sucky music and easy questions XD |
|
|
|
Nov 23 2006, 01:47 PM
Post
#24
|
|
|
GMC Member Group: GMC Member Posts: 528 Joined: 4-March 05 From: 127.0.0.1 Member No.: 23200 |
I am a
according to the gml n00b test!It better be the highest score... This post has been edited by kakemot: Nov 23 2006, 01:48 PM |
|
|
|
Nov 23 2006, 03:50 PM
Post
#25
|
|
|
That's Logic Group: GMC Member Posts: 248 Joined: 19-August 04 From: The Ghost Realm Member No.: 13310 |
You can't deactivate objects, you can only deactivate instances or all instances of an object.
|
|
|
|
Nov 23 2006, 04:01 PM
Post
#26
|
|
|
Moon-Games Group: GMC Member Posts: 485 Joined: 13-March 06 From: Denmark Member No.: 46334 |
|
|
|
|
Nov 23 2006, 04:18 PM
Post
#27
|
|
|
GMC Member Group: GMC Member Posts: 868 Joined: 1-September 05 From: 127.0.0.1 Member No.: 34376 |
The test is, if you use GM, then you are a N00b.
|
|
|
|
Nov 23 2006, 04:21 PM
Post
#28
|
|
|
That's Logic Group: GMC Member Posts: 248 Joined: 19-August 04 From: The Ghost Realm Member No.: 13310 |
For your information: the difference between objects and instances are that objects are more like a behaviour of instances. Instances are just one occurence of an object in a room, and all objects are the types of instances that can be in the game.
|
|
|
|
Nov 23 2006, 10:39 PM
Post
#29
|
|
|
GMC Member Group: GMC Member Posts: 1484 Joined: 2-June 06 From: ownin all your base Member No.: 51352 |
hahah
I am an according to the gml n00b test!im gonna say this is defiantly wrong i shoudl have gotten n00b |
|
|
|
Nov 27 2006, 06:44 PM
Post
#30
|
|
|
GMC Member Group: GMC Member Posts: 221 Joined: 21-October 06 Member No.: 62056 |
man like 5 or 6 questions i pressed the wrong answer on axedent lol
This post has been edited by Ikero: Nov 27 2006, 06:44 PM |
|
|
|
Nov 28 2006, 01:00 AM
Post
#31
|
|
|
GMC Member Group: GMC Member Posts: 376 Joined: 13-December 03 From: Between keyboard & chair Member No.: 3427 |
|
|
|
|
Dec 2 2006, 05:36 PM
Post
#32
|
|
|
Strange Group: GMC Member Posts: 287 Joined: 8-October 05 From: There. *Points to place on map* Member No.: 36588 |
Not bad, but the questions were very badly stated. I'm guessing you're not English, and there's nothing wrong with that, but you should get someone who is English to help you with this.
|
|
|
|
Dec 2 2006, 05:57 PM
Post
#33
|
|
|
GMC Member Group: GMC Member Posts: 11 Joined: 1-December 06 Member No.: 65190 |
|
|
|
|
Jan 27 2007, 09:13 PM
Post
#34
|
|
|
GMC Member Group: GMC Member Posts: 256 Joined: 21-February 05 From: Sweden Member No.: 22444 |
The questions weren't explaining good enough. And "how do you create an object?" isn't instance_create(). instance_create() creates an instance of an object and not an object. And "how do you indicate that you are starting on a 3d code"? WTF do you mean by that!?
|
|
|
|
Jan 27 2007, 09:20 PM
Post
#35
|
|
|
GMC Member Group: GMC Member Posts: 275 Joined: 26-July 06 Member No.: 55707 |
|
|
|
|
Jan 27 2007, 11:45 PM
Post
#36
|
|
|
Jenner Group: GMC Member Posts: 963 Joined: 26-February 05 From: Denmark Member No.: 22788 |
It was ok. Is it possible to set both a variable and a 'text' in the
draw_text() funktion? I would really like to know :-) |
|
|
|
Jan 31 2007, 05:07 PM
Post
#37
|
|
|
GMC Member Group: GMC Member Posts: 256 Joined: 21-February 05 From: Sweden Member No.: 22444 |
No. You cant just put a real (value) in to it. the text has to be a string (text) like this:
draw_text(x,y,'Money') But if you want it to show a value, you can turn the real into a string like this: draw_text(x,y,string(m)) and you can mix the two like this: draw_text(x,y,'Money: '+string(m)). but if the variable is allredy a string then: draw_text(x,y,'Hello '+name+'. How are you today?). |
|
|
|
Mar 10 2007, 03:06 PM
Post
#38
|
|
|
GMC Member Group: GMC Member Posts: 1601 Joined: 5-January 07 Member No.: 67584 |
I am a
according to the gml n00b test!This is closer to the real me than other tests have said but I think I deserved 'normal'. |
|
|
|
Apr 11 2007, 07:34 PM
Post
#39
|
|
|
GMC Member Group: GMC Member Posts: 110 Joined: 15-March 07 From: My house lol Member No.: 73540 |
|
|
|
|
Apr 11 2007, 09:58 PM
Post
#40
|
|
|
GMC Member Group: GMC Member Posts: 243 Joined: 31-August 06 From: Serbia,Nis Member No.: 58482 |
this is too simple, it kinda offended me
o,i foregot , here : I am a according to the gml n00b test!
This post has been edited by Stefanman: Apr 11 2007, 09:59 PM |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 9th February 2010 - 11:01 AM |