Help with attributes
thedog
Member Posts: 5
Okay I need to make a new scene appear when 10 of 2 different items are destroyed
Comments
Every time when one is destroyed, the counter increase by 1.
When the counter is equal 2, change scene.
actor item 1
actor item 2
attribute counter
--------------------------------
When ball colide with item 1:
counter +1
destroy item 1
-----------------------------------
When ball collide with item 2:
counter +1
destroy item 2
----------------------------------
When counter = 10
Change Scene