Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 11 of 11
  1. #1
    Join Date
    May 2004
    Location
    UK
    Posts
    21

    How to? Mouse Over Text

    OK I'm new to Autoplay media 6.0 although i have some experience from v40 but the rules have changed. I want to add text on the right side of my page that appears only when the user roles over a button on the left side of the page. How can I do it?

    Why did they have to change EVERYTHING since v4.0? I can't see how it can be done as the help menu hints at mouse over text but doesn't explain how?

    Thanks
    Paul.

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    There were a lot of changes in the way things worked going from Vers4 to 5 but these were major enhancements and it was well worth the learning curve in the long run. 5 to 6 hasn't been as difficult because there weren't major differences in existing actions, variable formats etc. just new ones.

    Anyway, there's always several ways to do things but assuming you have say a paragraph object on the right, the first question is will the text change or is it always the same. If it doesn't change, then untick the visible attribute and use the mouse enter action of your button to make the paragraph visible and vice versa on mouse leave. If you want dynamic text then you would have to use a different strategy.

  3. #3
    Join Date
    May 2004
    Location
    UK
    Posts
    21
    Thanks longedge

    I interpreted your suggestions but all I could do is either make visible or not the button and/or the paragraph rather than make the text appear on mouse over. The text I'm using is static and will not change but will only be unique for each button as each button will have a different text being displayed.

    Can you clarify this again please? I.E. what scripts do I need to use?

    Thanks
    Paul.
    Last edited by ph48242; 10-06-2007 at 10:31 AM.

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    Have a look at this example. There are actions in the page pre-load and on timer and then in the mouse over and mouse leave for each button.

  5. #5
    Join Date
    May 2004
    Location
    UK
    Posts
    21
    I've been reading the pdf help file from the software itself and the file you sent me has just covered that, but I think your buttons are setup differently. The problem i can see now is that on my project where you have the mouseovertext appearing in the paragraph it only displays 1 message for 1 button. I will have about 10 buttons each needing to display their own message, How can I do this without having multiples of paragraph boxes ontop of each other?

  6. #6
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150
    If I understood well what you want, it is very simple.
    Create a label, set attributes state to not enabled and not visible and then use the Label.SetVisible action to show and hide the text.
    If you wish, you can create a paragraph instead the label. In this case you should use the Paragraph.SetVisible action.

    See the attached example.
    Attached Files

  7. #7
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by ph48242 View Post
    How can I do this without having multiples of paragraph boxes ontop of each other?
    - by using Paragraph.SetText instead of Paragraph.SetVisible. Each button would have it's own value for the text that you set.

    You can use this in conjunction with Paragraph.SetVisible or you could set the text to "" on mouse leave.
    Last edited by longedge; 10-06-2007 at 11:26 AM.

  8. #8
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    Here's another way. You can change the verbiage on the text files to read what you want.

  9. #9
    Join Date
    Aug 2003
    Posts
    2,427
    Quote Originally Posted by longedge View Post
    there's always several ways to do things
    Quote Originally Posted by Bruce View Post
    Here's another way.
    ........

  10. #10
    Join Date
    May 2004
    Location
    UK
    Posts
    21
    Oooo I like that Bruce, thats just what I'm looking for, I've been editing the text for each button with all the text joined togther using "\n" for next lines and it's a bit querky and messy, this example of yours work well.

    Many thanks to ALL who have helped me with this.

    Regards
    Paul.

  11. #11
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    Quote Originally Posted by longedge View Post
    ........
    Quote Originally Posted by ph48242 View Post
    Oooo I like that Bruce, thats just what I'm looking for, I've been editing the text for each button with all the text joined togther using "\n" for next lines and it's a bit querky and messy, this example of yours work well.

    Many thanks to ALL who have helped me with this.

    Regards
    Paul.
    longedge, yeah I was half asleep!

    ph48242, I'm glad it worked for you!

Similar Threads

  1. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  2. Mouse Over Text: Can I Add Italics, Change Font, etc.?
    By jdanniel in forum AutoPlay Media Studio 4.0
    Replies: 9
    Last Post: 06-10-2003, 03:55 PM
  3. Display Text by Mouse Over of Image Object
    By jdanniel in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 04-30-2003, 12:05 PM
  4. Replies: 13
    Last Post: 04-18-2003, 08:40 PM
  5. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 AM

Posting Permissions

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