プレイ日記
Party rock PartyRockx
i want to copy this mouse and paste it in sp1
3そうだね
プレイ済み
返信[1]
親投稿
Snookems apples2254
ok
0そうだね
プレイ済み
返信[2]
親投稿
Party rock PartyRockx
i dont know how
0そうだね
プレイ済み
返信[3]
親投稿
Snookems apples2254
copy, load'filename' paste
0そうだね
プレイ済み
返信[4]
親投稿
MathPRG MathProgrammer
Yeah, unfortunately you can't copy between layers directly anymore. You have to load it into another sheet, or use GCOPY, which would be very tedious to work with without seeing what you're doing...
1そうだね
プレイ済み
返信[5]
親投稿
Party rock PartyRockx
MathPRG can you give me a step by step i dont understand
0そうだね
プレイ済み
返信[6]
親投稿
BOTW Chris weslee2004
Is this for the game.
1そうだね
プレイ済み
返信[7]
親投稿
MathPRG MathProgrammer
Are you trying to combine these sprites with those already existing on another page? If so, you can't use LOAD because that will erase everything already on the destination page; you'll have to find the top-left coordinate of the region you want to copy, then the bottom-right, put those in GCOPY, and set a different destination page and the X and Y coordinates of where you want it.
0そうだね
プレイ済み
返信[8]
親投稿
MathPRG MathProgrammer
Next time you go into the editor, the copied region should show up on the destination page. For example, if you wanted to copy everything from X=0, Y=0, to X=16 and Y=32, copying from page 2 to page 4 with the top left corner being at 128,96, it'd be somewhat like this: GPAGE <displayPage>,2 GCOPY 4,0,0,16,32,128,96
0そうだね
プレイ済み
返信[9]
親投稿
MathPRG MathProgrammer
Just replace display page with whatever graphic page you want the user to see at the time. I'd you want it to use the page already in display, use 'GPAGE OUT VP,WP' then replace the <displayPage> part in the command I gave you with VP.
0そうだね
プレイ済み
返信[10]
親投稿
MathPRG MathProgrammer
If you want, not I'd you want...
1そうだね
プレイ済み
返信[11]
親投稿
Party rock PartyRockx
... i didn't understand a thing u just sed
0そうだね
プレイ済み
返信[12]
親投稿
Party rock PartyRockx
hey MathPRG we are making a game and we could use a genus like u.
1そうだね
プレイ済み
返信[13]
親投稿
MathPRG MathProgrammer
If you'd like my help, I'd glad to give you some pointers, although I've already got another update for one of my games in progress, so I don't really think I'd like to do a collaborative project quite yet.
1そうだね
プレイ済み
返信[14]
親投稿
MathPRG MathProgrammer
I'd be glad... Grammar failures, even I make them when typing.
1そうだね
プレイ済み