oosyrag's Recent Forum Activity

  • I use C2 regularly on my Surface Pro 3. It is far from the best in terms of usability, but it does get a lot of use simply due to how portable it is, while still running Windows. I do use a Bluetooth mouse, as I can't stand trackpads and I was unable to get away with touchscreen/pen only (the pen is definitely nice for making quick placeholder doodles though!). The keyboard cover is both good and bad - it isn't a "great" keyboard and can be floppy and awkward in certain positions, but the simple fact that it IS a physical keyboard beats an OSK by far.

    In general I was less inclined to pull a traditional laptop out in many situations as I would a tablet, like waiting for a kid to get out of class. It is great for the random idea I got in my head I want to try out or jot some notes down, but for serious production mode it will never beat a desktop. Seated at a desk with peripherals such as mouse keyboard and monitor I'd say it is more or less equivalent to any other laptop.

  • Local storage (and the save behavior) is indeed stored in the browsers app cache, so it will be possible to be wiped manually. This is normal and fairly common, such as on many phone games if you wipe the app cache, it will be reset as if you just installed it.

    You'll need a cloud service or some sort of web data storage to back up away from the users device if that is your intention.

  • Multiplayer games are complicated and nearly impossible to diagnose without a capx or c3p file to look at.

    If you follow and understand the official multiplayer tutorials you should be able to solve your problem.

    It sounds like the host is not creating an object to associate with your peer on peer joined.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here is a basic bare bones example of how to implement and keep track of a "vertical position" value as data only (my numbers are represented by m/s for a natural feel, but you can use whatever unit you want to fit into your system).

    https://www.dropbox.com/s/ib8cmxhk1zk30 ... .capx?dl=0

    The hard part is the collision filtering (custom solids behavior) system that can interact based on an objects "vertical position". This I can't really help much with, but it looks like you've got something to work with there already.

    Edit: Also event 5 is what stops gravity from acting and (when Zheight is 0, or "at rest" on the floor). You may need to add some events to account for "resting" on different levels, such as on top of a box. Your Z height will be greater than 0, but it should not be accelerated by Zspeed and Gravity anymore.

  • With the browser object, it immediately downloads the file with the filename set in the action and to the browser's download directory without prompting. Maybe it's a Chrome setting as the default action...

    I'm looking for an action that simulates the Right click on link -> Save As... functionality.

  • Is there a way to invoke a download with a system/browser file chooser dialogue?

  • Add else to your second toggle event.

  • Try changing on collision to on overlap, and adding the additional condition that the meteor is NOT overlapping a cover object.

  • You want to have a "state" for the player, and use that state as a condition in your collision event.

    You can use a boolean instance variable for your player - IsJumping, true or false.

    Add a compare instance variable for Player IsJumping False to your collision event.

  • You are using on overlapping. If you persist, it saves the location so once you go back to your first layout, you are still overlapping.

    Change it to on collide instead, with Trigger Once.

  • Can't help without seeing your project event sheet.

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