Hey All,
I've created an Active object as an animated button.
It include 2 Animations:
"Stopped" and "Button Pressed" each one contain only 1 frame.
I want to make the button animation change to pressed when I TOUCH it with my finger using the Android Exporter.
But I'm not sure how to accomplish this with the Multiple Touch (there are going to be more buttons).
I also want to make the character walk to the left for example while I press the Active animated button.
Is there something like Repeat ?
I guess I can try do this with the mouse again but I got confused after it didn't work when I tried:
- User clicks with left button on [Active Button]
- Repeat while left mouse-key is pressed
So I thought maybe I should try the Multiple Touch object for the same idea?
I'm not sure if the Multiple Touch object can do what the mouse does (repeat and such) but if YES, please let me know how, I'm curious to try it out.
I need 2 kind of buttons, the simple: touch to jump or shoot (1 press = 1 action)
and the more complicated (for me): touch to move left or right while I hold the finger on the Active animated button.
As you can see I'm confused, I made it work perfect with the built-in Android Joystick but I want to create my own buttons, add more stuff so I don't want to be limited to the defaults.
Please help? Thanks ahead!