Indigo Rose Software
  #1  
Old 09-22-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin Using Timer Events

Using Timer Events

Using Timer Events

Document ID: IR10002
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to use the On Timer event.

DISCUSSION

When there is an action that should repeat at a predetermined interval, use an On Timer event in AutoPlay Media Studio 5.0:

  1. Right-click on the page surface.
  2. Choose Actions.
  3. Click on the On Timer event tab.
  4. Add your action here.

To begin performing the actions in the On Timer event, use the following action:

Page.StartTimer(5000) --fires On Timer actions once every 5 seconds

This action is typically performed either by the On Click event of an object, or as an action on the On Show event of the page. The action Page.StartTimer only has to be performed once to start the timer. The actions in the On Timer event will continue to be performed until the StopTimer action is called. To stop the timer action from firing, use the action Page.StopTimer().

MORE INFORMATION

For more information please see the following topics in the AutoPlay MediaStudio 5.0 help file:

  • Program Reference | Actions | Page | Page.StartTimer
  • Program Reference | Actions | Page | Page.StopTimer

KEYWORDS: AutoPlay Media Studio 5.0, Actions, Timer, Repeat, Repetition, Count


Last reviewed: September 22, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 02:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software