//change angle of bloble to the angle of the launch tube
image_angle = (obj_blobleshoot_launchertube.image_angle)

//sets the initial speed of the bloble in the x and y axis
launchspeedx = (global.blobleshootlaunchspeed * -dsin(image_angle))
launchspeedy = (global.blobleshootlaunchspeed * -dcos(image_angle))