Jump to content


ookami125

Member Since 28 Sep 2010
Offline Last Active May 05 2013 06:48 AM

Posts I've Made

In Topic: Help with function device_get_tilt_x()

28 November 2012 - 05:10 AM

device_get_tilt_x() and device_get_tilt_z() im guessing only returns a number from 0-1 or (-1)-(1) just get the value and draw it to the screen

In Topic: removing drawn text

15 October 2012 - 02:00 AM

you can't really erase text so do something like this

create:
text='Hello'

Key Press Space:
text='Bye'

Draw:
Draw_text(text,0,0)

just send me a pm if you don't get it or I misunderstood you.

In Topic: decimal places in a grid structure

09 October 2012 - 10:42 PM

this is because of the draw_text command so use string_format like this
draw_text(0,0,string_format(VAL,-1,100))
but otherwise the number should be stored correctly

In Topic: error in android

16 September 2012 - 03:47 AM

well from what i can tell its a problem with some scripts you have (explode,explodeL3,explodeL4,explodeL5,explodeL6,explodeL7,explodeL8,explodeL9,explode10)
anyway if you can send me these scripts in a pm ill try and fix your problem

In Topic: Imprisoned, my first adventure game

10 August 2012 - 08:44 AM

cool,this took me a while to complete as i had to start over constantly but it was still fun.