Creating a Mail Form with PHP and Flash - Part 2 - Page 8
(Page 9 of 14 )
In the movieclip "title" select frame 15 on the bottom layer button and drag your transbutton from the library to the stage, placing it under the drop down menu (see below)

So we will now give our transparent button the following actions.
on (release, rollOut) { gotoAndStop ("hide"); } |
on (release, rollOut)perform this action when the button is rolled over or the mouse button is clicked then releasedgotoAndStop ("hide");Go to an stop on the Frame labelled hide (Frame 1) on the options layer.Lets try it with the transbutton in place.
http://www.codewalkers.com/oldimages/tutorials/flash2/droptest.swf,150,150Ah that's better
Next: Page 9 >>
More Miscellaneous Articles
More By Codewalkers