got a better idea, line up all the images in one image so i can import it as a sprite and just run a timer to cycle through them with sprite cutting. it would look like this
createsprite 1, "intro", 0,0,windowwidth, windowhieght
movesprite 1, 0,0
on timer 1
let frame+=1
recreatesprite 1, "intro", frame*width, windowheight, windowwidth, windowhieght
end timer