Tweener Animation to a Point
No commentsSo I recently had an inquiry on how to use Tweener to animate an object on an angle, fortunately there is a simple method in which you just animate the x and y parameters of an object simultaneously. I created this little demo to animate a box that will tween from the top left corner [...]
Changing Objects with Tweener
1 comment so farA simple demo to show how to toggle from one object to another using tweener. Hit 1, 2, or 3 on your keyboard to demonstrate. For my project here I have 3 separate .as files that can perform anything that you code, for my demo though I just have 3 separate RoundRectangle objects.
[kml_flashembed movie="/projects/flash/ToggleAnimation/ToggleAnimation.swf" [...]
Image Gallery - Part III - Categories
2 comments so farSo, a little more functionality to our Image Gallery project - I just wanted to add more functionality by allowing the user to toggle between different sets of Image Galleries. For this example you can toggle between 2 galleries by hitting ‘1′ or ‘2′ on your keyboard.
I made some slight modifications [...]
Image Gallery - Part II - The Large Image
No commentsSo, at this point we have the scrolling menu with our thumbnail images and now I have added an event listener so when the user clicks the thumbnail it will display the related larger image. Please note that at the moment I don’t have the large images for all the thumbnails, that is why a [...]
Time Machine Animation with Tweener
No commentsSo I am trying to think of a way to create some type of “Time Machine” animation. Fortunately with the help of Tweener, this is what I came up with - Please note that this is a work in progress. You will need to click the movie first to activate the keyboard events.
So the number [...]