Storyboard newbie - swipe and tap options ?

I’m about to embark on storyboard for the first time.

I want the user to swipe left / right through a deck of cards, where the card slides off the screen and replaced by the next

I imagine each card would be represented by a scene

Is it possible to also have the user tap on a card and go to a new scene ? This scene would say something like “you have selected XXX playing card”

[import]uid: 97524 topic_id: 25993 reply_id: 325993[/import]

What I would suggest is trying to break this down into parts.

For swipe, check out the code exchange for some examples of swipe code.

For the tap, that’s actually very simple, just use “tap” rather than “touch” in the listener and change scenes in the normal way :slight_smile: [import]uid: 52491 topic_id: 25993 reply_id: 105521[/import]