This script was created by brucexs, and it does the trick. The bar on 
you want to use it should have "hover clicks" enabled with this 
script:

---------------------------------------------

@create
static b=arg(1)
static left=win.left(b)
static right=win.right(b)
static top=win.top(b)
static bottom=win.bottom(b)

if (win.visible(b))
win.hide(b)
static ev
if (event.exists(ev))
ev=event.destroy(ev)
ev = event.createms(100,0,"[EMAIL PROTECTED]")
quit

@test
static b,left,right,top,bottom,ev
if (xmouse<left || xmouse>right || ymouse < top || ymouse>bottom) do
if (not win.visible(b))
bar.show(b)

ev=event.destroy(ev)
endif
quit


@destroy
ev=event.destroy(ev)
quit

---------------------------------------------------


I hope I haven't change anything in it

tpr







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to