zoom_x = camerawidth() / 2; zoom_y = cameraheight() / 2; zoom = 2; zoom_lerp = 0; surf_width = 640; surf_height = 480; focus = false; focus_target = -4; ease_in = false; ease_out = false; pow = 2; zoom_surf = surface_create(camerawidth(), cameraheight()); zoom_speed = 0.1; depth = 100000;