Can't get around it, please help? Golf Game
My Golf Game:
I am trying to implement a launching system. I recently saw TShirtBooths cookbook video on rotating and shooting objects. But lets say I DO want to fire a projectile, without altering the trajectory(like angry birds), more so allowing a constant wind (and wind direction) variation to determine the distance the object travels and rolls. How could I tie that to a "3-point" firing system.
Example: PLEASE SKIP TO 1:20 to see what I mean
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/ARF5yS597ps?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ARF5yS597ps?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
or
is the embed doesn't work.
There are little things to lead me in the right direction, like, the energy bar tutorial and the object shooting tutorial. But I can't figure out how to connect a 3-point trigger(the swing) to animated actor who will, after playing out the animation(the swing), fires another actor(the ball) down a side scrolling area. The distance and roll of the object is dependent on a constantly changing wind direction and speed.
Thanks guys!
Don
I am trying to implement a launching system. I recently saw TShirtBooths cookbook video on rotating and shooting objects. But lets say I DO want to fire a projectile, without altering the trajectory(like angry birds), more so allowing a constant wind (and wind direction) variation to determine the distance the object travels and rolls. How could I tie that to a "3-point" firing system.
Example: PLEASE SKIP TO 1:20 to see what I mean
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/ARF5yS597ps?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ARF5yS597ps?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
or

There are little things to lead me in the right direction, like, the energy bar tutorial and the object shooting tutorial. But I can't figure out how to connect a 3-point trigger(the swing) to animated actor who will, after playing out the animation(the swing), fires another actor(the ball) down a side scrolling area. The distance and roll of the object is dependent on a constantly changing wind direction and speed.
Thanks guys!
Don