oosyrag's Recent Forum Activity

  • Just because you don't see it doesn't mean it doesn't happen.

    I'm going to assume that a relatively little population wants to buy/play a game to hack it. Most people would rather just play the game...

    Hackers usually want to show off to other people or to ruin other players' experiences. There are steps you can take to mitigate this. Two common targets are leaderboards and multiplayer.

    1 - Reality check for leaderboard submittal, or culling of obviously doctored submissions. Friends-only leaderboards works well too.

    2 - Authoritative host for multiplayer.

    For a single player game where hacking will not affect the experience of anyone other than the hacker... don't worry about it, just let them do their thing. They're having fun their own way with your game, and you should be happy that they are enjoying your game.

    Regarding secrets... ever since the internet happened there are no secrets anymore for those who look for them. RIP.

    For achievements, either use some sort of reality check or just don't worry about it. Really isn't a big deal.

  • Sorry realize this isn't really going to work (was too tired when I posted). You're looking for a "signed angle" difference. There are a few ways to get this, but I'm not familiar with them.

  • Every tick (or every x seconds), save the current angle to an instance variable (lastAngle). Make sure this is the last event/action in this group.

    Compare values:

    Self.Angle-Self.lastAngle > x - Play left turn animation

    Self.Angle-Self.lastAngle < -x - Play right turn animation

    Where x is the "dead zone" angle for going straight.

    Although I feel like there is some trickery involved with going from 359 to 0 degrees for the angle, the solution evades me at the moment. Maybe someone else can help.

  • Have you created a single shot?

    Do it again, and add or subtract from its angle of motion.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Chrome doesn't allow inactive tabs to run by design to preserve system resources I believe. The workaround was to play audio (even a silent looping bgm) to keep the tab from "sleeping". I don't know if this still works.

    Otherwise, export to nw.js for a desktop app.

    You won't be able to get the game to pop up on its own, but you can play a notification sound maybe.

  • Use invisible helper sprites that are solid. When overlapping with boulder, destroy the solid.

  • The best you can probably do is use the system canvas snapshot action to get an image as a string.

    Nwjs to load from local folder, multiplayer to send string as message, and browser to invoke download

  • Rounding error?

    Maybe try setting the position with move at angle instead.

  • Check your imagepoint origins maybe? If you have variations on different animation frames the origin point may not be the same on each frame.

  • You can use a new layout for each level, or you can simply use a scroll to on an invisible camera sprite object to move it to a new position.

  • Use a separate layer with parallax 0.

    Or use the anchor behaviour.

  • Also remember to set a trigger for the top level repeat event! Otherwise it will run every tick and just keep putting values from the old array into the new array until there are none left. Also Array 2 should start out with width 0 height 2.

    Here is what it should look like:

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 39 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