oosyrag's Recent Forum Activity

  • Have you tried appending .webm to the name parameter?

  • You would probably want to use a dictionary instead of individual variables in this case.

  • I don't think there's a difference either way.

    I'd approach this by loading images from project files/disk dynamically as needed (preferably ahead of time). Set up a system to only load 10 pages in front or behind the current page into memory and you'll never run into memory limitations no matter how many total pages you have.

  • The hight at any point of a slope is the perpendicular distance from the edge times the tangent of the angle of slope.

    Construct is not a 3d engine. Not recommended to try to make a 3d game without being very confident in your math, and even then you're going to run into a lot of limitations.

  • Use a bullet behavior with negative deceleration. Every x seconds, set speed to something and set angle of motion to something.

  • You can store binary data as a string, in an array or other data handling method you like, and load it back into the binary data plugin as needed for downloading.

  • Define "holding".

    Are you using the drag and drop behavior?

    You could simply disable it on collision with another object, and re-enable on mouse released.

  • You possibly have an infinite loop, preventing your game from loading or running past the first tick.

    Without additional information or seeing your project, it will be difficult to help.

  • You can also always use an absolute path instead of a relative path.

    Or maybe you're looking for the 'set path' action?

  • JSON is a suitable format for storing dialogue. You've got a lot of options here though so use whatever you're comfortable with. You could even store it in instance variables per npc if you want.

    I'd use multiple instances of a text object for clickable responses. I'd use a separate text object for non interactive text though.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What exactly are you having trouble with? It's not much different than any other clickable interactable object.

    If dialogue is waiting for response

    On 1 clicked, do something

    On 2 clicked, do something

    On 3 clicked, do something

    On 4 clicked, do something

    Although for most classic rpgs, they all actually do the same thing, which is to advance the dialogue anyway.

  • You can 'include' one event sheet into another. If all your event sheets include a particular event sheet, that sheet effectively becomes global.

    You can also just set the second layout to use the same event sheet as the first layout in in the layout properties.

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