tutorial popup

im trying to make a little popup tutorial for my game (like angry birds style tutorial), multiple pages with an image in each and a ‘next’ button…(im using stroryboard btw)

how would i go about doing this? any help would be much appreciated [import]uid: 34595 topic_id: 24336 reply_id: 324336[/import]

When I do this I have the images for the popup in their own group and whack a newRect behind them with a function that just fires return true to prevent touches from reaching the back objects.

Then just remove the group when done :slight_smile: [import]uid: 52491 topic_id: 24336 reply_id: 98446[/import]