lionz's Recent Forum Activity

  • System On load failed : go to stage 1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 11 should display the mapping for 1 twice. Is the object wide enough to display 2 characters?

  • Have you set a return value in a function that is return type None?

  • When you use system save that is enough to save the state of the game to a slot. Local storage you use to save individual data like a key or variable.

  • You do not have permission to view this post

  • There are a lot of assumptions here but yeah the issue is probably with adding waits inside your functions, not with the way you're including a global event sheet into other layouts.

  • Why are you loading on the save logic? Why are you using both local storage and save slots, just using the system save slots 1 and 2 should be enough, I don't understand the inclusion of the local storage items here.

  • It's probably related to where you have to wait for the next tick because in the current tick the instances are not available yet. So when you create them you have to wait a tick, I think wait 0 seconds works well, try it before the actions.

  • Functions are a little different in Construct 3. The parameter you want to return will now be a variable so just find the variable name and type this.

  • If you mean display it after a variable then it would be variable&"%", if you don't mean this then you'll have to explain what you're trying to do and why "%" does not work.

  • Look at the Demonoire project file that comes with Construct, there are slime enemies in the first dungeon that do that kind of thing, you can see the logic for the slimes.

  • Those are the events you need, player has line of sight of floor, it picks the instance of floor that is true. Then as a sub event you can say if floor.var = X then do actions, it uses the floor that was picked earlier and therefore its instance variable.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 73 followers

Trophy Case

  • 11-Year Club
  • 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
  • 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
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies