lionz's Recent Forum Activity

  • You didn't tell us what the outcome is so it's more difficult to guess. I would debug the functions with some logging so you know what's being triggered. This could be a case where when you slide both of the boxes hit the enemy so it runs the function twice and conflicts. Or maybe the player states are wrong and it never triggers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't really use the scripting but it's clear that you should learn how to use Construct 3 a bit first. I think this would be normal even if you are a javascript programmer coming to use Construct 3 because it has its own way of doing things.

    To create a grid of sprites you could use a nested for loop that creates sprite instances at positions that you then add to the X and Y on each iteration of the loop. Or you could build the grid in the editor from a sprite that can be invisible and then create your objects on top of that using events.

    If you mean hundreds of different objects then yes you need to add them, or you can have one sprite with the different animations depending on what type of game it is and if that's useful.

  • Use an array to store the data. Columns for name, volume and lane.

  • If it's using bullet behaviour you can set the angle of motion

  • You can set the direction of the bullet yourself, can use 'set angle toward position' of the player when it spawns.

  • There's a checkbox on the behaviour called Rotate, uncheck the box

  • That's great :)

  • You are looking at conditions (left side), the things you are describing are actions (right side)

  • Above the add 1 action, add a Wait and use loopindex*0.5 seconds

  • Hi, not sure what you meant with the example. If you need an example I made a quick one here so you can see what I mean. :)

    dropbox.com/s/v19ofeypt46vlf9/chats.c3p

  • If you leave events open like that they run constantly in Construct (or every tick as it's referred to). You can add a Trigger Once condition under System, or some other condition that causes it to trigger once like a trigger event, key press etc.

  • You can do whatever you want up to 50 events

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 75 followers

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies