animationEngine 3

Find out what's going on with LiveCode (the company), product releases, announcements, and events.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

animationEngine 3

Post by malte » Thu Oct 15, 2009 6:34 pm

Hi all,

just wanted to let you know ae3 has been uploaded to RRs server. You
can grab the trial version here: http://downloads.runrev.com/revselect/a ... ngine3.zip

What`s new and exciting?

This release is all about ease of use. We all like one liners, don't we?

Although the existing codebase in AE was very useful already, it still
was a little too hard to get results quickly. You still needed to be a
decent revTalk coder to fully exploit AEs potential. This is where
this update comes into play. We have introduced commands that
immediately give you stunning animations. Here is a list of some of
the new commands in AE 3.0:

aeChangeBackColor
aeChangeForeColor
aeChangeBackColorOfChunk
aeChangeForeColorOfChunk
aeChangeHeight
aeChangeWidth
aeChangeRect
aeChangeHScroll
aeChangeVScroll
aeChangeThumbPosition
aeFadeIn
aeFadeOut
aeCrossFade

Each of these handlers goes with corresponding callback messages. To
give you an impression of what it does, here is a movie and a revlet:

http://derbrill.on-rev.com/ae3/ae3field.mov
http://derbrill.on-rev.com/ae3/ae3field.html

Exactly that same stack is bundled with the trial version of AE3.

Everybody loves one liners. So do I. So if you want to play a bit,
download the trial version of animationEngine 3. Open it and check the
"Use me" checkbox. Now create a stack with a graphic on it. Set the
opaque of the graphic to true. Open the messageBox and enter

aeChangeBackColor the long ID of grc 1,any line of the colorNames,1000

and hit return. Hit return again. And again.

See? Next try this:

aeChangeHeight the long ID of grc 1,random(500),1000,"overshoot"

or that:

aeChangeWidth the long ID of grc 1,random(500),1000,"bounce"

or even this:

aeChangeRect the long ID of grc 1,the rect of this cd,1000,"inOut"

Want more?

aeFadeOut the long ID of this stack,500
aeFadeIn the long ID of this stack,500

I really like it :-)

A lot of work went into the library and I lost quite a bit of my hair
in the process of writing the core handlers. My collegues here had to
deal with a lot of swearing but now we are all putting on the party
hats. I hope you join in. AE 3 is available through revSelect. The
upgrade price for existing customers is 39 USD. Full retail price is
79 USD. If you bought version 2.9 after August 31st, you are entitled
to a free upgrade to 3.0. animationEngine 3 is available through
revSelect in runrevs online store.

I hope you have fun with it,

Malte

gyroscope
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 404
Joined: Tue Jan 08, 2008 3:44 pm
Contact:

Post by gyroscope » Thu Oct 15, 2009 11:43 pm

Mighty congrats, Malte, that's looking terrific and obviously so much easier to implement. Such a cool demo video also! I'm seriously tempted to upgrade.
OK, just off to download the demo now.

:)

PS Sorry to read about your loss of hair! :wink:

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte » Fri Oct 16, 2009 9:36 am

Hi gyro,

I am pretty sure it will grow back. :)
And I think it was worth it.

Cheers,

Malte

SparkOut
Posts: 2944
Joined: Sun Sep 23, 2007 4:58 pm

Post by SparkOut » Fri Oct 16, 2009 4:31 pm

So can I preorder the final release version now? Can I? Can I? :D

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte » Fri Oct 16, 2009 6:36 pm

Hehe. It is there already. :) Fresh in store.

Post Reply