Originally posted by exanda kane
Me thinks Alliance is fed up of us parading ESB. He's become delusionsal. First, it was the clone welfare commity, now this! 😛
Parading would go under the category of over-glorification.
I like ESB a lot. Its not my favorite. Thats my opinion. I don't think warrants the obsession it gets.
I like clones a lot, thats no secret, and I've written several lengthy posts on why i think they are fascinating.
A bulletin that I posted and reposted for Myspace.
Copied and Pasted:
So everyone can have a kiss from me because I am in a generous mood and I get to see the Love of my life Saturday. I've heard a lot about how many of Sebastian's friends are giving him grief on his choices as far as schooling and his relationship with me and I wanted to know your opinions and if you were one of those people who had something to say about his choices. I will not bash you or do anything like that, I just want to know. Good or bad, long or short, give me your opinions.
Cheeky kisses to all.
~Kelly~
<object width="410" height="237" data="http://widgets.clearspring.com/o/46928cc51133af17/46cd6461d2320239/46928cc51133af17/ea9f0479/autostart/false/file/d0ba4d558888e512cfce574a6283f44a" id="W46cd6461d2320239" allowScriptAccess="always" allowNetworking="all" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"><param name="wmode" value="opaque" /><param name="movie" value="http://widgets.clearspring.com/o/46928cc51133af17/46cd6461d2320239/46928cc51133af17/ea9f0479/autostart/false/file/d0ba4d558888e512cfce574a6283f44a" /><param name="allowScriptAccess" value="always" /></object>
<br><br>
[code]
onClipEvent (load) {
if (_parent.getBytesTotal() == _parent.getBytesLoaded()) {
quickPlay = true;
} else {
preLoad = (_parent.getBytesTotal() * 0.75); //percent to preload
}
_parent.stop();
}
onClipEvent (enterFrame) {
gotoAndStop(loadedIndicatorFrame());
if (quickPlay == true) { //quickly play the anim
if (_currentframe == _totalframes) {
_parent.play();
}
} else { //wait for the preload
if (_parent.getBytesLoaded() >= preLoad) {
_parent.play();
}
}
}
[/code]