oosyrag's Recent Forum Activity

  • You can have a variable and object named the same. If you reference the object, it will ask for a "." and parameters in the expression. If you reference the variable, it can stand as is. When typing in "lives", make sure you pick the one that is the variable.

    Edit: As a best practice - never name two things the same thing. So use LivesText, or LivesVariable instead if necessary for example.

  • Did you name your text object "lives"?

    I'm assuming "lives" should be a variable, or that you haven't set up the "lives" variable yet.

  • What is the purpose of your new and old arrays and what/why are you comparing?

  • Have you tried the every x seconds condition?

  • You can also try a every x seconds with else:

    Health < 20

    Every x seconds - play alarm

    Else - stop alarm

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • https://www.dropbox.com/s/dkqrwnwdz75qh ... .capx?dl=0

    As mentioned above, don't spawn on your exit, or you will collide immediately and trigger the exit on the new layout. Otherwise, you'll need a state variable that keeps track of if you just entered a layout, and add a condition to check that it is false before exiting again.

  • No one can predict the future. You'll just have to try and find out for yourself.

  • http://www.2dgameartguru.com has some fantastic tutorials for vector graphics, Inkscape in particular.

    How many months minimum? Depends on how much time you have to spend. Professionals can be self taught or go to school for years. If you don't go to school or have a job and dedicate yourself to following tutorials and practicing, you should be able to progress quickly.... But that of course depends on each person's own aptitude.

  • Use the min() and max() expressions to constrain your scale factor.

  • Practice. Seriously.

    Otherwise, try opengameart.org.

  • You can right click and invert a condition, so Is Checked turns into Is Not Checked.

    I'd probably just make a bunch of items with triggers on clicked to apply changes to your stat sheet array, rather than checking the state of each list item to constantly recalculate everything.

  • You need conditions to pick the turrets that blow up. In your conditions, you probably already reference the ship, so the game knows which ship to destroy. If you add an action to destroy turret without picking any, it is assumed that that action will be applied to all turrets.

    Try adding the condition turret is overlapping ship.

    Utilizing containers is a good way to work around this as well.

    There are many many ways to implement reloading, so without any further detail on the specific behavior you want I'm going to just suggest you run a quick search. Generally it involves a counter variable to keep track of ammo remaining and some events to handle what happens in different "states" (ammo full, partially empty, empty).

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 38 followers

Trophy Case

  • 11-Year Club
  • 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
  • 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
  • Email Verified

Progress

21/44
How to earn trophies