Indigo Rose Software
  #1  
Old 10-01-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin Displaying Text and/or Images with MouseOver Events

AutoPlay Media Studio 5.0 Knowledge Base

Displaying Text and/or Images with MouseOver Events

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

SUMMARY

This article describes how to create mouseover effects.

DISCUSSION

Most objects in AutoPlay Media Studio 5.0 have two events useful for mouseover effects: On Enter and On Leave.

As an example, we will create a button that on mouseover will display an image, and on mouseout will hide the image:

  1. Create an image object.

  2. Set its default visible state to false.

  3. Create a button object.

  4. In the On Enter event of the button, enter the following script:
    Image.SetVisible("Image1", true);

  5. In the On Leave event of the button, enter the following script:
    Image.SetVisible("Image1", false);

When the user's mouse is over the button, the image object will appear. When the user's mouse leaves the button, the Image Object will disappear.

To make text appear on a mouseover, follow the above steps, but with a paragraph object instead of an Image Object.

KEYWORDS: AutoPlay Media Studio 5.0, Image, Text, Mouse, Over, Enter, Leave


Last reviewed: October 1, 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 12:46 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