This is my code so far whats wrong with it?
export function button1_mouseIn(event) {
//Add your code for this event here:
$w(‘#line1’).show(“fade”, effectOptions)
}
This is my code so far whats wrong with it?
export function button1_mouseIn(event) {
//Add your code for this event here:
$w(‘#line1’).show(“fade”, effectOptions)
}
You havent specified effectOptions so that seem to be missing out.