From an array instead. If your game generated a bunch of enemies over time it would likewise be good to put them in an array to loop over to update and such. Unfortunately we don't have user defined types in smilebasic so we often have to make a bunch of arrays to keep track of things with multiple fields that may have different data types. Hope that all makes sense.