Hello,
I would like to repeat 10 times a function that is to flash white a character, but impossible to successfully run the loop.
Definitely an error code on my part ....
Any idea ?
Wait doesn't work in loops like you think:
https://www.scirra.com/forum/span-class-posthilit-wait-span-instruction-hungup-when-is-used-span_p672164?#p672164
system wait will not work
Develop games in your browser. Powerful, performant & highly capable.
Ok but is there a way to repeat a function several times in a row ?
Function is a trigger, so only one time.
Ok so with a function it's impossible to use loop, thanks for help
Call function under "condition: on timer" in timer behavior.
You can make a variable "repeat" and set it to 10.
[attachment=0:kmblqb1y][/attachment:kmblqb1y]
This should work for you