codah's Recent Forum Activity

  • How about the third party plugin csv2array (or something like that, I haven't used it)?

  • Ok now I have another question.

    I set some objects to spawn in random positions on the screen, but there is a problem.

    Sometimes some of them spawn on top of each other (because they spawn at a random location,and sometimes that random location is on top of another object)

    Can I make them spawn in random positions, but prevent them from spawning on top of other objects?

    You need to choose random x,y values then check if they coincide with existing object positions, in which case, try again. In other words, write some code to do it.

  • Yeah it's pretty handy in the right circumstances.

    Btw I'll be interested to see your simulation

  • Using a container there is no need to associate UIDs whatsoever. Picking any object in a container also picks all other objects in the same one.

    True, which is why I said, if he needs to. There should probably be no need.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Create the Router object as a Container, with an Array object in it. The array object will be spawned for you when you spawn the Router object. If you need to you can associate the array and router objects somehow, like with router UID or something.

  • You're welcome. Please take the time to read through System conditions in the manual, and the event system.

  • Your capx does not work, here is the error I get

    It works. I'm using beta 181.

  • one way of doing it

  • Specifically, you have two 'boost0' objects on your layout. When they get spawned during layout creation, the other contained objects will also get spawned, i.e. a Beacon0 and Boost0 for each Stone0. You could move them off screen (in C2 actions) if you wanted to.

  • In my example you would use a For each. For collision, the picking is done for you.

  • Maybe under the "Crosswalk Intel XDK experiences" thread? Also have a look on the Intel XDK forums and search for version numbers threads.

  • make sure you're doing the settings in the "android crosswalk" and not "android" tab.

codah's avatar

codah

Member since 30 May, 2014

Twitter
codah has 1 followers

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies