on menuPick theItem
switch theItem
case "Topic1"
go to card 5
break
case "Topic2"
go to card 6
break
case "Topic3"
go to card 7
break
end switch
end menuPick
where "Topicx" is the item in the menu item list
Any ideas? Works fine in LiveCode. The picker comes up fine on the iPad, just doesn't do anything
