I need help making a script for a BMTron type game.
If you don't know what BMTron is, google it, play it then come back and help me.
My scripts so far suck, and the people in Scratch chat won't help me
*Cough* Boi *cough cough* Rhy *cough*
Offline
oh but your not a new scratcher...
Offline
explosivedude wrote:
oh but your not a new scratcher...
Yeah, been here a while.
Haven't actually been using the program all that much, though.
The last time I even opened it was almost six months ago
Offline
Could you possibly provide links to the full versions of the images?
Offline
so you're finally finishing that thing. The problem is, since you have a forever without stop scripts, the thing will go on forever.
Offline
you ought to simplify your scripts seriously
Offline
Subh wrote:
you ought to simplify your scripts seriously
blade is a newbie when it comes to programming, you need to explain more.
Offline
if key up arrow pressed,
set dir to 0
repeat until not dir = 0
.....(code)
and things like that
Offline
I can't read anything still
Offline
Blade-Edge, upload it, I'll download it, and I'll fix it. Then you can download it, and you can continue working. I see the problem, but I don't know how to explain... Well, I don't know how to explain to non-programmers, I guess. Just upload it, send me a link, and I'll do the rest.
Offline
Jimmy-Jermaine wrote:
Could you possibly provide links to the full versions of the images?
http://img52.imageshack.us/img52/5606/sadax.gif
http://img200.imageshack.us/img200/7785/script2.png
Here's the images larger. Just magnify it.
Last edited by coka (2010-07-01 10:23:28)
Offline
Okay, so get rid of the forever scripts? I just needed to know how I would make it move in whatever direction the arrow key just pressed was in, without stopping (like bmtron) and to switch costumes while doing so
Offline
Blade-Edge wrote:
Okay, so get rid of the forever scripts? I just needed to know how I would make it move in whatever direction the arrow key just pressed was in, without stopping (like bmtron) and to switch costumes while doing so
Just put the parts with the forever scripts in their own scripts and things should work fine. Split the scripts up into separate scripts.
Offline
juststickman wrote:
so you're finally finishing that thing.
Well, not really
It was norberts' and I just took the sprite because I had an idea for it
This is the title screen
Offline
Blade-Edge wrote:
juststickman wrote:
so you're finally finishing that thing.
Well, not really
It was norberts' and I just took the sprite because I had an idea for it
This is the title screen
http://img20.imageshack.us/img20/7052/glopptron.png
?
BTW: What is the game going to be about? I know what TYPE of game it is, what is it going to be about.
Last edited by samurai768 (2010-07-01 12:54:55)
Offline
samurai768 wrote:
Blade-Edge wrote:
juststickman wrote:
so you're finally finishing that thing.
Well, not really
It was norberts' and I just took the sprite because I had an idea for it
This is the title screen
http://img20.imageshack.us/img20/7052/glopptron.png?
BTW: What is the game going to be about? I know what TYPE of game it is, what is it going to be about.
Four slimes with slime trails trying to kill each other, basically
Offline
Does that work for what you want to do? Oh, and the last "if" bit... I added that in, so that the slime could kind of "breath" while stationary... but that bit's not necessary
Offline