Add the keyboard object.
There is a condition 'key is down', use this.
For the action on the right you can select the particle object and adjust the params
There is some extra picking required when you have multiple instances. Start by using system 'for each' so they act independently. If this doesn't work because of complexity then you can start using functions and passing the UID of the instances through as a parameter to select the correct instances.
The X is the horizontal co-ordinate where you want them to spawn from so you use choose(100,200,300) by this I mean write choose, it's a command, you can see in the manual. For the Y you use the height on screen where you want to spawn them from.
Because youve put greater or equal to 0 so when it's equal to 0 the guns will still fire until you subtract 50 again and bring it below 0.
Put the fields into a family, and the objects into a family, then you can say if objectfam is overlapping fieldfam. Their main use is this, so you can refer to a group of possible objects as one object.
You can import it, I think you can even try it now on the free version. Should be fine unless you have used an excessive amount of third party plugins.
In its simplest form you can use the event :
system every X seconds : system create object rocket at X,Y where X is somewhere in the sky you want to create it and Y value is 'choose(100,200,300)' these are example values.
I can't quite remember the IAP on C2 but in C3 on the plugin when you add a new product there is a choice of consumable/non-consumable, I guess this fixes your problem. In C2 maybe you had to make use of third party stuff whereas it is all built in for C3.
Oh it's Construct 2, nevermind. Try Construct 3.
When you add the product ID there is a type?
Develop games in your browser. Powerful, performant & highly capable.
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.
Member since 5 Aug, 2013