Chris PlaysOldGames's Recent Forum Activity

  • In order to use Pin the object must be newly created... so you either have to do it at start-of-layout or have the blocks spawn the collision sprite and then Pin it.

    Each time a block is created have it spawn (action when block sprite is object) the collision sprite at position and then next action Pin it to the correct image point.

  • Yes using families simplifies it greatly either way you do it.

  • 9G... I think I will just lower my cash flow and once you hit 1G set another var to 1 and reset primary counter... this will give me 999G which should be plenty for my little game. If i need more I can make a third var counter etc.

  • Having finally finished my Action Space shooter (https://www.scirra.com/arcade/action-games/captain-doe-saves-the-universe-16468) that I started over two years ago to familiarize myself with C2 I am looking for a new project.

    I think my next one will be a light weight idle game. I have come up with a pretty cool theme and examined the idle/clicker template from the Scirra store and as I thought its a pretty simple and straight forward build. However...

    How do idle games ramp up to such crazy score totals? For fun I maxed a Construct 2 variable out with a x2 add event (in about 2 seconds) and it eventually just says "Infinity". I wouldn't think they use actual integer values but instead come up with their own system.. millions, billions, trillions, gazillions, aa, ab, ac, etc...

    What would be easiest way to accomplish this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You locate the music file(s) you want and put them somewhere on your system. Then you right click the "music" folder in your Construct2 tree and select import and navigate to where you saved them. Now all you need to do is use a system event and some actions via the audio plugin (make sure its in your project if not already).

    As far as where to find it.. you can find game music many places, just google it. Most game site stores (Construct 2, Unity, GameMaker, etc) will carry it too. Depending on your theme you can also make your own using available tools (google) and recording software.

  • See if this makes sense.

  • Its not as complex as I make it sound

    I will try and work something up real quick

  • You will need to make sure and pin it to each instance. In the blocks spawn code use an On-created event for each one if different and in it pin the collision block.

    This way whenever a block is created it will automatically pin on its collision sprite.

  • Make a control object with instance var or a global var (for example color=#) and set it to a different number for each color.

    Now somewhere throw up a random number generator that constantly runs.. such as Every X seconds set instance var color to choose(0,1,2,3,4,5) or int(random((0,5)).

    Now in your spawner, sub-event down for each color:

    (main)Spawn event condition

    (sub) instance color=0 - (action) spawn blue bubble

    (sub) instance color=1 - (action) spawn red bubble

    etc

    You could also use Every tick and it will race through 0-5 but your spawn event will still grab whatever current value and use it.

    You could also use a Function that chooses and sets the color variable when called and call it in your spawning event and sub to the actual spawn event after.

  • Construct2 doesn't support SVG so you will need to convert them to another format. Hopefully Construct 3 will utilize them.

    I am not sure if there is a plug-in to allow them in C2.

  • I would do it exactly like Phoenixbowman says. In my Space shooter linked via my sig I used this several times in lieu of more complex solutions. For example the orb dropper enemies have an invisible sprite pinned way out in front of them that tells them when to drop orb once that sprite overlaps player. If it never does the enemy flies on past off screen still holding orb.

  • Would not the bullet behavior do what you are wanting? You can set the bullet speed to whatever you want.. whenever you want.

Chris PlaysOldGames's avatar

Chris PlaysOldGames

Member since 22 Aug, 2014

Twitter
Chris PlaysOldGames has 1 followers

Trophy Case

  • 10-Year Club
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

12/44
How to earn trophies