oosyrag's Recent Forum Activity

  • Option 1 - System save and load actions - https://www.scirra.com/tutorials/526/ho ... -savegames

    Option 2 - Localstorage - An entire array or dictionary object holding values you wish to save can be written to a single localstorage key as JSON. That key can be checked on start of layout to see if it exists.

  • Need more details. Or a capx.

  • The entire event sheet will run once per tick. If the conditions are true, those actions will run.

    The exception are triggers (green arrows) which only run once when triggered. You can turn an event into a trigger by adding the "run once while true"condition.

    Edit: here are two very useful articles you may not have found.

    https://www.scirra.com/manual/75/how-events-work

    https://www.scirra.com/blog/141/common- ... nd-gotchas

  • You can set up a time server with the multiplayer plugin. Connect to an always on host, which sends the servers Unix time.

  • How do you have his movement set up to begin with?

  • Why not just allow the user to choose the first time they run your program? You can save the preference to localstorage so it doesn't ask again next time.

  • Doesn't look blurry to me. I think its just a combination of how fast you go and how small the enemies are. Not to mention there are so many similar looking non-enemies.

  • Problem 1 - Your target is on Layer 0, your background layer, which has parallax. Turn off parallax or move target to another layer to fix.

    Problem 2 - Point sampling with fullscreen scaling (downscaling in this case). Some pixel stars are too small to be displayed, but when you move certain pixels will be displayed and others won't be, which causes the jumpy stars. Change to linear sampling, or use a better background image.

  • Behaves consistently for me, no matter the order of the events.

    When player is "dead" you are setting his vector to upwards every tick, so he never gets around to falling back down.

    The only way he falls is if you hit space twice to toggle the dead state again. In your video you were probably getting inconsistent results because your condition was "space is down", so that would toggle on and off every other tick. Basically if you didn't let go of the space key within one frame, the dead state would toggle off again. In the example file you uploaded it looks like you corrected this already.

  • Use a container, so each enemy has a text/sprite associated with it. When the enemy is picked by conditions, the objects in its container will also be picked.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Your conditions don't go in the array (or dictionary would probably be more appropriate). The array/dictionary only serves as a replacement for instance variables to store if an achievement was completed or not.

    Your condition and event to trigger an achievement should be one time only, and when it triggers it will set the corresponding array/dictionary value and that value can be saved forever. You'll still have an event for each accident, which specifies all the conditions to reach the achievement. The state/animation frame of your achievement​ sprites should be based off of your stored value, and you can loop through all of those in a single event to set them.

  • Generally speaking if you want truly infinite, you generate pieces of your background around the edges of your visible viewport as you approach them.

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