HomeAbout

Animation classes

Set of classes that provide different animation movements:

  • Bobbing
  • Circular
  • Elliptical
  • Pulse

http://www.whatstyle.net/articles/actionscript_animation_classes/ 

ToolTip

Show/hide a tooltip.

http://www.meychi.com/source/actionscript/classes/ToolTip.as 

TextAnimator

Animates text in a given textfield.

http://www.meychi.com/source/actionscript/classes/TextAnimator.as 

SystemInfo

Retreive various system information.

http://www.meychi.com/source/actionscript/classes/SystemInfo.as 

MouseRecorder

Records the position of your mouse over time, and plays back the reocrded moves of the mouse with a cursor movieclip.

http://www.meychi.com/source/actionscript/classes/MouseRecorder.as 

MXCService

Send/recieve queries to the mxcomm php handler.

 http://www.meychi.com/source/actionscript/classes/MXCService.as

KeyLauncher

Set a function to execute if a user types a given keyword.

http://www.meychi.com/source/actionscript/classes/KeyLauncher.as 

Jukebox

Wraps up some sound management functionality: loading, controlling sounds, handling playlists.

http://www.meychi.com/source/actionscript/classes/Jukebox.as 

Javascript

Some javascript browser handling functions to call directly from flash (no Flash Javascript Integration kit or ExternalInterface).

Methods of the Javascript class:

  • alert()
  • closeWindow()
  • bookmark()
  • moveWindow()
  • resizeWindow()
  • shakeWindow()
  • openPopup()
  • changeBackgroundColor()
  • setStatusMessage()

http://www.meychi.com/source/actionscript/classes/Javascript.as

FeedParser

Parses and validates an RSS Feed.

http://www.meychi.com/source/actionscript/classes/FeedParser.asÂ