Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mravich

Pages: 1
1
Ask a Question / Two clicks at the same time(Possible?)
« on: April 05, 2015, 03:31:57 am »
Hello,
wondering if it is possible to implement a touch option where it is possible to press two clicks in the same time while the second one overrides the first one. Game will be played with two fingers so sometimes there will be two wfingers on the screeen and sometimes only one! But I just want to make it that the second click always overides the first one. They are both for controls(Left-Right)
Thank you for you help :D

2
Journals / Bluant Game Studio
« on: April 03, 2015, 01:14:08 am »
Hello guys :) Two guys and a blue ant are trying to make their way into programming buisness ;) Using stencyl to make android games for now but have bigger plans in the future. Yesterday we started our facebook page where we will post updates while we work, pictures, demos and many other content. Please help  us grow and spread blue ants all over the world by just supporting us on facebook for now. https://www.facebook.com/bluantstudio
We have big plans for improvement of social engagement but we have to start somehow you know how it is!
Thank you all for your support :D
https://www.facebook.com/bluantstudio
Help us spread the blue ant infestation!

3
Abandoned Bugs / Re: Problem starting the game on Android
« on: March 17, 2015, 07:36:34 am »
.

4
Abandoned Bugs / Problem starting the game on Android
« on: March 05, 2015, 03:41:40 am »
Hello well I beileve the subject name  says it all.  I am trying to make en endless runner and while it is working in flash version, when trying to test in on android(s4 mini), after compiling it and sending to device, the game starts itself but crashes, then you cannot reopen it without first force killing it in application manager. After killing it, the game starts with no problems, then when you press the home button, and reopen the game it still works, BUT if you hold the home button to delete all running applications and try to reopen it it crashes, until being force killed in the manager.

My question is:
Since I use galaxy s4 mini for testing it I just set the game resolution to 540x960 since that is the resoultion of s4-s screen, could that be the problem?
I tried removing all actors from the screen and only leaving 1 behaviour(spawn stars) but it still crashes...
Is it possible to implement a code to kill the game every time you put it in the background?
I am attaching the logs I generated after installing it to phone, then starting it, killing it and trying to start it again, I hope someone can make sense of why is it crashing becouse I don't.
It is probably missing some code which has to be implemented when testing on android but I don't know which.
Thanks in advance!

5
Ask a Question / Re: Touch control with regions(Left&Right)
« on: March 03, 2015, 11:08:09 am »
Thank you very much! Quick and helpful response I managed to get it working using the blocks you mentioned!

6
Ask a Question / Touch control with regions(Left&Right)
« on: March 03, 2015, 02:40:13 am »
Hello everyone,

Well basicly I am stuck with trying to make my character go left and right if/when user touches(mobile) the left or right region.
I have set up the regions each on its own half of the scene, I have blocks when mouse is pressed on region(made an atribute regionleft) and same for right press. I have selected the regions on the scene editor to match the attributes I gave them. But when testing the game on mobile every region needs to be pressed twice in order to actually get the player moving.
Wondering if anyone has similair issues and if you have got any suggestions on how to solve this.
Thanks.

Pages: 1