codah's Forum Posts

  • which version of XDK? I haven't updated to very latest and I last built an app 3 days ago and is ok.

  • You need to use that information in the jarsigning process. Look up 'jarsign' and 'zipalign'

  • [quote:1a4frg80]I would also like to understand what is the purpose of the line System-trigger once after the spawning? Does it prevent to generate the action twice while the car is still on the layout or not destructed yet?

    I am not sure why I used it there without looking at my event but anytime you have an event where the conditions are not specifically triggered once (aka collision) then you need to trigger it once or else it will be run 60x a second (each tick)

    Yes these are definitely needed for performance reasons. Somehow 3 of them got lost in my mods, but there should be one after each of these 3 lines

    TreeSpawners: SpawnerTreeType /= 0

    ObstacleSpawners: SpawnerObstacleType /= 0

    CarSpawners: SpawnerCarType /= 0

    Still, no extra events

    Edit: here it is

    [attachment=0:1a4frg80][/attachment:1a4frg80]

    Edit 2: hm for some reason that stops the cars and trees from appearing, but I don't have time to look at it right now. Exercise for the reader!

  • There is a built in expression to pick by highest/lowest instance variable (I assume you have that as you say 'this bit is ok'). Then just add your next expression after the first. Picking is based on filtering instances in each expression, so what you're asking is just what C2 does normally, if I've understood you.

    edit: you'll need to put the 3 object types in a Family and put the instance variable on the Family.

  • Put the sprites in a Family "Colliders" and do spell_cyc...: On collision with Colliders-> Colliders: Destroy. You can do the Boss one too with a little extra step.

  • No problem. so yeah the tip is, when you use a new Behaviour, to see what all its properties do good luck

  • In the bullet behaviour properties set Set Angle to No.

  • Here's a version with 'slightly' less events. 72 down to 25 and that's without tackling the player car crashing events. Enjoy.

    (I did this because of what you said in the tutorial)

  • I chose to have it signed..where can I find this? Where would the file be?

    Okay I appreciate it man, you always come through

    no problemo. I did it once and they send it pretty quick. Tell them why you need it.

  • Unless you choose otherwise, XDK automatically signs your app and Intel keeps it

    Edit: You might need to email and get the keystore emailed to you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You're welcome. Takes a while to get used to all the gotcha's with picking.

  • Can you just test with the mouse click (not pressing A) and see if it still does it? Because if you press A, ALL sprites will be picked and so will all spawn another sprite, etc. (althought the System Create method looks ok?)

  • I am

  • I also experience this. I think what I do is use the color picker on another sprite.

  • you've double posted, better delete this one