oosyrag's Recent Forum Activity

  • Oh that does work nicely! TIL.

  • To store inputs, you would push each input into an array as you enter them. The format is up to you, as well as what to do with the history of inputs after you have them stored.

    I had an old example that stored coordinates here. dropbox.com/s/1vi6kp5p7lcn30n/undo_example.c3p

    I know you said coordinates won't work for your system, but the idea is the same. Instead of storing the coordinates, you would store the key pressed instead.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • AFAIK there is unfortunatly no consistent way to do this across browsers, each engine requires a different hack. It is highly recommended to create a custom one.

  • Reset your password at construct.net/en/forgotten

  • When a user goes to your website with an exported project on it, the project is downloaded and run locally on that user's computer. Each visitor to the website gets their own copy. These copies do not talk to each other or your website/host, unless specifically made to. Any data entered and stored is stored locally on each user's device.

    You can "send" information outside of your app by using the 'post to url' action via the AJAX object (or possibly the multiplayer plugin, websocket plugin, or other 3rd party database plugin).

    In general, having multiple copies of your app communicate with each other and keeping persistent data will require knowledge and use of some outside server to manage the data. If you don't require persistent data across sessions the built in multiplayer plugin might be sufficient.

  • I use Chrome as well. Got any extensions running?

  • Create a loading/splash screen layout, dress it up how you like, and progress to the next layout when desired.

  • Project files are included with an exported project. If you want to access an external file, use AJAX to request it (for a web export). Alternatively, nw.js can access a local filesystem.

  • There are many ways around this, depends on what your goal is.

    Some options include the timer behavior on a global object or a global variable you can increment.

  • Looks like it loads fine to me.

    If you have a cors error, that means it is trying to access a resource on a different domain/webserver that is not set up to allow outside access via cors.

  • Try using touch - on touch instead of tap. Gestures can be kinda wonky sometimes.

  • No. Save your work, and enable automatic backups in the settings next time.

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