Bahrain

Tweener , tween and transition class .

I was surfing google code to see whats new .
Found a new tweening class “caurina.transitions.Tweener”.

Tweener is a static class – that is, a class that allows you to run methods on it, or call its properties, but that never lets you create instances from it. This means that, with Tweener, you never create a new object – you simply tells Tweener to do something for you.

Tweener works on the idea that, instead of setting the value of a given property of a given object directly, as in myMC._x = 10, you can tell that property to create a transition to that value – by doing this transition or tweening, you can control your numeric data in a more fluid way. Doing slides, fades, and all kinds of animation is the result of this kind of manipulation: by making a property or variable go to one value or the other fluidly, not immediately.

> Link
> Documentation
> Examples

Related posts:

  1. Other Flash tween Classes and protos .
  2. phpMailer , a great Email transfer class .
  3. Sending email attachments in PHP Using phpmailer class !

2 Responses to “Tweener , tween and transition class .”

  1. On February 16, 2007 at 3:35 am June responded with... #

    Another unexplained mystery. I just keep stumbling upon those in your blog…

  2. On February 16, 2007 at 11:47 am Mohammed Zainal responded with... #

    sorry JuNe im trying to satisfy both technical and non technical readers , which is a bit hard .

    This post is related to programming languages , which is in this case Actionscript ( the programming side of Flash , A MultiMedia Tool used to create websites , games , services etc … ) .

    Its good to see you around anyway !

Add your response