pmmm's Forum Posts

  • 4 posts
  • How do I open your .cap file?

    My Construct2 does not accept it...

  • bump

    Using this post, and because I need something similar but I cant find the right logic:

    How do I make a random spawn of 4 numbers in 4 different but fixed positions without repeating themselves?

    In other way I want them to spawn in a,b,c and d positions randomly but never overlapping.

    I found a rudimentary way to do it with a "set position" x=CHOOSE(128,384,640,896) and every time they overlap its forced to choose another place to be. This repeats 4 times for each number. It works but it seems very badly done. It brings me further problems when I want 10 numbers in 10 random fixed positions... its huge!

    I have this feeling that this is done with an array, but I don't know how to use it here.

  • Using this post, and because I need something similar but I cant find the right logic:

    How do I make a random spawn of 4 numbers in 4 different but fixed positions without repeating themselves?

    In other way I want them to spawn in a,b,c and d positions randomly but never overlapping.

    I found a rudimentary way with a "set position" x=CHOOSE(128,384,640,896) and every time they overlap its forced to choose another place to be. This repeats 4 times for each number. It works but it seems very badly done. It brings me further problems when I want 10 numbers in 10 random fixed positions... its huge!

    I have this feeling that this is done with an array, but I don't know how to use it here.

  • Try Construct 3

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

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

    I'm glad I've found this tool. I've tried several other tools and quit them all (many various reasons). Because I'm not a programmer, I'm a creative designer, if I need to drop an HTML line on this I'll need your help ;)

    So far so good, I've been able to make things move already, my expectations are very high :D

    cheers,

    Pedro

  • 4 posts