アニメーションのフレーム20に値を設定しました
var final_answer = hundreds.text+tens.text+units.text;
var mySharedObject:SharedObject = SharedObject.getLocal("/");
フレーム40でこれにアクセスしたいのですが、次のエラーが発生します
シーン1、レイヤー'アクション'、フレーム210、行5 1120:未定義のプロパティmySharedObjectへのアクセス。
I have also tried to use a normal variable - is there anyway to store a variable in what is effectively a cookie between frames?