Page 9 of 20
Re: Tutorial Thread

Posted:
March 20th, 2010, 9:57 am
by Kirby859
Buffooner wrote:It's not exactly flash coding, more SM63 LD coding. If you just play with the code, you may figure something out.
[pacefalm NUKE]
~Kirby859
Re: Tutorial Thread

Posted:
March 23rd, 2010, 5:23 pm
by Pseudo- dino
Naw, ASCII is a form of Internet art, where you draw with available characters.
Re: Tutorial Thread

Posted:
March 31st, 2010, 4:42 pm
by fourinone
Pseudo- dino wrote:Naw, ASCII is a form of Internet art, where you draw with available characters.
Actually, that's called "ASCII art", i.e., art made with ASCII. ASCII is a standard set of frequently used characters, including many of your keyboard keys.
But Buffooner is most accurate on this, methinks. Yes, the LD uses ASCII, but the commands are determined by SM63's engine.
Re: Tutorial Thread

Posted:
April 2nd, 2010, 7:26 pm
by 0ayersaaron0
how do you make a level windy
Re: Tutorial Thread

Posted:
April 2nd, 2010, 7:34 pm
by Kimonio
.....That has yet to have been discovered.
But if you use moving platforms, and Mario is walking on the ground, you can make it so that he is sent back everytime he steps on a moving platform.

Re: Tutorial Thread

Posted:
April 16th, 2010, 2:18 am
by Worst_master
A little tips for typing speed in some platform!
If you want to make the speed is 0.5, you put ".5" is okay, then it will change to "0.5" automately!
Re: Tutorial Thread

Posted:
June 12th, 2010, 1:03 pm
by Blakunosi
how do you do colours and BOLD on signs in the game?
Re: Tutorial Thread

Posted:
June 12th, 2010, 1:59 pm
by Buff_
HTML
<b>TEXT</b> is bold
<color = color=#40BFFF>TEXT</color>
The 40BFFF can be changed. Just look at the colour you want either by looking it up on google, or checking here by looking at the font colour tab.
Re: Tutorial Thread

Posted:
June 12th, 2010, 6:24 pm
by Worst_master
NO!
<b>HELLO!</b>=HELLO!
<i>HELLO!</i>=HELLO!
<u>HELLO!</u>=HELLO!
<font color="#FF0000">HELLO!</font>=HELLO!
<font face="calibri">HELLO!</font>=HELLO!
<font size="20">HELLO!</font>=HELLO!
<br></br> Can be used in title, make a new row.
Re: Tutorial Thread

Posted:
June 23rd, 2010, 8:01 pm
by Firestar
Got an idea.
I have a thought.
0*147*3v0*1352 is a background tile, right?
Well, maybe if I take a part of that coding out and put in a certain place of a tile MAYBE it will turn into a background.
What do you guys think?
What about you, Runouw?