Thanks in advance.
I would like to load a text file that is outside of the data folder. I can get the full path but loadString seems to need a file inside the data folder.
Thanks in advance.
Hello, I'm trying to catch every click on my interface so that something is only drawn in my draw event when the mouseclick was not on the interface. I have this at this moment:
But this seems to not change the variable at all. With listener I was able to catch mouseclicks on groups but not on buttons,sliders,radiobuttons and dropboxes. I wonder if anyone knows the answer.
Thanks in advance.
I'm trying to draw a 16x16 grid made out of rects (drawn with rect or line) but both are terribly slow. I know trying to draw 3600 rects/ 125 lines isnt very fast but I need this. Maybe there is something wrong with my code or it could be done in a faster way. Please let me know.
Hello, I'm trying to load in a .svg file but I get these errors:
I'm compiling this for Android 2.3.4 on a Sony Xperia Play and have the Test.svg file in the data folder.
Thanks for any help
Hi, I wanted to create a delay in my game once for a second and searched for a function and found the Delay(); function but the wiki says:
delay() has been removed. Nobody understood what it did, and when they did, they didn't understand why it was there. Huge source of confusion, especially for beginning students.
So how can I reproduce the effect of this function?
Thanks in advance.
Hello, I'm using processing to create an android game but I have a problem. When I try to rotate a rectangle to the mouse it rotates way too fast. I tryd this code out in gamemaker and it worked perfectly. It rotates way too fast in the .exe too.
Here is my code:
Thanks in advance.