immigrantsheep's Forum Posts

  • Hi there. I'm trying to build a layout where the player can insert his nickname which would show on the HUD during the game: Player: PlayerName. I will have to use sprites since cocoonjs doesn't seem to work with fonts. But how do I build some kind of input field since it also doesn't support Textbox? Is there any way to achieve this or some kind of workaround?

    It should be something that works with cocoonjs and iOS. thank you.

  • That's exactly it! Thank you! <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there. I'm trying to use touch controls to make my sprite rotate to an angle wait for 2 seconds and then return back to 0.

    I'm having two problems with that.

    The first one is that the object rotates only while i keep touching the btn. If I release the touch, the rotation stops and I want it to keep rotating. Basically now it works "on touching" and I need it to work on "touched" (if I understand it right).

    The second problem is that with the current setup, once it's done rotating in one direction is starts to behave strangely (shaking) before starting to rotate back. Any help?

    The .capx is here

    dropbox.com/s/ocnwxjrh73f7vjn/TouchRotate.capx