Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

877327 Posts in 32857 Topics- by 24295 Members - Latest Member: raithza

May 19, 2013, 07:03:16 AM
TIGSource ForumsDeveloperTutorialsGame Maker For Beginners: Part I
Pages: 1 ... 13 14 [15]
Print
Author Topic: Game Maker For Beginners: Part I  (Read 126340 times)
Theon
Level 3
***


Pew!


View Profile
« Reply #210 on: September 02, 2009, 05:08:42 AM »

you can do that by using the key press or key release events or by key_check, which checks if they key is pressed

http://gamemaker.wikicomplete.info/keyboard

Well, i get that (from reading the tutorial here), but the problem is that the script doesn't work... I've tried copying and pasting, but the character won't move in the game.
Logged
marsfromvenus
Level 0
*


View Profile Email
« Reply #211 on: October 17, 2011, 09:03:48 AM »

Sorry if rezzing a new thread, but I wanted to say thanks for building this. It helps me immensely with bringing to life a delicious new game!

<3
Logged
Fission Mailed
Level 5
*****



View Profile Email
« Reply #212 on: October 17, 2011, 08:17:48 PM »

I'm having trouble doing this with the new version of Game Maker. Is there an updated version?
Logged
sedna16
Level 0
**


View Profile
« Reply #213 on: October 19, 2011, 04:03:45 AM »

I'm having trouble doing this with the new version of Game Maker. Is there an updated version?

what version are you talking about?

GM 8.1

or

GM HTML5 ??
Logged
Fission Mailed
Level 5
*****



View Profile Email
« Reply #214 on: October 19, 2011, 10:48:02 PM »

GM 8 lite.
Logged
Olivievie
Level 0
*


View Profile
« Reply #215 on: April 27, 2012, 11:08:59 PM »

Hey everyone, the tutorial says game maker is only for windows, but I think yoyo now made one for mac as well so I decided to download it and try, but I'm having some trouble, not sure if my code went wrong or it's the problem of the difference in versions.

But here's my code for moving:

if(keyboard_check(vk_left)){

   x-=2;
   }
if(keyboard_check(vk_right)){
   x+=2;
   }


In the GML editor, the code is also by default set to "Applies to: Self"
but when I compile and run, the object does not move when I press left or right keys, if anyone can see what's the problem there, please provide me some help, I would much appreciate it, thanks!

Logged
Xion
Pixelhead
Level 10
******


xionight@live.com Chimera+Gryphon
View Profile WWW Email
« Reply #216 on: April 27, 2012, 11:11:02 PM »

did you make sure the code is in the step event?
Logged

Olivievie
Level 0
*


View Profile
« Reply #217 on: April 27, 2012, 11:20:00 PM »

did you make sure the code is in the step event?

Ahh I see, it now works! totally missed that...(I'm such a clumsy reader <_<)  thanks for your help! ^^
Logged
siskavard
Level 3
***


cactito-bandito


View Profile WWW Email
« Reply #218 on: February 11, 2013, 09:16:57 PM »

Has anyone worked with the Mac version? It doesn't seem to have the option to add a background to my rooms.
Logged

Pages: 1 ... 13 14 [15]
Print
Jump to:  

Theme orange-lt created by panic