Announcement

Collapse
No announcement yet.

Flash button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Flash button

    how I can do a flash button "on mouse over" displayed a text box. Please my english is bad...I´m brazilian...

  • #2
    Re: Flash button

    1. Build a button in Flash (or Swish or whatever)

    2. Place an fscommand on the mouseover state of the button so that everytime you mouseover it the fscommand fires.

    3. Do the same for the button's mouseout state, being sure to use a different fscommand this time.

    4. In AMS set your Flash object to check the value of the LastFSCommand in it's "OnFSCommand" event.

    5. Use IF statements to show/hide text box as appropriate.

    If you need help learning how to add and use fscommands, search the forum, there's a few good posts in here somewhere, best of luck...

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment


    • #3
      Re: Flash button

      Thank You Corey [img]/ubbthreads/images/icons/smile.gif[/img], if will not be to ask for very, you could give a well simple example to me?
      my english is very, very bad...

      Comment


      • #4
        Re: Flash button

        If you need help learning how to add and use fscommands, search the forum, there's a few good posts in here somewhere, best of luck... For example here's one search result which answers your question perfectly http://www.indigorose.com/ubbthreads...amp;sb=&o=

        Corey Milner
        Creative Director, Indigo Rose Software

        Comment


        • #5
          Re: Flash button

          [img]/ubbthreads/images/icons/smile.gif[/img] Ok Corey, in this Forum I found some answers,
          as for example that you gave
          fscommand ("exec","file1"); Ok this functioned [img]/ubbthreads/images/icons/smile.gif[/img]
          fscommand ("jump", "page1"); Ok this functioned [img]/ubbthreads/images/icons/smile.gif[/img]
          but o command (in Flash-MX) to show a text box no event "mouse over" I don´t know.
          I´m beginning. I don´t experience in (FlashMX)
          but I am thankful to you for the aid..help [img]/ubbthreads/images/icons/smile.gif[/img]

          Comment

          Working...
          X