Hi all,
I have a little problem while trying to develop a simple space shooter game.
What I am trying to do is to change enemy images when I reach by example a score of 600 point
I create a function called CreateEnemy where Enemy is a transparent sprite, and as parameter I get the url of image I want to load.
Anyway when I reach 600 point all the instances on the screen change their image .
What I am doing wrong ??