|
Okay, so in my engine I've successfully implented
"Question Mark Blocks" - Random Powerup "Dummy Blocks" - Basically 'dud' blocks that don't give any rings "Coin Blocks" - where you get a coin for every jump.
Now, the problem occurs when I Copy-&-Paste the Dummy Blocks and Coin Blocks. Here's the scenario: I put the original dummy/coin blocks right next to each other. When I get all of the coins out the original versions of either the coin or dummy block and their "finished" animation play, it plays for the copied versions as well, instead of the copied version being their own seperate 'object', sorta. - and this is easy to understand since the copy versions are just a copied&pasted of the originals, so why shouldn't it have the same properties and instances? But whats a work around so that the copied versions won't do the same **** as the copies of the same object in the frame 'without spreading', or is spreading values the only way?
sry if i sound confusing, I don't really know how to explain it. :E
--------------------

|