A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Button - Tracking as Menu Item

  1. #1
    Junior Member
    Join Date
    May 2000
    Posts
    4

    Post

    What does button option "Tracking as Menu Item" do?

  2. #2
    Senior Member
    Join Date
    Mar 2000
    Posts
    597
    The "Track as Button" and "Tracking as Menu Item" affect the "On Release" statement and the rollover button state conditions.

    When a button is in its normal state ("Track as Button") :

    The button rollover state occurs only when rolled over with the mouse button NOT pressed.

    "On Release" statement is only executed when the mouse has been clicked in a button's hit area and then released in the same button's hit area.

    When a button option is "Tracking as Menu Item" it means

    The button rollover state occurs whether or not the the mouse button is pressed.

    "On Release" statement is executed when the mouse is released over the button's hit area. It does NOT need to have been pressed in same button's hit area.

    Hope this helps,

    Rich.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center