So I'm making a game like Fruit Ninja. But I want to insert, let's say, 100 differents fruits to be thrown. How I can make this happen? I know I can do one by one, but it's going to take a lot of work. So I want a simpler way to do that.
I have an idea, but i just don't know how to implement properly on C2. My idea is to create an .txt that goes to 1 to 100. Using the Ajax plugin I could insert this on C2 (right?). Than I could make each number represent an different fruit and than randomize which fruits are going to be thrown.
How I can make this happen? By the way, if you have another suggestion that could be easier, please share! ;-)
[]'s