on (press) {
trace(film1._y);
if (film1._y<=62)
{film1._y=330}
else{
film1._y-=20;
}
}
is there a way that I can easily make it so that the user can just keep the mouse down? and do the script/?
on (press) {
trace(film1._y);
if (film1._y<=62)
{film1._y=330}
else{
film1._y-=20;
}
}
is there a way that I can easily make it so that the user can just keep the mouse down? and do the script/?
:: Copyright KIRUPA 2024 //--