eka's Forum Posts

  • savvito123 You are right, I changed all of them and it went crazy, thanks!

  • Hi, working on a game that instead of falling down it will be "falling" up, like that there is gravity on top.

    I wanted to reverse what the Platform Behavior is doing adding negative numbers but doesn't seem to work.

    Is there anyway to achieve this?

    Thanks.

  • When I say yoyo I meant Ping Pong? ... I was looking at Timelime... maybe timeline is more suited for this?

  • Hi

    Is there a generic way to animate a pop out of a sprite button when it's clicked? I tried tween but I have to do the tween of the size and then the reverse once the first ends, didn't found yoyo animation type... Is there something better?

    Another thing is how to make it generic since I have more than 1 button... families?

    Thanks.

  • Well I was waiting for C3 to have something like this...

    aekiro.itch.io/proui

    But seems that if I'm serious on doing UI on my games I will have to pay for something separately.

  • The forum search didn't help me much... found a YT video that linked to this

    construct.net/en/forum/game-development/tools-and-resources-27/sprite-font-generator-v3-64038

    Is there some C3 tool to do that?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    How do I create a Sprite Font from a ttf? Is it possible?

    Thanks.

  • In the end I scattered a little more, it was too dense.

    dop2000Thanks for your help!

  • Wow that addon is something out of this world...

  • This is what I got spawning sprites and then killing them at the end... the problem is that at the start you can see a black void... don't know how to trick that ... maybe wait till all the stars fill the screen and then start the game?

    Subscribe to Construct videos now

    Edit: wrong video id

  • Vertically in the background. Like a kind of rain but with depth speed... I'm almost done with doing it by hand but I have to tweak the rate and speed. I wanted to know if that is too much and if there is a better way.

    thanks.

  • How can I create a starfield background with depth/speed of the stars?

    Should I do it by hand or is there a way to use particles?

    Thanks.

  • Hi,

    What would be the difference in using Sprite Font vs Text? I can't see to grasp the advantage of one over the other.

    Thanks.

    Tagged:

  • Try add the "set animation frame" right after you create the new object and "stop" the animation.

    Yeah my problem was that the Animation Speed in the Object was different that 0 so when creating the object it will start animating... another problem was that the position of the newly created object was being put at index -2 instead of -1 ... don't know why I thought that the new instance already existed when creating object... but it didn't so the last was -1.

    Thanks.

  • Hi,

    I'm creating a moving Street and the Street sprite has 3 animation frames so I can change the Sprite randomly when creating the object ... but for some reason it's showing a strange behavious.

    Subscribe to Construct videos now

    Here is the Sprite itself

    And the eventsheet:

    Is there a better way to do this?

    Thanks.