Jump to content


marfin201

Member Since 08 May 2012
Offline Last Active Aug 16 2012 07:52 AM

Posts I've Made

In Topic: Keyboard input

12 August 2012 - 05:47 AM

thank you for reply...:D
it almost work..:D... really...
But unfortunately, when I put the code in step event like this
if keyboard_check_pressed(vk_enter) 
{
text=keyboard_string;
keyboard_string='';
alarm[0] = 5; // it will processing the string
}
And I put code in alarm[0] event like what's your code
if string_count("5",keyboard_string)
show_message("that's true")
else
show_message("that's false")
That's true, when I type except 5 it show a message "that's false!"
But why even I type "5" it still show a message "that's false!"
Um, I really got stuck here..."
But really, thanks for your reply..:D

In Topic: Set cursor in 3D

06 August 2012 - 09:34 AM

I fixed it! I had view_wview and view_hview the wrong way round in the ortho projection!

What that's mean ?? and how we can make sure the sprite for cursor sprite by only with change the view_wview &
view_hview in the ortho projection ??

In Topic: GMC Jam #7 - 72 Hour Competition

28 July 2012 - 10:14 PM

Hey, where I can post my game to join this GMC Jam ??

In Topic: Need for race

19 July 2012 - 11:46 AM

Thank you very much chance,
that was my friend made, but I also check what's wrong on that game.
Why I so care ? that's for my competition game in my country.
And once again, thank you very much chance :biggrin:

In Topic: Mobile game ? (Solved)

15 July 2012 - 11:22 AM

Thank you very much about the information,,
but I need one more question now.
We need to convert the extension if we done to create our game in gm:studio, right ??
or, just make create a executable to our game and done ??