Screen change by spin on y axis

VladoVlado Member, PRO Posts: 11
Hi all,

How do you make the scene/screen change by a single rotate on the y axis - ie like turning a card over to see the reverse.

Thanks

Vlado

Comments

  • mangaroomangaroo Member Posts: 419
    well there is an attribute for scene change

    if you want to move the screen then you need an actor on the scene and to unlink it from the prototype and set it to play with scene.camera.origin and move it up (probably more efficient and better than a scene change - for music continuance), then link the actor with the cards with a global attribute triggered when card is reversed.

    Instead i would just set an animation when there is a swipe up on the card actor (2 attributes (touch&release) bound to the touch and release mouse position y + a rule, when release is >/< (depending if u want it to be a swipe up or down) touch ->animate card turning over - not sure how you will rotate a flip. perhaps try this

    http://gamesalad.com/game/play/753
  • VladoVlado Member, PRO Posts: 11
    Thanks Mangaroo,

    Very much appreciate your help

    Vlado
Sign In or Register to comment.