Print funciton prints every frame

Ok, so I’m using the Print function and my code looks like this:

on(release){
print(this, “bframe”);
}

My movie is 10 frames long and it is wanting to print 10 frames (aka 1 page per every frame.
How can I set it up so that it only prints the current frame I’m on?

Thanks!