dop2000's Recent Forum Activity

  • You can write multiple JSON strings to a file, separated with newline (or any other custom character or tag).

    Then parse them with tokenat(), for example tokenat(filecontent, 2, newline) is the line number 3.

    Or you can read them in a loop:

    Repeat tokencount(filecontent, newline)-1
    	Create sprite
    	Sprite load from JSON tokenat(filecontent, loopindex, newline)
    
  • Text object is not rendered if it's fully off-screen, or invisible or has opacity=0. So if you need to access TextHeight and TextWidth properties, at least a small portion of it needs to be on screen and visible.

  • Yes, you can pick windows with x>ViewportLeft(layer)+Window.width/2 and x<ViewportRight(layer)-Window.width/2

    (assuming that the origin image point is in the center of window sprite)

    And then pick random instance from them.

  • You can draw two rectangles and four circles.

  • You do not have permission to view this post

  • Try expanding (stretching) the window, there should be more fields below, where you specify key name and password.

    Also, you should post this in C3 forum.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The video you posted is not very useful. It doesn't show player controls, just some dudes running..

    I assumed your question was about controls - how to recognize rapid pressing of two buttons.

    If you are asking how to move your character with TileMovement behavior, you need to provide more information. Should the character move 1 tile per each button press? Should the speed increase the faster you are pressing buttons?

  • Are they susceptible to browser data clearing?

    That's what I asked you :) I didn't test it, but I believe clearing Chrome cache will not affect NWJS storage.

    stackoverflow.com/questions/25143532/node-webkit-clear-cache

    "NWJS Write text file" action to save the data, how different is it from saving data using Local Storage?

    It's like saving a text file with Notepad - you can save any data with any filename in any folder.

  • You need to have at least one instance of the object on any layout to set default instance variable value.

    You can create an unused layout and keep such instances there.

  • Are you sure clearing cache in Chrome deletes NWJS local storage files?

    You can simply write any data you want to disk files using "NWJS Write text file" action, and read it back with NWJS.ReadFile() expression.

  • This is pretty odd. Can you reproduce the problem in a blank project? Can you share your project file?

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • 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
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

30/44
How to earn trophies