It's just a back button. Not in a film, but in a web page. I solved it like this:
on(press){
getURL("javascript:history.go(-1);","_self");
}
on(release){
getURL("javascript:history.go(-1);","_self");
}
Why can't we work with these things without it making us crazy? Thank you and if...