Project1
标题:
如何复制$game_map.screen.pictures[1] ?
[打印本页]
作者:
gaofei677
时间:
2015-2-25 15:24
标题:
如何复制$game_map.screen.pictures[1] ?
想要直接复制$game_map.screen.pictures[1] ,我用了以下方法:
$game_map.screen.pictures[1].show("行程左边底板",0,190,y,100,100,150,0)
a = $game_map.screen.pictures[1].clone
复制代码
这样用了以后不知道应该怎么显示a, 也不知道应该怎么移动a, 求大家指点~
作者:
taroxd
时间:
2015-2-25 16:28
老老实实用精灵吧。Game_Picture 是事件向的,用脚本操控并不容易。
作者:
喵呜喵5
时间:
2015-2-25 18:11
未测试
$game_map.screen.pictures[2] = a
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1