rally1
07-31-2007, 03:40 PM
While browsing through the skins I notices a couple interesting ones. Sure enough when I changed the system date to Dec 25th, I got a little treat, see attachment.
Needless to say with a little Photoshop the next time my switcher fires up the Tricaster he might find a new skin ;).
// Argon skinz
ContextMenusAreUsed(false)
// ----------- Load Layers...
LoadRegionBitmap("Mask.png") // The mask bitmap that will be used
// setup holiday EEs. the gift that keeps on giving...... :P <argon>
{
thelayer = "Off.png"
themonth = GetLocalTime_Month()
theday = GetLocalTime_DayInMonth()
if ((themonth == "January") & (theday == "1")) thelayer = "Off.png"
if ((themonth == "February") & (theday == "14")) thelayer = "VTEE.png"
if ((themonth == "March") & (theday == "17")) thelayer = "SPEE.png"
if ((themonth == "July") & (theday == "4")) thelayer = "Off.png"
if ((themonth == "October") & (theday == "31")) thelayer = "Off.png"
if ((themonth == "November") & (theday == "14")) thelayer = "Off.png"
if ((themonth == "December") & (theday == "25")) thelayer = "CHEE.png"
LoadLayerBitmap(thelayer,0) // Off image
}
LoadLayerBitmap("On.png",1) // On image
LoadLayerBitmap("OffRo.png",2) // OffRollOver image
LoadLayerBitmap("Onro.png",3) // OnRollOver image (maybe same as On image)
////////////////////////////////////////// END /////////////////////////////////////////////
Needless to say with a little Photoshop the next time my switcher fires up the Tricaster he might find a new skin ;).
// Argon skinz
ContextMenusAreUsed(false)
// ----------- Load Layers...
LoadRegionBitmap("Mask.png") // The mask bitmap that will be used
// setup holiday EEs. the gift that keeps on giving...... :P <argon>
{
thelayer = "Off.png"
themonth = GetLocalTime_Month()
theday = GetLocalTime_DayInMonth()
if ((themonth == "January") & (theday == "1")) thelayer = "Off.png"
if ((themonth == "February") & (theday == "14")) thelayer = "VTEE.png"
if ((themonth == "March") & (theday == "17")) thelayer = "SPEE.png"
if ((themonth == "July") & (theday == "4")) thelayer = "Off.png"
if ((themonth == "October") & (theday == "31")) thelayer = "Off.png"
if ((themonth == "November") & (theday == "14")) thelayer = "Off.png"
if ((themonth == "December") & (theday == "25")) thelayer = "CHEE.png"
LoadLayerBitmap(thelayer,0) // Off image
}
LoadLayerBitmap("On.png",1) // On image
LoadLayerBitmap("OffRo.png",2) // OffRollOver image
LoadLayerBitmap("Onro.png",3) // OnRollOver image (maybe same as On image)
////////////////////////////////////////// END /////////////////////////////////////////////