KattyKatty
Programmer
Hi,
I changed arrow pointer to square pointer on my webpage
The problem is the square pointer still has letter I in the center, and I don't want this letter I.
My question is how can I have only square pointer without letter I?
Thank you,
Plai-or
----------------------------------------------
// Coding for my pointer
onClipEvent (load) {
Mouse.hide();
_root.cursor.startDrag(true);
}
---------------------------------------------
I changed arrow pointer to square pointer on my webpage
The problem is the square pointer still has letter I in the center, and I don't want this letter I.
My question is how can I have only square pointer without letter I?
Thank you,
Plai-or
----------------------------------------------
// Coding for my pointer
onClipEvent (load) {
Mouse.hide();
_root.cursor.startDrag(true);
}
---------------------------------------------