lionz's Recent Forum Activity

  • Call the function every X seconds so it's outside of the function.

  • This is still vague, is it a secret? If it's different sprites on a selection screen and all events apply regardless of which is picked then you can put all those objects in a family and apply events to the family object.

  • You can't increase the objects from another layout however it is possible to return to the layout and they have the same variables as when you left if you give the objects 'Persist' behaviour.

    If you want them to grow while you're in another layout you would need to use global variables or an array, or another option is to make them global objects but they are invisible but that is a strange option to go for.

  • Maybe a family but the info provided is too vague, give an example of the events and objects.

  • Use the stop timer action then set a global variable to timer.totaltime

  • You should use global variable for this. What are you trying to achieve with the instance variable?

  • Looks like it has potential. The game stopped working after I fell down the gap after the t-rex not sure if this one of the bugs you mentioned. If this was the actual end of the demo then maybe too early for feedback.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You would use a global variable for this. You can right click on the event sheet and add it. It retains its value between layouts.

  • For each instance is good for any of the objects where you are checking them every tick like that. Function within function can get messy but they can be used if you need, however second function does not automatically see picked instances from the first function so you have to do something like pass through the UID of the instance in function 1 as a parameter to function 2.

  • The fix is to add 'for each enemies' at the top condition, things get a bit weird with multiple instances.

  • Likely either the layer is global, or the object is global (or both). Check the layer that the object is on and see if it is set to global=yes in properties. Select the object and check if global box is ticked in properties.

  • Yes so because the condition is 'potato is visible' it will pick all visible ones and pin it. You need to pick a condition that defines the single potato, this can be if it is overlapping the plate or something.

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