Creating several instances of the same object, and selecting only one
- by hustlerinc
I'm playing around with making a puzzle game, haven't done that much before I run into my first problem.
Basically, I want to create a certain amount of the same object/function. But without hardcoding the different instances.
I think maybe an array is a good idea? and then a for loop to push the objects in?
And then I need to be able to select…