loupsky 发表于 2008-8-26 23:48:42

我的标题画面怎么变成这样啦?

文字挤在一块了,或许说只有一半了。
根据教程做得(复制,粘贴)
http://p13.freep.cn/p.aspx?u=v20_p13_p_0808262344126850_0.jpg
按钮图片是:
http://p13.freep.cn/p.aspx?u=v20_p13_p_0808262346425181_0.jpg

0.txt的代码是:
;mode800
*define
game

*start

bg "image\background\home.jpg",0

lsp 11,":a/2,0,3;image\button\start.jpg",300,250
lsp 12,":a/2,0,3;image\button\load.jpg",300,300
lsp 13,":a/2,0,3;image\button\exit.jpg",300,350

print 1

btndef ""
spbtn 11,1
spbtn 12,2
spbtn 13,3

btnwait %0



if %0<=0 goto *start
if %0==1 goto *newgame ;开始新游戏
if %0==2 goto *loadgame ;读取进度
if %0==3 goto *endgame ;结束游戏

*loadgame
systemcall load ;呼叫NS的读档选单
goto *start

*endgame
end

*newgame
csp -1
print 1
开始游戏\
end

loupsky 发表于 2008-8-27 02:32:38

已解决
lsp 11,":a/2,0,3;image\\button\\start.jpg",300,250
lsp 12,":a/2,0,3;image\\button\\load.jpg",300,300
中的a要改为1

CountD 发表于 2008-8-27 09:57:53

==把每个参数的作用看明白了自己写不要复制粘贴.......................
页: [1]
查看完整版本: 我的标题画面怎么变成这样啦?