Hello,
I have custom animated cursor in my project and flash sprite. When mouse is
over flash sprite, the mouse cursor blink.
If somebody can suggest me what I can do to have not blink cursor.
Thanks in advance
Lilian
[To remove yourself from this list, or to change to digest mode, go to
http
Hello,
Anybody know, where I can find "HTML Xtra extension"
Thanks in advance
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is
this code is similar that you want
-
global gSelectOn, gDragOn, gZoomIn, gZoomOut, gZoomInOut, gRegionName,
gLanguage
global gWidthMin, gWidthMax, gWidthCurrent
global gDimensionMin, gDimensionMax, gDimensionCurrent
global gPosition
Hello!
If sombody could help me, how to create a transparent MIAW (background),
how to create a dragging window with Lingo (without titlebar).
this code don't erase stage
>>on mouseDown
>> global gWindow
>> --set gWindow = "myMIAW.DIR"
>> set oldH = the mouseH
>> set oldV = the mouseV
>> repeat w