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 while the stilldown
>> set deltaH = the mouseH - oldH
>> set deltaV = th e mouseV - oldV
>> set the rect of window gWindow = the rect of window gWindow� >>+ rect
(deltaH, deltaV, deltaH, deltaV)
>> end repeat
>>end

thank you 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 for learning and helping with programming Lingo.  Thanks!]

Reply via email to