Coroner
03-02-2009, 10:00 PM
This is a Rollercoaser BB Code.
Write a Text like a rollercoaster.
How To:
Go into you AdminCP and add a new BB Code:
Title: Rollercoaster
BB Code Tag Name: rc
Replacement:
<div>
<script type="text/javascript">
var rc_fs = 1;
var rc_dir = 1;
function rollertext(whichone)
{
for (i = 0; i < whichone.length;i++)
{
document.write(whichone.charAt(i).fontsize(rc_fs))
if (rc_dir == 1) // right
{
if (rc_fs < 7)
{
rc_fs++;
}
else
{
rc_fs--;
rc_dir = 0;
}
}
else
{
if (rc_fs > 1)
{
rc_fs--;
}
else
{
rc_fs++;
rc_dir = 1;
}
}
}
}
rollertext("{param}");
</script>
</div>
Example: Your text here
Description: Roller Coaster: Text here
Use {option}: No
Button Image: images/editor/rollercoaster.gif
Write a Text like a rollercoaster.
How To:
Go into you AdminCP and add a new BB Code:
Title: Rollercoaster
BB Code Tag Name: rc
Replacement:
<div>
<script type="text/javascript">
var rc_fs = 1;
var rc_dir = 1;
function rollertext(whichone)
{
for (i = 0; i < whichone.length;i++)
{
document.write(whichone.charAt(i).fontsize(rc_fs))
if (rc_dir == 1) // right
{
if (rc_fs < 7)
{
rc_fs++;
}
else
{
rc_fs--;
rc_dir = 0;
}
}
else
{
if (rc_fs > 1)
{
rc_fs--;
}
else
{
rc_fs++;
rc_dir = 1;
}
}
}
}
rollertext("{param}");
</script>
</div>
Example: Your text here
Description: Roller Coaster: Text here
Use {option}: No
Button Image: images/editor/rollercoaster.gif