You can try these tutorials for more details:
scirra.com/tutorials/9457/controlling-objects-using-devices-mic-in-construct-2
youtube.com/watch
You do not have permission to view this post
You can try this tutorial: scirra.com/tutorials/1207/how-to-make-a-drawing-canvas
You can try
MC on collision with platform
-Sub event- MC is falling: Do flash
Cheers
Create layout GameOver
Use System > go to layout GameOver
I have made some examples with construct 2 :
- Multi arrays: drive.google.com/open
- Single Array: drive.google.com/open
Cheers.
There you go : fxshockwave.netlify.com
Tap to create shockwave.
Put your phrases into the array.
Whenever you get the phrase out, you will need to remove it from the array.
Notice that you should add your phrases back when restart or move to a new game.
Hope this could help you: drive.google.com/open
I use Warp Radial and Warp Mask for 2 sprites(they are in a container)
Simplify is the spawn object cannot find your Troll.IID after it destroyed
You will need to replace it with your certain layer number.
So this is a special SFX, can you change it to another tag? Like "sfx_X1".
Develop games in your browser. Powerful, performant & highly capable.
Add a global variable that counts the loop.(sfxLoopCount)
Have a condition that
If sfxLoopCount < 3
AND
(AUDIO)Is tag "sfx" NOT Playing
-> play audio "abc" (tag "sfx")
-> Add 1 to sfxLoopCount
Member since 13 Nov, 2014