touch screen kiosk
touch screen kiosk
- Started
- Last post
- 2 Responses
- legspin
High everyone,
How do you hide your cursor in Flash? I'm doing a demo of how a touch screen kiosk would look using a touch screen pc. Would you be able to hide the cursor altogether and not just when you touch buttons?
Cheers
- clerk0
this might work
_root.onEnterFrame = function() {
Mouse.hide();}
- legspin0
Just
Mouse.hide();
works.Cheers