Variable inside quotes

hey,
I am trying to navigate to a scene based on a variable name for the scene. ie gotoAndPlay("Scene " + sceneNum, 1);

problem is that the scene has to be in quotes ie “Scene 1”… but I have to use this code over and over and don’t really want to have a bunch of conditionals… is there are way to incorporate the variable into the quotes, like in other languages ie “Scene {sceneNum}” or “Scene $sceneNum” ???