I currently have a boss, that I want this.
"Every 3 seconds,
Do this attack Everytick"
But I dont know how to achieve this.
I currently have this
What am I doing wrong?
On start of layout->Start Timer "t" for 3 (regular)
On Timer "t"->...
You didn't name your timer to start it.
Develop games in your browser. Powerful, performant & highly capable.
Create instance variable and set it as boolean. The idea is toogle the boolean every 3 seconds by switching it on or off.
showcase: https://dl.dropboxusercontent.com/u/659 ... ttack.capx
Create instance variable and set it as boolean. The idea is toogle the boolean every 3 seconds by switching it on or off. showcase: https://dl.dropboxusercontent.com/u/659 ... ttack.capx
Wow thats great, what a lovley example.
Thank you
Came across another problem.
Is it possible to change this so for something like this?
"For every 10 second, toggle "Angry" for X seconds?"
the current example below does not work
I also tried this with a timer but can't get it to work
You mean after 10s, perform attack for x second then off then loop again?
Try this one: https://dl.dropboxusercontent.com/u/659 ... _boss.capx
You mean after 10s, perform attack for x second then off then loop again? Try this one: https://dl.dropboxusercontent.com/u/659 ... _boss.capx
Excellent.
You're the best