Scrolling Menus?

Is it possible to have a menu that the user can “fllick” through? I’ve tried using GUI Buttons and GUI Textures with the camera drag script that was floating around on the forums, but those objects are always rendered in front of the camera, so moving the camera doesn’t work. I’ve tried using OnMouseDown on 2D Planes, but its very easy to accidental touch them while dragging the camera. I looked up using GUI Buttons with ScrollViews, but that is so not intuitive to use on the iPhone. Any help would be awesome! Thanks.

Brandon

Write your own incarnation of the SpriteUI that does not create click events on swipe

Thanks, i’ll give that a shot!