Creating Effects in Construct 2

2

Index

Attached Files

The following files have been attached to this tutorial:

.capx

Stats

4,353 visits, 7,611 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Once added ReplaceColor close behaviour box, your setting looks like below;

Do not change the effects parameters. We do that in C2 code. Your effect parameters look like below:

Open your event editor and add these Global Variables

Next we will add some timer and use it to change parameters

System everytick = system add dt to timer

We are setting timer to system Delta Time and adding to it once we know it reached certain time we do set timer to ZERO and add other code to do what we like. In this case we will add changes to or textbox and others too.

.CAPX
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!