Quote from: Crimson Wizard on Wed 15/08/2012 14:38:06IMO this is retarded. If one can manage it tidily, using numbers is much more elegant than referring everything via an object. It is fine to give people a choice to make their codes more descriptive(and more bloated) but giving up a good feature just to please the OO people is not a good move and more stupidly, the engine is already referencing the sound clips by numbers internally, just not directly accessible.Code: ags randomclips[0] = aSound1; randomclips[1] = aSound2; ...