|
Steve Memotech
Registered User
Join date: 27 Mar 2007
Posts: 20
|
05-24-2007 20:33
Hi All...
I would like just to know, how could you make an interactive buttons on a prims attach as HUD. Just like I seen in the Land Worker Controller 1.0 HUD. It is just a mouse event such as on_click in other programming language. Just an idea. Thanks in advance.
|
|
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
|
05-24-2007 22:50
From: Steve Memotech It is just a mouse event such as on_click in other programming language.
yes touch_start(integer t) is when you first click on a prim touch(integer t) is when your holding down the mouse button touch_end(integer t) is when you let go
|