2 enterFrames for an object

Hello!

I am in a situation where i have to have 2 enterframes for my object. first one is the main enterFrame and other ones i create temporarilly like for player jump etc. But i think it is not allowed in corona to have 2 enterframes for the same object?

Why not just use one enterFrame and use if then blocks to handle the jump code?

Why not just use one enterFrame and use if then blocks to handle the jump code?