We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Yet Another Great Code...; NOT BY ME!; By j_radical1093
Topic Started: Jan 25 2010, 08:35 AM (58 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: j_radical1093
Yet Another Great Code...; NOT BY ME!!!
 
Rollercoaster Text
Cool in and out effect with text
Preview REMOVED
java-scripts.net code

Edit anything RED

Put In Board Wrappers>Body&header>After <%NAVIGATION%>

<!--Change message to your own-->
<script>
/*
Roller Coaster Script-
By Website Abstraction (www.wsabstract.com)
and Java-scripts.net (www.java-scripts.net)
*/

var fs=1
var direction="right"

function rollertext(whichone){
var thetext=whichone

for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))

if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}

else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--
}
}

//Change below text to your own
rollertext("Life is like a roller coaster ride. Hang on tight!")
</script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply