How often is 'draw' called on the player?

Was thinking of using the player's 'draw' command to call upon other events.

I thought it was only called when the player sprite first appears on-screen, but I'm seeing some other info in threads here.

Is draw called on the player every frame? Or only when the player sprite first appears on-screen?

Sorry for such a simple question, but thanks for the help!

Yes, draw is called on the player once every frame :slight_smile:

Thank you so much for the swift answer, this is a huge help! :slight_smile: