synchronize jump in certain area on touch
panosdalk@yahoo.com
Member Posts: 2
Hi, I have a small problem. My actor jumps on columns, from one to another. I want (when I touch outside) to make him jump forward exactly when he touches the column and I touch the screen. Is there a way to do that?
Answers
Ok solved it. Made an invisible actor on top of the column -->when actor collides with invisible actor-->if touch (or mouse or key)-->move to..etc.