lionz's Recent Forum Activity

  • You could probably find it but why would you need to? You can clear browser cache to clear data. If you locate the actual file it's probably just a load of encryption.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The logic is randomly swapping between a global variable called Stamina which is always between 0-300 and a local variable on player called Stamina which keeps reducing constantly into negative amounts every tick and never recovers. The local variable seems broken, I don't see where it relates to the bar? If you set up two text boxes separately to display Global Stamina and Player Stamina every tick you can see what they're doing. Too confusing for me to look through as it just says Stamina everywhere.

  • If you're having trouble then the best way is to post on the Bugs section and possibly attach a .capx so that someone can recreate the crash and assist you.

  • ah spot on thanks.

  • If object > Is on-Screen(inverted) > do the thing

    As for memory usage:

    Off-screen objects are not still rendered. Construct 2 does not issue draw calls for objects that do not appear in the window, and the GPU is also smart enough to know not to render any content that appears outside the window - even when a single image is only partially on-screen.

    The layout size also does not have any direct effect; larger layouts do not use more memory or require more processing, unless you use more objects.

  • Changing the 'is touching' events to 'on touched' will only destroy the touched object rather than mass destroy every flashy thing in view. I had to disable the fading though to see this in action, the fading makes it irrelevant whether an object is destroyed or not, right? Will assume you are going to add future logic like re-enabling the fade-in on undestroyed objects or something, tough to work out exactly how you want your game to work.

  • Just a quick one as I don't use physics too often.

    I've set my player up with platform behaviour. The physics objects move around as expected. I seem to be unable to push physics objects though unless I also give the player the physics behaviour, which has weird results. I assume there is a way to do this without giving the player the physics behaviour.

    What's the usual way for allowing the player to push objects, do you have to simulate it yourself with object move x,y on player touch etc? Or are all the cool kids adding the physics behaviour to the player?

  • You probably have some overriding idle animation logic. But yes this is kinda impossible without the .capx, cut it down and link!

  • Yar as above, 'turret is visible' condition on the shooting event.

  • Set Layer Visible event. If it's a story where you dismiss layers which is what I'm imagining then you can just run a function where it sets different layers visible/invisible in order. There's probably many ways to do what you want here. You might want something else entirely though as this doesn't really relate to the subject 'how do I number layers?'

  • Clearing browser cache will clear any local save data. I don't think you're supposed to access it locally though, not without some kind of code workaround. To do the pre setup save states wouldn't you just create them all on a first load? The name used for the save state is just an HTML tag it won't appear as a local file in a search, all data should be in a cookie file somewhere.

  • The logic looks reasonable but we would probably need a project file to look at.

lionz's avatar

lionz

Online Now

Member since 5 Aug, 2013
Last online 10 Mar, 2025

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