|
The basics
|
|
|
AutorunMagick Studio lets you design autoplay interactive applications. Autoplay applications are programs that specialize in bringing different kinds of media together and presenting it all to the user in a highly customized graphic interface.
AutoPlay applications follow a simple model. Each application is made up of individual screens, called pages. Pages are the "surfaces" that the interface is built on. On these pages, you can place objects. The objects let you display text, images, and other on the page. The all objects can respond to various events. An event is something that occurs at run time while the user is using your application. This includes things like moving the mouse over an object (an "On Mouse Over" event) or clicking on an object (an "On Mouse Click" event). You can assign actions to these events to make your application respond to them. Actions tell your application to do something specific whenever the event they're assigned to occurs. For example, you could run installer file when the user clicks on a "Install" button, or show next page when the user clicks on a "Next Page" button. |
| Copyright © 1999-2006 PhotoActions. All rights reserved. |