This is what I want to make:
The actor "reiter2" should change its animation if the score reaches a certain value. What would be the best way to vdo this? I thought in "drawing actor, script editor:
- Code: Select all
if (score.textNumber>=-150)
changeAnimation...there I don't know how to continue...
Any idea would be greatly apreciated!