-Game Maker-
Yeah, I started getting back into it.I just want to make small games for now.Any ideas or example requests?I made a small terrain generator. Very simple.-Avatar Badge-I got one. =DMeet Sodaface!(Inspired by Borat somehow..)-Hits-I don't care about the amount.Just how sexy it looks. =D-Marionette-Username change.It'll be up sooner or later..-Pixel Art-Meh, still taking a break.-Music-Eh, I can never finish writing a song.Should I start with poems first?-Discussion Section-For now on, my blogs will have a discussion section.Basically, I just ask a question, maybe a poll, or other stuff.-Discussion-Do any of you have any good songwriting tips?
I find it much easier to write words to music than vice versa, but I usually operate outside 4/4. Generally I start off with various related rhythmic structures (different divisions of 24/16 etc), rather than variations of a melody.
Dunno if that's any help though. >_<Hyperion is just trying to confuse you so that he can have 4/4 all to himself.
btw, I demand you to make a Joust clone.Feel free to. You know my e-mail right?
Terrain generators seem popular these days.
Alright, the sprite is a 10x1 black line.
On create of the object "terr":if x<room_width-10{instance_create(x+10,choose(y-1,y,y+1),terr);}So it's basically either making a line above, aligned, or under your previous. You could easily change it into a script.10 would be replaced with argument0. (Length of sprite)terr would be replaced with argument1. (Object Name)It's pretty bad, but it works.I'll make a more advanced one sometime.lol.
Sweet jesus, that's basic D=
Yeah, basically the point. D: