At 11/7/09 09:39 PM, OblivionDrake wrote:
Ok so I've been searching the web and experimenting with all the flash tutorials I can find from simple block breaker tuts. to tower defense, but there is one type of gameplay interaction that can't find a tutorial for which involves an interactive animation that is player controlled by buttons and I feel ac ward saying this but the best example I can think of are the games in the adult section that allow the player to change what is happening in the animation by clicking on buttons.
does anyone know of any tutorials on this
There won't be any specific tutorials on such a basic idea. And if there is, well, it won't help you learn. Programming isn't about rote memorization, it's about learning concepts and applying those concepts in different situations.
All interactive animations really consist of is buttons that take the user to a different frame when clicked. Kindly take a look at the below tutorials on how to create something of that nature:
AS: Beginning
AS: Starting Out
AS: Stop and Play Buttons
If you're working in AS3, here's an equivalent:
AS3: Basics