function main(){//declare the variable to become the bufferVar:Number mysky;//declare the variable to hold the image's Width valueVar:Number imgHgt;//be sure to create the sky.bmp firstImage:Load("sky.bmp", mysky)//get width of imageImage:GetWidth(mysky, imgHgt)}