Jump to content


Monolisk

Member Since 21 Sep 2011
Offline Last Active Today, 04:40 AM

Posts I've Made

In Topic: They Need To Be Fed 2

20 April 2013 - 11:53 PM

Ill be buying this one! totally dug the **** out of the original android version


In Topic: Randomize() Does Nothing

20 April 2013 - 11:32 PM

try using a number value with random like randomize10+(randomize(10+1)) or something like that  :thumbsup:


In Topic: BUILD FAILED

26 March 2013 - 04:27 AM

Same for me. I cant even run my app in the runner I have followed the wiki to the dot, I.P. address and everything and it isnt working for me so i was resorting to building the apk to test it and now i cant even test my app. It has been a huge inconvenience but im hoping someone has some insight into this issue furthermore. 


In Topic: how to detect the 'back' key on android devices

07 February 2013 - 02:04 AM

Gm:Studio uses "Backspace" for the back button so
if keyboard_check_pressed(vk_backspace) 
{// your action code[size=2]}[/size]

also the home key is keyboard_check_pressed(ord("H")) (not 100% on this)  - menu (aka settings) is keyboard_check_pressed(ord("M"))


not sure about the search button but I hope this helps Posted Image

In Topic: Ini files not working correctly

07 December 2012 - 08:24 PM

I did and after adding a quick exit button, I was able to confirm that your example worked on my phone even after exitting the app. I think im missing something