HSPポータル
サイトマップ お問い合わせ


HSPTV!掲示板


未解決 解決 停止 削除要請

2012
0304
初心者変数が0になっちゃう!2解決


初心者

リンク

2012/3/4(Sun) 15:32:38|NO.45228

すみません、このスクリプトを起動していると、変数のZIKAが0になるんですが、
どうすれば0になりませんか?
*AHYA
ZIKA+0.1 wait 10 stick AI,256 if AI=256:goto *OWA goto *AHYA *OWA color 255,255,255 boxf color 0,0,0 pos 20,115 font "MS ゴジック",150 mes "終 了" wait 300 pos 500,350 button "結果",*KEKKA stop *KEKKA screen if ZIKA=MO:goto *ZYASU:else:TIGA=ZIKA-MO if TIGA<10:goto *SUKO if TIGA<30:goto *MA if TIGA<50:goto *KORE if TIGA>50:goto *AAA
回答お願いします



この記事に返信する


てれてれ

リンク

2012/3/4(Sun) 16:46:39|NO.45229

それだけじゃわからない。
とりあえず推測して書いてみたけど実数型に初期化するくらいしか思いつかない。

ZIKA = 0.0 ;実数型に初期化 *AHYA ZIKA+0.1 wait 10 stick AI,256 if AI=256:goto *OWA goto *AHYA *OWA color 255,255,255 boxf color 0,0,0 pos 20,115 font "MS ゴジック",150 mes "終 了" wait 300 pos 500,350 button "結果",*KEKKA stop *KEKKA screen if ZIKA=MO:goto *ZYASU:else:TIGA=ZIKA-MO if TIGA<10:goto *SUKO if TIGA<30:goto *MA if TIGA<50:goto *KORE if TIGA>50:goto *AAA



初心者

リンク

2012/3/4(Sun) 17:36:17|NO.45230

解決しました!
ありがとうございます



ONION software Copyright 1997-2023(c) All rights reserved.