drag drop rotate random
wollty
Member Posts: 102
hello!
I created an actor and a scenario
in the game with finger i drag and drop this actor in a scene
when the actor drop i would the actor rotates random
thanks for help me
sorry for my english
I created an actor and a scenario
in the game with finger i drag and drop this actor in a scene
when the actor drop i would the actor rotates random
thanks for help me
sorry for my english
Comments
spawn actor
constrain attribute >> self.position.X to game.Touch.X
constrain attribute >> self.position.Y to game.Touch.Y
rotate??
With self rotation (random) of actor when spawn
thanks for help me
direction??? random angle???
how can you do?
thanks for help me
random(1,360)
with spawn area
https://www.dropbox.com/s/rkm01tdc545f1xf/snowflake_rotate.zip
thanks to all
I tried with
random(0,360)
but I could not do it
I always thought this forum should have a little palette of pseudo-behaviour panels that you drag into your post which you can then type into, it would make communicating solutions much quicker.
What are you trying to do ?
Neither of your two examples use random (0,360).
https://www.dropbox.com/s/7nn1pmp9fqozwvq/snowflake_random360.zip
thanks to all and thanks to @Socks
>-