rujo's Forum Posts

  • Same here, received warning emails for play-services-ads:20.6.0 and play-services-ads-lite:20.6.0 for two games using Mobile Advert addon

  • Hi, levels are generated in the same way as a old game i really love, Berzerk.

    Basically there are 4x2 fixed posts inside the level, from each post starts a wall that goes randomly in one of the 4 directions (N,S,W,E) and that's all! It's so simple and so functional

  • thanks for adding my Nail Gun Hero to the list!

    C2 helped me a lot making it in such little time (12 hours in total)

    gonna try the other games now

  • Hi, here's my Ludum Dare #29 entry made with C2:

    Get Beneath The Surface

    it's a little tetris/platform game i made in about two days for the competition

    you can play it directly from here:

    http://www.kongregate.com/games/rujo/get-beneath-the-surface

    or vote/comment it:

    http://www.ludumdare.com/compo/ludum-dare-29/?action=preview&uid=12028

  • I'm not sure its about this but some days ago i noticed that two old games of mine on kongregate(jimmy poo and ten levels) freezed when I did any input showing a similar error.

    I just re-exported the games with the latest c2 build and this solved the problem..

    p.s.

    you can see the difference here:

    Jimmy poo on scirra arcade, old version, it freezes when you click any input:

    http://www.scirra.com/arcade/action/2234/jimmy-poo

    Jimmy poo on kongregate, re-exported version, works:

    http://www.kongregate.com/games/rujo/jimmy-poo

  • glad to hear this! :)

    and the temporary workaround works for me!

    thank you very much

  • Uh oh, just went to "About Chrome" to see what version I have, and it's 31, but says "reboot to finish update" ack!

    OMG, that is horrible. I can now use Chrome to test how my games play on Iphone 4.

    http://hexedtext.clay.io/ is this playable??

    on my pc your game runs smooth on firefox but extremely slow on chrome (unless i resize the window to a very tiny dimension)

  • here's what fps I get loading the simple catapult example:

    Chrome:

    http://i.imgur.com/iWa9qwN.png

    Firefox:

    http://i.imgur.com/py8xUH4.png

  • yes, only chrome, and it begun when it(Chrome) upgraded to the latest version (this afternoon for me)

    Firefox and IE works fine.

    For C2 I also tried going back to stable r152 and nothing changed so its defenetly a Chrome issue.

  • update: it seems its a problem between WebGl and Chrome

    I tried disabling WebGl on my project and works 60fps again on Chrome now.

  • same here, all of a sudden my project dropped from 60fps to 20fps this afternoon, it only occurs using Chrome.

  • same exact issue here. x360 gamepad that becomes "active" only after pressing A button.

    waiting for a solution too..

  • I'm having some performance problems when I use these two features together.

    I mean... I'm testing/exporting a project as an application using Node Webkit and "request fullscreen" though Browser object and the FPS are very low, about 40/45fps and the game is not smooth at all..

    For testing purposes i added a button to cancel fullscreen during game and when it goes windowed it immediatly gets 60 fps and perfect performance..

    where is the problem?

    I've tried every possibile fullscreen scale mode.

    Also this doesnt happen with one project in particular. Even if I start a brand new project and just put 2 moving objects as a test application the problem with fullscreen speed persists.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • no, i need to know these coordinates while the object is still moving..

    there must be some calculation that involves speed, acceleration and angle that gives me the future coordinates the object will have when it'll stop.

  • Hi

    I have a simple question if someone here is more keen on math/physics than I am.. ;)

    If I have an object (bullet behaviour) I know his angle, his speed and it's set with a negative acceleration (to make it decelerate, let's say "-140").

    I need to calculate the exact x,y point where it's going to stop.

    Which is the formula to find these coordinates?

    <img src="smileys/smiley22.gif" border="0" align="middle" />