is there a way to say in the set frame command, 'frame'+1?
object.animframe+1
or
self.animframe+1
Develop games in your browser. Powerful, performant & highly capable.
I think even
.animframe + 1
will work when you have the object picked in the condition.
Thank you