New ArcadeEngine 2.0 Demo Stack

Create fast, sprite powered games with Animation Engine, co-developed with DerBrill Software!

Moderators: heatherlaine, kevinmiller, robinmiller, malte

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

New ArcadeEngine 2.0 Demo Stack

Post by malte » Fri May 19, 2006 7:58 pm

Hi all,

I just uploaded a small demo stack. You need ArcadeEngine 2.0 in use to run the demo. I hope you like it.

All the best,

Malte

Bernard
Posts: 351
Joined: Sat Apr 08, 2006 10:14 pm
Location: London, England

thanks for that

Post by Bernard » Fri May 26, 2006 9:17 am

I had been wondering if I had understood correctly what easing was.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Fri May 26, 2006 8:59 pm

In ArcadeEngine, easing is the variation in speed in the movement of an object, usually from fast to slow or slow to fast.

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

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

Post by malte » Sun May 28, 2006 10:21 pm

Hi Bernard,

sorry for the late reply.

Basically Mark is right. easing is the change in velocity over time. If you use ease in the change starts slow and speeds up until the desired end value is reached. Ease out lets the change start fast and slow it down until the end value is reached. Ease in and out combines both methods. In addition to changing velocity for all moving methods AE supports, you have access to all easing functions that will alow you to do effects like changing colors or the blend level of a control.

All the best,

Malte

Post Reply

Return to “Animation Engine”