标题: [完]【新人就是问题多—_—|||】关于选择条和call
nozomiqx (大珂)
会员
Rank: 1
火星驻地球大使馆首席交流大使


UID 2274
精华 0
积分 163
帖子 54
阅读权限 5
注册 2009-7-23
来自 火星
 
发表于 2009-8-3 17:02  资料  短消息  加为好友  QQ
[完]【新人就是问题多—_—|||】关于选择条和call

我一@call storage=macro.ks,它就不会动了——
还有就是怎样制作按钮类型的选择条,代码我自己还是研究不出来,希望多多帮忙,表现太简单哈~~~
(如附件)

[ 本帖最后由 nozomiqx 于 2009-8-13 12:16 编辑 ]



查看积分策略说明
附件
2009-8-3 17:02
未命名.JPG (76.27 KB)
 
点击在新窗口查看全图




有GL、BL、LES、GAY的世界才是真正河蟹的世界~~~
顶部
hanyueying
禁止发言




UID 2282
精华 0
积分 16118
帖子 3246
阅读权限 0
注册 2009-7-30
 
发表于 2009-8-3 19:52  资料  短消息  加为好友 
你的macro里最后没有return吧!

顶部
nozomiqx (大珂)
会员
Rank: 1
火星驻地球大使馆首席交流大使


UID 2274
精华 0
积分 163
帖子 54
阅读权限 5
注册 2009-7-23
来自 火星
 
发表于 2009-8-3 20:47  资料  短消息  加为好友  QQ
e~~~我回去看看~~~那你能不能解决我第二个问题乜?





有GL、BL、LES、GAY的世界才是真正河蟹的世界~~~
顶部
hanyueying
禁止发言




UID 2282
精华 0
积分 16118
帖子 3246
阅读权限 0
注册 2009-7-30
 
发表于 2009-8-3 21:04  资料  短消息  加为好友 
这个把里面相应的图片换成你想要的图片就是了

顶部
nozomiqx (大珂)
会员
Rank: 1
火星驻地球大使馆首席交流大使


UID 2274
精华 0
积分 163
帖子 54
阅读权限 5
注册 2009-7-23
来自 火星
 
发表于 2009-8-3 21:07  资料  短消息  加为好友  QQ
可是我比较想弄明白啊~~~





有GL、BL、LES、GAY的世界才是真正河蟹的世界~~~
顶部
resty
会员
Rank: 1



UID 2180
精华 0
积分 178
帖子 81
阅读权限 5
注册 2009-5-13
 
发表于 2009-8-3 21:41  资料  短消息  加为好友 
按钮类型的选择条一般就是按钮,完

顶部
nozomiqx (大珂)
会员
Rank: 1
火星驻地球大使馆首席交流大使


UID 2274
精华 0
积分 163
帖子 54
阅读权限 5
注册 2009-7-23
来自 火星
 
发表于 2009-8-3 22:12  资料  短消息  加为好友  QQ
然后我改了一下原游戏的内容~~~然后然后~~~就变成这个样了~~~~两边多出来了~~~

*start
[macro name=lform]
@macro name=sele
;选择
[rclick enabled=false]
[backlay]

[position layer=message3 left=180 top=300 width=41 height=39

marginl=5 margint=5 marginr=5 marginb=5 opacity=0 page=fore

visible=true frame="sele_01"]

[current layer=message3 page=fore][er][nowait]
[emb exp="mp.sele_01"][endnowait]

[position layer=message4 left=180 top=300 width=41 height=39

marginl=5 margint=5 marginr=5 marginb=5 opacity=0 page=fore

visible=true frame="sele_01"]

[current layer=message4 page=fore][er][nowait]

[emb exp="mp.sele_01"][endnowait]

[if exp="mp.sele3 != void"]

[position layer=message5 left=180 top=300 width=41 height=39

marginl=5 margint=5 marginr=5 marginb=5 opacity=0 page=fore

visible=true frame="sele_01"]

[current layer=message5 page=fore][er][nowait]

[emb exp="mp.sele_02"][endnowait]

[endif]

@move layer=message3 time=200 path="(173,246,255)"
@move layer=message4 time=200 path="(173,296,255)"
@move layer=message5 time=200 path="(173,346,255)" cond="mp.sele3

!= void"

[position layer=message6 left=0 top=0 width=41 height=600

marginl=0 margint=0 marginr=0 marginb=0 opacity=0 page=fore

visible=true]
[current layer=message6 page=fore]
[locate x=25 y=246]
@button normal="sele_01" over="sele_02" target=%sel1 clickse="l3"

enterse="l4" recthit=true
[locate x=25 y=296]
@button normal="sele_01" over="sele_02" target=%sel2 clickse="l3"

enterse="l4" recthit=true
[locate x=25 y=346]
@button normal="sele_01" over="sele_02" target=%sel3 clickse="l3"

enterse="l4" recthit=true cond="mp.sele3 != void"
[s]

@endmacro

@macro name=dsele
[current layer=message6 page=fore][er]
@move layer=message3 time=200 path="(173,600,255)"
@move layer=message4 time=200 path="(173,600,255)"
@move layer=message5 time=200 path="(173,600,255)" cond="mp.sele3

!= void"
[wm]

[backlay]
[rclick call=true target=*sys_0 storage=trac.ks enabled=true]
[store enabled=true]
[current layer=message0 page=fore]
[er]
@endmacro

[return]



查看积分策略说明
附件
2009-8-3 22:12
未命名2.JPG (75.06 KB)
 
点击在新窗口查看全图




有GL、BL、LES、GAY的世界才是真正河蟹的世界~~~
顶部
全局变量D
亲友
Rank: 2



UID 14
精华 1
积分 1262
帖子 719
阅读权限 50
注册 2006-12-20
 
发表于 2009-8-3 23:00  资料  短消息  加为好友 





顶部
nozomiqx (大珂)
会员
Rank: 1
火星驻地球大使馆首席交流大使


UID 2274
精华 0
积分 163
帖子 54
阅读权限 5
注册 2009-7-23
来自 火星
 
发表于 2009-8-5 14:23  资料  短消息  加为好友  QQ
LM2代码不通用~~





有GL、BL、LES、GAY的世界才是真正河蟹的世界~~~
顶部
nozomiqx (大珂)
会员
Rank: 1
火星驻地球大使馆首席交流大使


UID 2274
精华 0
积分 163
帖子 54
阅读权限 5
注册 2009-7-23
来自 火星
 
发表于 2009-8-5 16:21  资料  短消息  加为好友  QQ
为什么连bg都没有了~~~



查看积分策略说明
附件
2009-8-5 16:21
ehtqtjqtjh.JPG (12.34 KB)
 
点击在新窗口查看全图




有GL、BL、LES、GAY的世界才是真正河蟹的世界~~~
顶部
 



清除 Cookies - 联系我们 - [Key Fans Club] the Council of Doujin-game Development and Promotion - Archiver - WAP
Powered by Discuz! 5.5.0 © 2001-2006 Comsenz Inc.
Processed in 0.024745 second(s), 10 queries , Gzip enabled
粤ICP备05060595号
[ 当前模板 - 天高云淡 v 设计制作 - 七星论坛 v 请使用1024*768或以上分辨率浏览本模板 ]
请勿删除或修改此处版权图示