coug64's Forum Posts

  • 7 posts
  • Is there anyway to export a game to an Android phone without browser or internet for personal use only?

  • Get paid for answering beginner-type questions for a 9 year old (and his 77 year old grandfather)trying to finish the Space Shooter game. Payment thru Paypal. Money direct to you immediately. Replies to this post through email only---no obscure references to discords (whatever they are).

  • I'm willing to pay you for answering specific beginning-type questions about layout, events, actions and very general how-to's. Did I say beginning-type questions? You will receive payment immediately via Paypal.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for your concern! You are a kind person. I'm trying to help my 9 year grandson learn how to build the Space Shooter game. The tutorial we're following on youtube by RedFoc is actually done with Construct 2 but so far everything is working. A single sprite is set up to spawn rocks every two seconds. That works. Then the tutorial says to "clone" more sprites and then set up a random spawner instance. If you clone you get spawner 1,spawner 2 etc. The random instance seems to recognize only the original word spawner. We tried cut and paste to make every sprite have the name spawner. That works as far as spawning from each sprite every two seconds but won't allow a random instance to be set up(as far as we know). The question seems to be: what is the action that accompanies SYSTEM PICK A RANDOM SPAWNER INSTANCE?

    Red Foc simply moved the action SPAWN ROCK on LAYER 0 down from the previous event which was SYSTEM EVERY 2 SECONDS.

  • What's a TICK? The original sprite spits out rocks like it should. When other sprites (copies of the orginal) are added, and are randomized, the sprite squares smear the rocks out instead of emitting individual ones.

  • A sprite set up to spawn rocks doesn't spit out complete rocks but it creates a growing smear as they move.

  • How do I add 5 explosion animation frames in place of particles in the space shooter game?

  • 7 posts