Rebs93's Forum Posts

  • 6 posts
  • I've been working on creating a function to create a text box and display text I pass into it, but so far I'm not having luck. It works for the first time then when it's called the game just freezes.

    Does anyone have any advice about how to pause the game to display a text box and then click to change it one or more times, then click again to get rid of the box and resume the game? Thanks!

  • Is is possible to post a v146 capx? Thanks!

  • Thanks! That was simple <img src="smileys/smiley17.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,

    This is just a quick question, but is there a way to use multiple functions in the free version of Construct 2? I've tried double-clicking the layout to add another function, but the option appears to be gone.

  • Thank you!

    I ended up putting the function within a larger one that I called once when the layout starts up. Thanks for all your help!

  • Hi,

    I'm working on a game where I want random collectibles to be spread out around the map in say 20 random locations. However, my current loop just doesn't stop spawning new objects. How can I do this right?

    Current loop:

    System Repeat 20X > System CreateObject Horde2 on layer 1 at (random(0,2000), (random(0,2000))

    System > Stop loop

    Thanks!

  • 6 posts