yes, you can do this using this command:
on mouseup
set the movierate of sprite 1 to 0
end
And to play again:
on mouseup
set the movierate of sprite 1 to 1
end
If you use -1 (the movie plays reward), -2(the movie plays reward and accelerate), 2(plays accelerate)....
Any doubts, please report