lionz's Forum Posts

  • When you add the product ID there is a type?

  • In the basic sense you can track them with local storage, but this isn't great for when a user installs on a different device. For this you have to use your own server to store data but I wouldn't know anything about that. IAP plugin is for tracking the non-consumables with the app stores.

  • What you described is how to do it I guess, but why is it a daunting task? Are you saying the 20 fields are different objects (not instances)? In this case you use a family, and a family instance variable, so just the one variable for all fields.

  • Do you mean that you have the individual frames of the animation ready outside of Construct? You use the image editor, so create a sprite and open it. Then you can import a sprite strip and make an animation from this. It's all in the manual

  • Cannot view the link, this is just a local one for you. To do the rockets you can create them at a Y which is makes use of choose(a,b,c,d) where you replace the letters with the co-ordinates/location on screen you want, so it could be choose(100,200,300) etc. This would create it at a random one of those locations, it picks one as the rocket is created.

  • A mix of conditions and enemy state. You can set an enemy state with a variable and based on this decide what action it will perform. Then you change this state based on factors, whether it chooses random actions or it does something when attacked etc.

  • You do not have permission to view this post

  • Yes exactly, glad it's resolved

  • Sure for left and right you can do something similar with variables. The tutorials work only if the buttons are the same distance away from each other. You can navigate left and right by using another variable that relates to position of the buttons. I don't know of any online code, if you are new to Construct then you are taking on a task that will be confusing.

  • Have a variable that's set to 1, when you press down it adds 1, when you press up it subtracts 1. Then with conditions you set the cursor based on variable value. If it is 1 set its position to the top menu's Y position, if it is 2, set the Y to the 2nd sections Y position and if it is 3 set the Y position to the 3rd section Y position.

  • Don't use an if mirrored condition, use press left or something to do with movement keys.

  • Link to an example?

  • They don't have collision, what are you trying to do?

  • You do not have permission to view this post

  • Yes you could make Undertale using Construct. You have the ability to make complex games. Check out this game Small Saga made in Construct : youtube.com/watch

    edit: actually it's included in this nice post someone made about the best games made using Construct so check it out construct.net/en/forum/construct-3/general-discussion-7/amazing-games-made-construct-155446