Jump to content
Search Community

knockd0ut

Members
  • Posts

    3
  • Joined

  • Last visited

knockd0ut's Achievements

0

Reputation

  1. Is there anyway I could pay you to help me develop this?
  2. I tried to make a walk through of the interface I am trying to program for my Greensock animations. Let me know if there is a better term for this type of animation interface or if you guys understand what im trying to say... THANKS! When a user opens the swf there will be a blank black screen with controls at the bottom. “Play” and “stop” buttons. Two “Toggle Object” buttons and two “Animation Index” number boxes/sliders. -Playback - Play and stop buttons. -"Toggle Object" buttons: On/Off to activate that object's occurrence in the sequence loop. -"Animation Index" number boxes or sliders that apply animations from a list to the selected object. - When a user presses the "PLAY" button, the sequence starts… A white rectangle appears in the middle, then disappears at a steady rate, LOOPING every 200 ms -The "STOP" button will stop the loop. “Toggle Object” -If the user toggles ON the first “Toggle Object” button, a white rectangle will appear at a steady rate (every 200ms). If the user toggles the first “Toggle Object” button OFF the white rectangle will not appear at all. -If the user toggles the second “Toggle Object” button, an orange oval will appear at a steady rate (every 200ms). If the button is OFF, the orange oval will not appear. -If the user toggles both of the buttons ON, a white rectangle will appear and then the orange oval will appear and then the white rectangle again... and so on... until the "STOP" button is pressed. “Tween Index” -If the user navigates to the first "Animation Index" box and changes the number from 0 to 1, the white rectangle will apply the first animation in the library. The numbers correspond to the list of preprogrammed animations. List of animations -The number 0 does nothing, which is the default. -The number 1 makes the selected object green and grows twice the size during the time it is on stage. -The number 2 makes the selected object move to the left side of the stage and become twice as small.
  3. Hi Greensock, Im just wondering if you could explain how you tweened and created the animations for the 60 second promo. In particular I was interested how you clear the stage and make things reappear. How do you do this with simple actionscript? If this is a noob questions can you give me some hints to lead me in the right direction? Ive scoured my tutorials and have yet to find one that tells me how to dynamically create text and then clear the stage and add more. Thanks.
×
×
  • Create New...