when using this code:
on (press) {
startDrag ("/menu", false, -452, 11, 0, 11);
}
on (release, releaseOutside, rollOut, dragOver) {
stopDrag ();
}
how does it calculate the constraint..pixels,inches,etc?
and when it does this will it constrain to the size of the movie itself or how exactly does that work?
carlsatterwhite@endangeredgraphics.com
on (press) {
startDrag ("/menu", false, -452, 11, 0, 11);
}
on (release, releaseOutside, rollOut, dragOver) {
stopDrag ();
}
how does it calculate the constraint..pixels,inches,etc?
and when it does this will it constrain to the size of the movie itself or how exactly does that work?
carlsatterwhite@endangeredgraphics.com