Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : on (releaseOutside) {} not working


relaxory NO[at]SPAM postmaster.co.uk
6/14/2004 11:38:14 PM
Quite simply, this is on button "bb_01" :

on (release) {
image_01.gotoAndPlay(5);
}
on (releaseOutside) {
image_01.gotoAndPlay(15);
}

movie image_01 works on release, but releaseOutside is not working!
Even if I put a trace in the clicks instead of gotoAndPlay, it doesnt
even register an outside click.

Jeckyl
6/15/2004 5:13:51 PM
To release outside you have to press INSIDE the button, then hold the mouse
and drag OUTSIDE and then RELEASE.

clicking outside is NOT the same thing at all

sroberts1
6/17/2004 1:15:36 AM
AddThis Social Bookmark Button