Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そこで、クイズの最後に何問正解したかを示すフラッシュ クイズを作成しました。このスコアを MySQL データベースに保存するにはどうすればよいですか?
うーん、コメントのコードは一見問題ないように見えますが、ピリオドがありませんか?
submitScore() メソッドの 2 行目:
playerxscore = score_txt.text;
次のようにする必要があります。
playerx.score = score_txt.text;
?