window_width="1000"
window_height="600"

self.resizeTo(window_width,window_height)

window_left=(screen.availWidth-window_width)/2
window_top=(screen.availHeight-window_height)/2

self.moveTo(window_left,window_top)

var background_Paper01 = new Image(0,0)
background_Paper01.src = "/content/images/backgrounds/background.Paper01.png"

var preLoading_Images = new Image(0,0)
preLoading_Images.src = "/content/images/preLoading.images.png"