Advertisement
Advertisement
| 05.12.2008 at 04:12AM PDT, ID: 23394157 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
replay = SharedObject.getLocal("save");
if (replay.data.name == undefined){
gotoAndPlay(3);
replay.data.name = "played";
} else {
gotoAndStop(100);
}
|