#1
0
(翻訳者 Microsoft) こんにちは
私はあなたのゲームのいくつかにフラを買った。私はまた、ハイスコアモジュールとサンプルゲームをダウンロードしました。私は手動でのステップバイステップに従った。しかし、highscoresモジュールを追加した後に公開しようとするとすぐに、このエラーメッセージが表示されます。
保護されたムービーを開くことができません。
私は周りを見回しましたが、私はこれを理解することはできません。私は、btwをフラッシュするn00b。
任意のフィードバックのためのタンスク
私はあなたのゲームのいくつかにフラを買った。私はまた、ハイスコアモジュールとサンプルゲームをダウンロードしました。私は手動でのステップバイステップに従った。しかし、highscoresモジュールを追加した後に公開しようとするとすぐに、このエラーメッセージが表示されます。
保護されたムービーを開くことができません。
私は周りを見回しましたが、私はこれを理解することはできません。私は、btwをフラッシュするn00b。
任意のフィードバックのためのタンスク
(オリジナル) Highscores module
Hi
I have bought the fla's to a few of your games. I have also downloaded the highscores module and sample game. I followed the manual step by step. But as soon as I try to publish after adding the highscores module, I get this error message:
Cannot open a protected movie.
I have looked around, but I cant figure this out. Im a n00b to flash btw.
Thansk for any feedback
Hi
I have bought the fla's to a few of your games. I have also downloaded the highscores module and sample game. I followed the manual step by step. But as soon as I try to publish after adding the highscores module, I get this error message:
Cannot open a protected movie.
I have looked around, but I cant figure this out. Im a n00b to flash btw.
Thansk for any feedback
投稿者 Vincent
2010-04-14 15:16:37
いいね!
返信する
#2
(翻訳者 Microsoft) 代わりにCtrlキーを押しながらEnterキーを使用してSWFを作成しようとすることができ、私はこれが問題を解決する必要があると思います
(オリジナル) You can try to create the SWF using Ctrl + Enter instead and I think this should solve the problem
投稿者 Novel Games
2010-04-15 09:21:36
いいね!
返信する
#3
0
#2 に返信する:
(翻訳者 Microsoft) こんにちは
返信いただきありがとうございます。さて、それは動作しますが、ゲームが開くと、ハイスコアモジュールがデフォルト値で開いています。hide() コードはどこに置きますか?
感謝
返信いただきありがとうございます。さて、それは動作しますが、ゲームが開くと、ハイスコアモジュールがデフォルト値で開いています。hide() コードはどこに置きますか?
感謝
(オリジナル) Hi
Thanks for the reply. Ok, that works, but now when the game opens, it has the highscores module open with default values in. Where do I put the .hide() code?
Thanks
Thanks for the reply. Ok, that works, but now when the game opens, it has the highscores module open with default values in. Where do I put the .hide() code?
Thanks
投稿者 Vincent
2010-04-15 17:55:41
いいね!
返信する
#4
#3 に返信する:
(翻訳者 Microsoft) hide() コードを記述するとはどういう意味ですか?
(オリジナル) What do you mean by putting the .hide() code?
投稿者 Novel Games
2010-04-16 12:01:22
いいね!
返信する
#5
0
#4 に返信する:
(翻訳者 Microsoft) ドキュメントでは、ハイスコアモジュールに .hide() メソッドがあります。デフォルトでは、ゲームの上部にハイスクロースモジュールが表示されます。
(オリジナル) In the documentation there is a .hide() method on the highscores module. As by default, it shows the highscrose module over the top of the game.
投稿者 Vincent
2010-04-19 15:00:00
いいね!
返信する
#6
#5 に返信する:
(翻訳者 Microsoft) なるほど。hide() メソッドを自分で呼び出す必要はありません。
(オリジナル) I see. You don't need to call the hide() method yourself, when the player clicks the close button (the cross on the upper right), the dialog will disappear.
投稿者 Novel Games
2010-04-20 14:15:03
いいね!
返信する