by WCM (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
This is an updated version of my Previous submission about Flash buttons in vb6 forms. this time i have provided a much more better capability, buttons can now play a wav file on the Mouse-Over triggered event. be sure you have our speaker on to hear the accompanying wav.
Please Vote..thank you.
Assumes
Please add this script on the Design of your buttons in Flash. (Just Right Click, then choose Action - Use the Expert Mode to Add this script.)
on (release)
{
fscommand("ButtonClick", "cmdFire");
}
on (rollOver)
{
fscommand("RollOver", "cmdFire");
}