Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    5

    Peekaboo! How to get this action?

    Hi all
    i wanna to know how i can do this action.
    Tha action i wanna is:
    when i just pass through button i wanna to change pic .

    Regards,
    Xtreme

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    You want to change an Image object or you want the button to change itself?

  3. #3
    Join Date
    Dec 2003
    Posts
    891
    in the Button-Properties-Script-On Enter event use something like this

    Image.Load("Image1", "AutoPlay\\Images\\newimage.png");

  4. #4
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629
    Quote Originally Posted by xtremee
    when i just pass through button i wanna to change pic .
    Do u mean changing the pic on mouse-over ?
    If so, you could use the code roboblue posted above. Instead of adding this code in the 'On Click' action tab, add it to the 'On Enter' action tab.

    --------------------------------------------------------------
    For a button object (action tabs):
    On Click = When you click on the button
    On Right Click = When you right click the button
    On Enter = When the mouse pointer is over the button
    On Leave = When the mouse pointer moves away from the button
    --------------------------------------------------------------

  5. #5
    Join Date
    Feb 2006
    Posts
    5

    Talking

    @Worm,
    1st thanx for ur reply.
    I mean pic on mouse-over
    Thanx again
    ----------------------------------------------------------------------@Roboblue,
    1st thanx for ur reply.
    That wat i wanna.
    Thanx again
    ----------------------------------------------------------------------@Mina,
    1st thanx for ur reply.
    Quote Originally Posted by Mina
    Do u mean changing the pic on mouse-over ?
    If so, you could use the code roboblue posted above. Instead of adding this code in the 'On Click' action tab, add it to the 'On Enter' action tab.

    --------------------------------------------------------------
    For a button object (action tabs):
    On Click = When you click on the button
    On Right Click = When you right click the button
    On Enter = When the mouse pointer is over the button
    On Leave = When the mouse pointer moves away from the button
    --------------------------------------------------------------
    Thanx for help
    ------------------------------------------------------------------------
    Reagrds,
    Xtreme

Similar Threads

  1. what action do yo use to find the installsource?
    By tricky1979 in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 07-22-2006, 01:35 PM
  2. Spotlight: CD Audio Action Plugin
    By Desmond in forum AutoPlay Media Studio 5.0
    Replies: 16
    Last Post: 05-15-2006, 07:02 PM
  3. 2 BUGS...Internet Download action and File Search Action
    By Martin_SBT in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 07-08-2003, 08:30 AM
  4. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  5. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts