What's wrong with this script because if I press the right button on the panel nothing happens
class TestScene
def start
@viewport=Viewport.new(0,0,Graphics.width,Graphics.height)
@viewport.z=99999
@sprites={}
@sprites["bg"]=IconSprite.new(0,0,@viewport)...