site crit
site crit
Out of context: Reply #9
- Started
- Last post
- 15 Responses
- jarredbishop0
not sure how the PVN will treat the code, but make each square a movieclip and give it the following actions:
_______
onClipEvent (load) {
this._alpha = 0;
delay = setInterval(wait, random(3000));
function wait() {
clearInterval(delay);
onEnterFrame = function () {
if (this._alpha