golanu21 Posted July 29, 2013 Share Posted July 29, 2013 hi, how i make that ? , when i am in a marker, and i press "f" to make something Link to comment
Castillo Posted July 29, 2013 Share Posted July 29, 2013 createMarker bindKey unbindKey isElementWithinMarker onMarkerHit onMarkerLeave Link to comment
golanu21 Posted July 29, 2013 Author Share Posted July 29, 2013 this is what i need , thx man Link to comment
golanu21 Posted July 29, 2013 Author Share Posted July 29, 2013 man, you can give me an simple example pls ? Link to comment
iPrestege Posted July 29, 2013 Share Posted July 29, 2013 local marker = createMarker addEventHandler -- on hit, function if getElementType then bindKey end end ) addEventHandler -- on leave, function if getElementType then unbindKey end end ) function -- on anwer the call from the key -- WTF end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now