0

So I'm making an achievement system in a game, and I'm having a little trouble. You click on achievements, then trophy case, and then inspect for a description of each achievement. I got this working earlier, but I don't know what I changed. Can you take a look at a chunk of the code?

:Lbl 15

:ClrDraw

:Text(5,8,[argument]

:

:

:Line(-10,6,10,-6)

Basically, it should pull up the graph, and make the line and text. Instead it displays the home screen, and when I press ENTER, it goes back to the beginning of the program. Is there something wrong here?

4

2 に答える 2

0

空白の画像を画像として保存してみてください (たとえば、Pic1)。次に、"RecallPic" コマンドを使用してこれを呼び出します。これにより、グラフ画面が表示されます。そこから、「テキスト」や「ライン」などのすべてのプロット コマンドを実行します。これが機能しない場合は、単に表示する以外の問題があるため、さらにコードを投稿する必要があると思います。
また、すべてのループと「if/then」ステートメントに「終了」があることを確認してください。最後に未知の「結末」があったとおっしゃいましたが… それは大変な事になりかねません。これは、他の言語で終わりの括弧またはブラケットが欠落しているのと同じです。

于 2014-02-05T02:45:05.143 に答える