SpaceMerc....Next update....again? lol
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact:
SpaceMerc....Next update....again? lol
Well I've been busy again....Be prepared for this update!
I've put my 8If collision detecting routine in, and now you can shoot the enemies and be shot! Woot!
Also you can crash into them as well.
Doesn't anyone know sfx? How to do them?
Well, tell me what you think. Next update will be powerups.
SpaceMerc
I've put my 8If collision detecting routine in, and now you can shoot the enemies and be shot! Woot!
Also you can crash into them as well.
Doesn't anyone know sfx? How to do them?
Well, tell me what you think. Next update will be powerups.
SpaceMerc
"But...It was so beutifully done"
-
- Veteran
- Posts: 1055
- Joined: Sun Jan 02, 2005 2:11 pm
- Location: At my computer
- Contact:
Cool, yep.. You still need to look into this right move prob...
SFX:
Change it around to what you want, just don't change:
"MB T255 L16" <- those make it play in the BG right...
SFX:
Code: Select all
'Before main loop...
'Set your octave to what ever
'you like...
PLAY "MB T255 L16 O3"
DO
IF bx = 1 THEN PLAY "ABDBABD": CALL Fire
IF bx = 1 THEN PLAY "DBDBDBD": CALL Missle
LOOP
"MB T255 L16" <- those make it play in the BG right...

-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
(x.t.r.GRAPHICS)
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact:
Nope.
MB does. T255 sets the Tempo (This is a really fast one), L16 sets the length of the Note (1/16 of a whole note is what it is here, we call it a 16th note), O3 sets the octave (the middle octave here).
I know all that stuff but I ment How do I make it sound like fire and being hit, explosion sounds etc? That stuff sounds like when I play on the piano...speaking of which...I feel like doing it right now, excuse me.
MB does. T255 sets the Tempo (This is a really fast one), L16 sets the length of the Note (1/16 of a whole note is what it is here, we call it a 16th note), O3 sets the octave (the middle octave here).
I know all that stuff but I ment How do I make it sound like fire and being hit, explosion sounds etc? That stuff sounds like when I play on the piano...speaking of which...I feel like doing it right now, excuse me.

"But...It was so beutifully done"
-
- Veteran
- Posts: 1055
- Joined: Sun Jan 02, 2005 2:11 pm
- Location: At my computer
- Contact:

But, MB takes time to activate, you need to set it to "T255" and "L16" to get it to work without pausing the game... other wise it will cause it to stand still while the sound plays...
Take BA-SIC MU-SIC II, start it, start your line off with:
MB T255 L16
Then store it (play once, then hit "Add to",.. this will move it to current, so now all you have to do is hit "Undo" to erase uwanted SFX and not have to reput "MB T255 L16" every time..

Just remember to remove the "MB T255 L16" from your note, and place it before the Main LOOP...

-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
(x.t.r.GRAPHICS)
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact:
-
- Veteran
- Posts: 1055
- Joined: Sun Jan 02, 2005 2:11 pm
- Location: At my computer
- Contact:

Key:
(Basicaly, quick guide of all functions and commands are here)
Current: (Stored notes)
PLAY: (Type notes here, w or w/o "", either way it works)
After you press Enter:
CLS
Notes are displayed while they play...
Then you go to my favorite menu design (BM2(Fire faded scrolling menu)) that gives you all your editing opps... simple, you can make SFX with it, and if you don't want to, I'll crank it up, and try my hand at it...

-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
(x.t.r.GRAPHICS)
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact:
How about when I'm done my core I'll give you the source, and you can put some SFX in. I'll tell you where they will need to go. So how 'bout it? It could be like another one of those trans-online QB Projects
.
I'm musically challenged when it come to computers, but you don't seem to me
.
Yes I did look at BASIC MUSIC 2, it wouldn't run on my computer.

I'm musically challenged when it come to computers, but you don't seem to me

Yes I did look at BASIC MUSIC 2, it wouldn't run on my computer.

"But...It was so beutifully done"
-
- Veteran
- Posts: 1055
- Joined: Sun Jan 02, 2005 2:11 pm
- Location: At my computer
- Contact:

Yeah, can do,.. still, you've sparked intrest, I must go play with BM2!!!


-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
(x.t.r.GRAPHICS)
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact:
Ya I did see your logo, and the intro music. The second time, I just didn't watch it (I read the ReadMe lol).
Hey well, its pay back
. You've struck my interest to play piano this afternoon
.
Just don't get bored with it before I give you the source.
BTW its hear not here.
Do I need to give you another link to Dictionary.com? lol
jk
Hey well, its pay back


Just don't get bored with it before I give you the source.

BTW its hear not here.


"But...It was so beutifully done"
-
- Veteran
- Posts: 1055
- Joined: Sun Jan 02, 2005 2:11 pm
- Location: At my computer
- Contact:


Here, hear, I use "here" more so my fingers tend to it more, and even more when I type really fast... heh..

You can play the piano and not PLAY? heh, I can't play the piano and can play PLAY, now isn't that funny....


-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
(x.t.r.GRAPHICS)
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact:
-
- Veteran
- Posts: 1055
- Joined: Sun Jan 02, 2005 2:11 pm
- Location: At my computer
- Contact:
- Mitth'raw'nuruodo
- Veteran
- Posts: 839
- Joined: Sat Jan 22, 2005 11:04 am
- Location: Eastern Coast of US
- Contact: