Thanks but got this error
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(75,27): error CS0117: `Input' does not contain a definition for `GetMouseButtonDown'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(76,75): error CS0117: `Input' does not contain a definition for `mousePosition'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(76,47): error CS1502: The best overloaded method match for `UnityEngine.Camera.ScreenToViewportPoint(UnityEngine.Vector3)' has some invalid arguments
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(76,47): error CS1503: Argument `#1' cannot convert `object' expression to type `UnityEngine.Vector3'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(79,35): error CS0117: `Input' does not contain a definition for `GetKey'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(83,35): error CS0117: `Input' does not contain a definition for `GetKey'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(89,27): error CS0117: `Input' does not contain a definition for `GetMouseButtonUp'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(90,75): error CS0117: `Input' does not contain a definition for `mousePosition'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(90,47): error CS1502: The best overloaded method match for `UnityEngine.Camera.ScreenToViewportPoint(UnityEngine.Vector3)' has some invalid arguments
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(90,47): error CS1503: Argument `#1' cannot convert `object' expression to type `UnityEngine.Vector3'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(105,27): error CS0117: `Input' does not contain a definition for `GetMouseButton'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(106,75): error CS0117: `Input' does not contain a definition for `mousePosition'
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(106,47): error CS1502: The best overloaded method match for `UnityEngine.Camera.ScreenToViewportPoint(UnityEngine.Vector3)' has some invalid arguments
Assets/Plugins/uniTUIOCE/iPhoneInput fakery/BBIPhoneTouchManager.cs(106,47): error CS1503: Argument `#1' cannot convert `object' expression to type `UnityEngine.Vector3'
Help please
Thanks
Max