Re: Zed98: Beyond The Day (?)
Whoa, its a 3D game? Its 2D I thought?
Anyways what do you use to make music?
Anyways what do you use to make music?


Koopa Yoshi wrote:Whoa, its a 3D game? Its 2D I thought?
Anyways what do you use to make music?
Zed98 wrote:Shadrixian wrote:Pregunta numero uno: How did you make the music in the first post? What program? o,O
1. I used Jazz Midi Sequencer


Megaboy wrote:LARGE ANNOUNCEMENT ZED DOESN'T KNOW ABOUT
Most of my special moves involve a sword (Oooohhh)
Oh and Jello
bro, he no use stencyl cuz he has all data on GM8.
//Codes for moving in a "roaming" style.
//Varibles needed: dir, moving, walkspeed
if moving = 1
{
if dir = 0
walkspeed -= argument0
if dir = 1
walkspeed += argument0
}
else
if moving = 0
{
if dir = 0
if walkspeed < -0.1
if walkspeed > 0.1
walkspeed += argument0
if dir = 1
if walkspeed > -0.1
if walkspeed < 0.1
walkspeed -= argument0
}
if walkspeed > argument1 //Commonly 4
walkspeed= argument1
if walkspeed < -argument1 //Reversed
walkspeed= -argument1
sight = 0
attack = 0
hp = 10
moving = 0
walkspeed = 0
pursuit = 0
dir = random_range(0,1)
dirswitch = 0
exitrest = 0
alarm[0]=2.5*room_speedalarm[0]=2.5*room_speedmoving = random_range(0,2)
dirswitch = random_range(0,2)
if dirswitch = 2
{
if dir = 0
{
dir = 1
exitrest = 1
}
if dir = 1
{
if exitrest = 0
dir = 0
}
exitrest = 1
exitrest = 0
}if moving = 2
moving = 1