lionz's Forum Posts

  • You will need of course an animation for each of the skins but for left/right you flip the same animation. For setting it you could simplify in events with naming convention for the animations with a variable.

    For example on movement, you would have animation name of "Default Idle" and "Diamond Idle". Then the event block is to set animation to ship.variable&" Idle". Then if you change the instance variable on the player depending on power up, to Default (no power up) or Diamond etc you can use the variable to change the animation.

  • The function runs in one tick, in Construct when you create objects they are not available to be picked by events until the next tick. You can use waits, there is something called wait for previous actions to complete. If I was doing it I would add a wait after where the action to call the function is so there is no wait inside the function then run the for each loop for the counter.

  • What kind of logic did you use for the tilting?

  • Audacity

  • But the exact same game version is saving as you would expect in a browser on android? Not sure if you can set up Safari to block the storing of local data, maybe it's possible.

  • In the properties bar when in the layout

  • You tried it and it didn't work so that's problematic because what I'm going to say is have an event sheet linked to the new layout and use an event like 'on start of layout' set player position to X,Y.

  • You still didn't answer the question about what you think is broken or not working as expected. I will take a guess that you are saying the save data is cleared when you close Safari and when you reopen the game in browser it has cleared save games, maybe this is a setting on your device. Feel free to submit a bug if you think there's no way around it.

  • 'It works fine' 'It doesn't work', what are you referring to ? If you clear the browser local data yes it will wipe the save data.

  • When you die in the game you set the time scale to 0 and never set it back to 1.

  • Looks fine to me. I couldn't return to home menu without dying and you said if you die it's fine anyway.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Add construct c3p file to google drive and create and share a link.

  • Share the project and we can debug it