Jump to content

Tweening


JRowe
 Share

Recommended Posts

Does anyone know of any tweening scripts that have been done?

If not, I'll whip one up, but I wanted to double check before I started. By tweening, I mean this: http://www.robertpenner.com/easing/penner_...r7_tweening.pdf

It's easy enough to do, at any rate.

Link to comment
Share on other sites

Does anyone know of any tweening scripts that have been done?

If not, I'll whip one up, but I wanted to double check before I started. By tweening, I mean this: http://www.robertpenner.com/easing/penner_...r7_tweening.pdf

It's easy enough to do, at any rate.

AutoIt is really great at what it does, partly because it doesn't try to be great at EVERYTHING. Intensive, high speed, repetitive, graphical calculations may be theoretically possible with AutoIt, but will be very slow. You really need a compiled language like C++ for that.

If you already have some other app optimized to perform tweening, then you might get some useful automation of that app from AutoIt.

:P

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Javascript, mostly. What I'm looking to do is smooth mousemovement, to emulate human input :P Almost done with my version, been bouncing around on alot of things today.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...