Re: Creating objects help!
Oh, I know why. When you create the diamond objects, their Alterable Value A is 0, but you have an event that says to destroy the diamond objects if their Alterable Value A is 0. Maybe you should go into the object properties of the diamond object, and go to the Alterable Values and Strings section, and click the New button under where it says "Alterable Values" and set its Alterable Value A to 5, so that each time a diamond object is created, its Alterable Value A will be 5. If you did that, you could also get rid of the event that says:
Start of Frame
- Set Alterable Value A of [diamond object] to 5
Hope this helps you out,
Neonotso
Re: Creating objects help!
You can also say:
Every 05"00 ->
+ Create Diamond
+ Set alt val A to 5
Re: Creating objects help!
ye ok its good now thanks