WARNING! Falling Rocks ... Well, something like that
xyloFUN
Member Posts: 1,593
Hey,
I have a small problem!
Since all my apps I am working on use 3D graphics, I figured to do a different one and just use an actor, which I instance about 20 times, give each instance a different colour and different sound!
They each have the same rule that consists of the mandatory - when touch is received do:
Play sound and move to a new location, 10 pixels towards the bottom, otherwise, stay put
It works awesome, I have tested it now for two days BUT, every few minutes, a colored filed takes off towards the bottom or top of the screen.
Its random and sometimes nothing happens and sometimes a few of them will wonder off ...
I am wondering if I should make colored shapes in my 2D app and work with alpha values as previously or, is there'd anoth fix???
I have carefully reviewed all the properties to make sure that each has rotation set to fixed etc ...
This is a question for a genius!
Can't wait to see if someone has a fix?
The scene is easy to recreate if anyone wants to experiment with
I have a small problem!
Since all my apps I am working on use 3D graphics, I figured to do a different one and just use an actor, which I instance about 20 times, give each instance a different colour and different sound!
They each have the same rule that consists of the mandatory - when touch is received do:
Play sound and move to a new location, 10 pixels towards the bottom, otherwise, stay put
It works awesome, I have tested it now for two days BUT, every few minutes, a colored filed takes off towards the bottom or top of the screen.
Its random and sometimes nothing happens and sometimes a few of them will wonder off ...
I am wondering if I should make colored shapes in my 2D app and work with alpha values as previously or, is there'd anoth fix???
I have carefully reviewed all the properties to make sure that each has rotation set to fixed etc ...
This is a question for a genius!
Can't wait to see if someone has a fix?
The scene is easy to recreate if anyone wants to experiment with
Comments
I can't be the only one that has this problem.
What's the deal with "move to"? Why are the actors taking off at random?
What's the work around?
I can't submit the piano as long as my keys become airborne because that would be really hard to explain "WHY" i put that in
Can you use interpolate instead?
Or post a downloadable project and someone will take a look...