Working on the fade-in/fade-out effect that happens in Quickman's stage (not available in any other stage). Plan is to make it an entity like everything else that (when entity comes into view) sets to either fade-out or fade-in the level. This will allow easy placement in the editor. Already have the Hot Head enemies deal with the fade-in/fade-out effect with the fire-like shade, but now I have to handle how to have both interact with each other.
EDIT EDIT: @Miblon one equals sign (=) is used for assigning a value to a string/variable. Two equal signs (==) is for comparison.
I did that. For each direction, it assigns a number to variable DIREC like this: @LEFT
code
code
code
DIREC=4
code
RETURN
And now I'm trying to get my character to slash, like this:
IF DIREC==4 AND BTRIG()==16 THEN GOSUB @SLASHLEFT
and it gives me a syntax.
Here's what I positively sure I have:
A @SLASHLEFT
The DIREC is assigned to a number
Two equal signs
Try doing BTRIG(0). May not work, though.
Syntax Error!
This isn't a interesting signature. Go look at someone elses.
Friend Code: 5370-0889-8930
EDIT EDIT: @Miblon one equals sign (=) is used for assigning a value to a string/variable. Two equal signs (==) is for comparison.
I did that. For each direction, it assigns a number to variable DIREC like this: @LEFT
code
code
code
DIREC=4
code
RETURN
And now I'm trying to get my character to slash, like this:
IF DIREC==4 AND BTRIG()==16 THEN GOSUB @SLASHLEFT
and it gives me a syntax.
Here's what I positively sure I have:
A @SLASHLEFT
The DIREC is assigned to a number
Two equal signs
Try doing BTRIG(0). May not work, though.
Syntax Error!
BTRIG(0)==16 causes a syntax error. BTRIG()==16 does not.
@Miblon
I don't like posting others qr code, but this comes from the late PetitProfessor. Don't know where he is now. It is a character that walks around the screen slashing with a sword when you push the A button.
The problem is, I can't read QR codes. My outer camera is broken, and I plan on getting it fixed soon. Could you, if possible, give me the code for the program using Notepad or Word or something? It would be helpful.
This isn't a interesting signature. Go look at someone elses.
Friend Code: 5370-0889-8930
@Leviceljir is this what you're talking about? It's new in 1.8
If Facebook, Myspace, Twitter, Instagram, and Snapchat were all destroyed, 90% of teens would go insane. If you're one of the 10% that would be laughing at them, copy & paste this into your signature and hope it happens.
And now I'm trying to get my character to slash, like this:
IF DIREC==4 AND BTRIG()==16 THEN GOSUB @SLASHLEFT
and it gives me a syntax.
Well, I typed that line and it doesn't give me syntax error. Either you typed it wrong in your device, or the error lies somewhere else. I suggest you condense it to the smallest program possible, and give the exact error message. That means the type of error and line number. Whatever your error is, it's not that line.
@ramstrong I've finally gotten around to posting the information @Discostew posted earlier about the GRP file format on the Wiki, along with the extra information @Calc84maniac provided. I'll add some sample code later, but for now, it seems all right. Hopefully people can find this information easily now, and can make their own external GRP manipulators.
@ramstrong I've finally gotten around to posting the information @Discostew posted earlier about the GRP file format on the Wiki, along with the extra information @Calc84maniac provided. I'll add some sample code later, but for now, it seems all right. Hopefully people can find this information easily now, and can make their own external GRP manipulators.
Excellent! I ought to print that page already. So, where'd you put the "sprite on touchscreen" info?
edit:
So, am I correct in assuming that this code will "unscramble" the data so that loading on PC will yield straight data?
No, I didn't know that. As I remember it, the explanation was rather long. There's a note (p. 37) saying "User characters cannot be displayed on this screen" thing, so I never bothered to learn it. So, one page sprite is okay?
Also, I thought the name is SPS0: Is that right?
I've been using GPUTCHR instead, so I guess I'm ignorant in that respect.
CX=0:CY=0
FOR J=0 TO 2:FOR I=0 TO 3
FOR Y=0 TO 7:FOR X=0 TO 7
FOR YY=0 TO 7:FOR X=0 TO 7
GPAGE 1
C=GSPOIT((I*64+X*8+XX),(J*64+Y*8*YY))
GPSET (I*64+X*8+XX),(J*64+Y*8*YY),0
GPAGE 0
GPSET CX,CY,C
CX=(CX+1)%256
IF CX==0 THEN CY=CY+1
NEXT:NEXT
NEXT:NEXT
NEXT:NEXT
WAIT 6000
EDIT:
No. This isn't right either. This stuff is giving me a headache. In the end, I forced the issue. I think the right method will scan it venetian-blind like, 8 steps at a time. It's too late, and I'm tired. Will try it again tomorrow.
@Leviceljir is this what you're talking about? It's new in 1.8
**Sigh** Pearson. Always making Mods that I am making into the game. But Except some were to be retextured. Now this Mod is too easy for me.
Also @IAmAPerson I tried a manual conversion of my 1.5 map. It worked. Well sorta. When I use it in 1.7.1 It randomly crashs and I can't build anything and save or its says its unreadable. So.... Can you fix what I did wrong sometime today? Please?
Also, Beta 1.8 is coming out very soon, but the changs in map saving are too complex for an auto conversion, so you'll have to start over on your maps. If you're too upset, I can attempt a manual conversion on your map, but I'm not sure it'll work.
If Facebook, Myspace, Twitter, Instagram, and Snapchat were all destroyed, 90% of teens would go insane. If you're one of the 10% that would be laughing at them, copy & paste this into your signature and hope it happens.
Also, Beta 1.8 is coming out very soon, but the changs in map saving are too complex for an auto conversion, so you'll have to start over on your maps. If you're too upset, I can attempt a manual conversion on your map, but I'm not sure it'll work.
Manual converting is kinda easy... Isn't it just changing the colors on the top of the grp to the same as a map from the same update?
@Leviceljir nowhere near that easy for some updates. When you load, do you see that huge clump of dots? Each one is representing a different attribute. One might be CAMX (your X coord), another line of dots is the version, a line of dots for your nickname, a dot for how far left or right you're looking (the variable CAMA), etc. The reason they can't convert in this update is because so much has changed in the saving, it is very difficult to convert. Each map has different attributes, so I can't just use a GCOPY on there. Some dots are moved, there are new lines of data, etc. Hehehe but beware for the save data for survival worlds.
If Facebook, Myspace, Twitter, Instagram, and Snapchat were all destroyed, 90% of teens would go insane. If you're one of the 10% that would be laughing at them, copy & paste this into your signature and hope it happens.
Forums
Topic: Petit Computer
Posts 7,821 to 7,840 of 9,618
Sorry, this topic has been locked.