[quote=KaNaLiTnUk]Great script. Just wanna ask something. Is this script works if the user right clicked in the right click allowed area such as CBOX

[/quote]
the script only targets the main document... frames and embedded flash are not included. to make it work for cbox and flash, you need to spawn a transparent division that will cover the cbox message box and the flash embed's screen (but that will be a very nifty and complicated thing to do)...
@users
you can experiment with that code by simply getting one function... that code consists of 5 functions to make it roam around the screen. Each function performs a certain task...
example, you want to use a curtain slide window opener, you can take one function and modify it like this...[quote]scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(scrW*a/80,scrH*a/80)
}
window.resizeTo(scrW,scrH)[/quote]
now that's another window opener trick you got there...
that trick can also be found from Angell's library

@mods...
if you think this is another trick, kindly just move the codes I used as an example... no need to put credits coz we really don't emphasize on that matter (all we want is to let others learn to go around with codes)
Last edited by jopet_Q (2008-03-10 16:54:04)