[b]@ guerde[/b]
i think it's all about the connection

[b]@ all[/b]
for those who want others effect for the wipe welcome page.
you can upload the javascript from the html code.
see this part.
[quote]</style>
<script src="[b]
http://www.freewebs.com/andh4/wipes.js[/b]" language="javascript" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
<!--[/quote]
upload it to ur own account,
then change the url in with ur own [b]wipes.js[/b] url.
then look for this part in the wipes.js
[quote]var cntnt = '<table id="w1" border="0" cellpadding="0" cellspacing="0"><tr><td class="wipe" nowrap>'+ wipe_array[wipe_count] +'</td></tr></table>';
with (wipeLyr1) {
hide();
// restore, for ns4, or new content is visible...
clipTo(0,wipeLyr1.width,wipeLyr1.height,0);
writeLyr(cntnt);
width=getWidth(wipeLyr1.el,'w1');
height=getHeight(wipeLyr1.el,'w1');
centerIn(window);
}
// args: which wipe, delay, wipeTime, what next
wipeLyr1.wipe("[color=red][b]in right[/b][/color]", wipe_in_delay,wipe_array[wipe_count+1],"wipeOuts()");
} else {
// wipes in image, then sends to destination url
//wipeLyr2.wipe("[color=red][b]in center[/b][/color]", wipe_in_logo_delay,wipe_in_logo,"setTimeout('setDest()',dest_delay)");
setTimeout('setDest()',dest_delay);
}
}
function wipeOuts() {
wipeLyr1.wipe("[color=blue][b]out right[/b][/color]", wipe_out_delay,wipe_array[wipe_count+1]/wipe_out_dv,"doWipes()");
wipe_count+=2;
}[/quote]
[color=red][b]red[/b][/color] = the [b]in[/b] effect.
types that can be used

in right

in center

in corner
[color=blue][b]blue[/b][/color] = the [b]out[/b] effect.
types that can be used

arrow out center

arrow out left

arrow out right

arrow out middle

arrow out corner