cls 0 :x=550 :y=300 :z=50 :v=20 :w=100 pos 0,v color 0,0,255 :font 'MS Pゴシック',40,1+2 mes 'アクションシューティング' pos x-w-z-v*3,y :font 'MS Pゴシック',30,1 :objmode 2 :objsize 300,50 button 'ゲームスタート',*a button '操作説明',*b button '終了',*c stop *a cls 0 pos z,v :color 255,0,0 :font 'MS Pゴシック',50,1 mes 'ステージ選択' pos x-w-z,y-w*2 :font 'MS Pゴシック',30,1 :objmode 2 :objsize w*2,v*2 button 'ステージ1',*d button 'ステージ2',*e button 'ステージ3',*f button 'ステージ4',*g button 'ステージ5',*h button 'ステージ6',*i color 0,0,0 mes '最終ステージ' button 'ステージ7',*j mes ' ' button '終了',*c stop *b cls 0 pos z,v mes '操作説明' pos z,v+z mes 't' stop *c end *d cls 0 stop *e exec 'notepad' stop *f exec 'notepad' stop *g exec 'notepad' stop *h exec 'notepad' stop *i exec 'notepad' stop *j exec 'notepad' stop *k exec 'notepad' stop
で実行しようとすると、
#Error 6 in line 2(???)
-->パラメータの型が違います
と出てしまいます。
いったいなぜ出るんでしょうか。
そしてどこを直せば実行できるようになるのでしょうか?
教えてください。
お願いします。