private MotionEvent seagullCamMotion2;
private final float overallTime = 36f;
public GameStartCinematic(SimpleApplication myApp) {
this.myApp = myApp;
this.cinematic = new Cinematic(myApp.getRootNode(), overallTime, LoopMode.DontLoop);
createCamMotionPath();
createCinematic();
}