FacebookTwitter

Image Functions.lua Overview

Download
Version 1.0.0.0

This is a lua script that contains functions for Image Objects in Autoplay
Media Studio. These functions are used for fading in/out Image Objects.

self-hosted tracking/analytics pixel without sharing your data to other parties.

Downloads


Filename Version / Changelog  
Image Functions.zip Thu 01 Jan 2009, version 1.0.0.0 x Download

Additional Information

Code language: Lua

Do not forget to check out the script for loads of comments explaining the usage of the script. The script is also the documentation.

Compatibility Information

Requires AMS Runtime

  • Lua 5.1
  • Lua 5.2
  • AutoPlay Media Studio

Functions


  • Image.LoadFadeImage(sImageObject, szFile, MaxOpacity, MinOpacity, Timeout, fInBetween) -- Load an image and fade it in
  • Image.FadeIn(sImageObject, MaxOpacity, Timeout) -- Fade in an image object
  • Image.FadeOut(sImageObject, MinOpacity, Timeout) -- Fade out an image object