RBuster's Forum Posts

  • Hi marcel1980

    It seems to be very interesting. I'll read more carefully and see it's possible for me to use this solution. Thank you.

  • Colludium: Thanks for the info. I'll check it.

  • Ashley

    Coincidentally we thought the same thing. I just read your message now. I have sent 03 emails to Ludei since yesterday, and I got no response so far. Besides the problem with the physics behavior (http://www.scirra.com/forum/low-fps-in-cocoon-launcher_topic78756.html?KW =) and the issue of having to turn off the WebGL, which I believe to be essential, I also questioned the reason for the application to be three times larger than the original. Do you know why?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Well, after reading several threads and make many tests, I decided to disable WebGL and finally could see my game on mobile. I found this very strange and I wonder if anyone has any plausible explanation. I noticed glitches in the background music. I decided to check the console and found only a warning: Not found getElementById: c2canvasdiv.

    Note: I said I had not used behaviors, but actually I used a: LiteTween. I would remove it when I had the idea to turn off WebGL.

  • Hello jayderyu

    As I said before, I used just a cube with 9 frames and the physics behavior, that is replicated in 32 instances. Besides the cube, some sprites transparent at the edges of the screen and a background image.

    It is strange that only 32 objects cause much delays. I took a look at a demo in CocoonJS launcher (Box2D) and the situation is similar, but on a much larger amount in the case of the demonstration.

  • Hi ASHLEY.

    No errors and no messages. The game is still running. I know this because besides listen to the soundtrack, I also hear the sound effect when you touch the screen and interact with the cards.

  • I created a simple game of logical sequence (no behaviors) and performed all the procedures to create applications for Android and IPhone through CocoonJS. Then I installed the file in Samsung with Android 2.3 and when I went to play, only able to hear the background music. The screen is dark. I had tested before through the launcher, and it happened the same things but the game screen appeared a few times. In this case, when the level changed, the background music is that disappeared, leaving only the sound effects. I'm trying to get support with Ludei, including to another problem I'm also having with another application, but I have urgency to fix this because it is a demonstration for a company. Thank you.

  • Thanks AnD4D, but not improved. I changed the option for Standard web-based game and became much worse, ranging between 1 and 4 FPS. Any other idea?

  • AnD4D

    Thanks for the reply. Cocoon plugin is the same of Cocoon object? How can I change de physics from accelerated to web?

  • I exported my game for Cocoon and I used the launcher after to test it and the FPS has not reached more than 8. Extremely slowly. The game generates 32 instances of a cube with randomly selected frames, falling from the top of the window. The cube is using Physics behavior with the default settings. The screen is 720 x 480 px. The game is running normally in the browser. Is possible to run a game with these features in a mobile? When I build the application, the game will be faster? I really need some help to solve this problem, because I intend to use "physics" in all my games. Thanks.

  • mindfaQ

    Thank you very much. It's everything okay now.

  • mindfaQ

    How can I do to set the variable "canspawn1" to null (<varies>)? When I leave this value blank, the program write "0".

  • Very nice solution. I don't understand why I can't think about it. Thank you so much.

  • This game is a logic sequence for children, always from low to high (quantities, sizes, etc) so always from left to right (1,2,3,4,5). No way to prevent only the first card appeared in place of the first sprite6? That would solve the issue now.

  • You really don't understand, but thanks anyway.

    These cards appears open and the player has to must put them each one in the correct order. On my game, he needs to swaping these cards. I just need to make at least one of these cards never appear in the correct position, after the draw, so the sequence is not completed automatically.