oosyrag's Recent Forum Activity

  • It works fine for me fullscreen, extending the object past the viewport size could help.

    Alternatively, you can use the system compare two values condition, to compare the absolute position of the mouse and relevant viewport edge.

  • Also kinda unrelated, but usually wouldn't you want the camera to lead in front of the player rather than follow behind them in this type of game?

  • You need to work backwards. Modulo gives you the remainder after dividing. So imagine 132 total seconds. First you need to divide by 60 and round down to get the number of minutes, which is 2. The remainder after that is 12, which would be your seconds.

    floor(132/60)=2

    132%60=12

    dropbox.com/s/9reee8ph9n72qsu/unixtime.c3p

  • You do not have permission to view this post

  • The angle of the surface you are jumping from would be the origin, and the angle of the surface you are jumping to would be the target.

    I can put together an example when I get a chance.

  • Try the Set Canvas Size system action.

  • Depending on your painting system...

    A tilemap utilizing 1 pixel tile sizes is a good way to manipulate and access information about the state of any given pixel. You can make it invisible and just use it to record and check tile states.

    Otherwise if you actually want to check the color of each pixel, you can use the drawing canvas plugin, take a snapshot, and loop through every pixel to check the snapshot RGBa on every pixel. Unless your paintable area is very small, I don't recommend this as a feasible solution, as it would probably be too resource intensive.

  • I would normally use the System - Set layout scale action to zoom.

    The viewport size can be changed by using the System - Set canvas size action. This is usually done to change the aspect ratio of the viewable area.

  • Turn on pixel rounding in project properties.

  • In that case you simply take the difference in angle between the origin object and the target object, (assuming they all used the same origin angle and are rotated after), and add that to your pointer object's angle.

    You'll need some way to pick the origin and target surface to be able to get the angle expressions from them. First thing that comes to mind is to use a invisible helper sprite on overlap to get the right surfaces to get numbers from, but there are probably a few other ways to go about this as well.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • unixtime/1000 = seconds

    unixtime/60000 = minutes

    unixtime/3600000 = hours

    unixtime/86400000 = days

    You can use the % (modulo) operator to get the remainder after dividing.

  • As I said before, you need to lower the cell size, change the border to 0, and increase the rotation speed.

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