Hello,
its my first post - and i have to say iam new here. I have watched some tutorials about how to fill arrays, but iam quite not sure how to solve the task i want to do.
I want to place "foodsteps" (sprite images) in an straight order onto my screen. The game mechanic should be, that you have to search them, and if you find one, the next one appears on the screen (right behind).
So you have to follow this foodsteps until you reach the destination place. I Thought to place them into an array and make the opacity of all (exept the first one) to zero. And if you follow the path, each foodstep which comes next will change its opacity to 100.
I hope you can follow me. If not - let me know.
So how would i fill my array with my sprites (basically its only one spirte i use several times via copy paste and placing on the screen unitl i got a big path with X instances of this sprite)
It would be great if someone would have an idea.
Usually i use Unity or flash to programm games in C#, Js, or ActionScript3. Its my first experience with an "non programming" engine.
Thanks a lot!