Hello again!
Thanks for the help last time!
I posted a while back about a game I have in mind and I have a few more questions that I’ve love some direction or help with; I figured I’d toss it out here. I’d like to capture a touch and use it to draw a pretty (GUI element, sprite, FX, model?) line on screen that can influence other objects on screen. Kind of like air traffic controller.
Does anyone have any specifics on how to do these 3 things? I’ve been through the script for the touchphases demo but it’s difficult to break it down into just the items I need:
- capture a touch and store it until another touch is used
- draw a pretty graphic along it, say like a stream of water
- Use the pretty line to influence things that contact it
Thanks again!