|
-
syntax error?
I'm getting all kinds of action script errors on this code but i can't figure out why, any ideas?
stop();
var lv:LoadVars = new LoadVars();
lv.onData = function(status:String) {
if (status == "online" || status == "ONLINE" || status == "Online" || status == "oNLINE" || status == "OnLINE" || status == "ONline" status == "ONLine" || status == "ONLIne")
{
gotoAndStop(2);
} else {
gotoAndStop(3);
}
}
lv.load("status.txt");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|