Jump to content


Cbrnoid

Member Since 30 May 2012
Offline Last Active May 30 2012 12:43 PM

Topics I've Started

Draw text

30 May 2012 - 11:38 AM

Hi.

Im trying to follow http://gmc.yoyogames...owtopic=424410.

How to use "draw_text" -function properly, because i havent got it work yet. I have an object with sprite, where is "keyboard right" -event set, and it moves right when key right is pressed, but no text is showing up. What i havent understood?

Execute a piece of code:
object1.x=object1.x+1;
draw_text(object1.y,object1.x,"khhjj");

Thx.