Hey guys. I recognize a few names from Hentai Foundry which is comforting
I have a possible commission coming up that will require a "pleasure bar" and keyboard inputs to navigate on the timeline. Even if it falls through I still think this is something I should know for future projects.
All my animations are made outside of flash as flv movies that loop so I've had to do very minimal coding experience on past projects. Mostly just click to goto frames, visibility toggles, music muting and frame delays. So my knowledge of AS3 language is minimal at best. That said, here is the gist of what I want to accomplish:
1. A status bar that gradually increases while certain loops are playing (I'll have an idle one where no action is happening that the bar shouldn't move on). When it reaches certain points I'll have new buttons come into view from offscreen that will jump to the next loop. (ie when bar reaches 40% button "x" moves into frame)
2. The character is from a fighting game so the commish wants the climax animation to be triggered by a keyboard sequence (ex. down arrow->back arrow->D key).
Any advice on how I could approach these code wise would be greatly appreciated.