Thanks! Do you think I should store my levels as DATA? i wanted to store it in an array that looked like dim first[5,5] data 1,1,1,1,1 data 1,0,0,0,1 data 1,0,0,0,1 etc. 1 represents a certain sprite, and i feel like this would help with collision, because every single 1 would be a certain sprite. However, i have no idea how to do this and im stuck using bgfill. this stinks because now, i am