RGB color in title menu

jonsilva

New member
hello

i think one time a saw post that said you could use an RGB color image in the title menu...? "because the title is only one image"...
Can this be done ? if so what would be the file format to save the image ? (PSD,PDD,Jpep) ?

also
can OpenBOR take more than 2 files for intro animations...
i have several animations in logo.txt and intro.txt...

# music [path] [loop] # BOR file to play
# animation [path] [x] [y] # GIF animation to play
# silence # Stop music
music data/music/intro1.bor
animation data/scenes/INTRO1.gif 0 0
animation data/scenes/INTRO2.gif 0 0
animation data/scenes/INTRO3.gif 0 0
animation data/scenes/INTRO4.gif 0 0
animation data/scenes/INTRO5.gif 0 0
animation data/scenes/INTRO6.gif 0 0
animation data/scenes/INTRO7.gif 0 0

music data/music/intro2.bor
animation data/scenes/LOGO1.gif 0 0
animation data/scenes/LOGO2.gif 0 0
animation data/scenes/LOGO3.gif 0 0
animation data/scenes/LOGO4.gif 0 0
animation data/scenes/LOGO5.gif 0 0
animation data/scenes/LOGO6.gif 0 0

but the problem is that the intro music passes to the menu screen...
it would be better if i used a diferent music for the menu
 
heres how i did it on my fantastic four game to intro scene dont invade the music in title

music          data/music/mi.bor    0    #marvel intro scene sound
animation      data/scenes/marvel.gif 0 0

silence


#animation data/scenes/ffintro.gif 0 0


music          data/music/introa.bor    0    #intro part1 sound
animation data/scenes/intro/00.gif 0 0
animation data/scenes/intro/01.gif 0 0

music          data/music/introb.bor    0 #intro part 2 sound
animation data/scenes/intro/02.gif 0 0
animation data/scenes/intro/03.gif 0 0

music          data/music/introc.bor    0  #intro part3 sound
animation data/scenes/intro/04.gif 0 0
animation data/scenes/intro/05.gif 0 0
#animation data/scenes/intro/06.gif 0 0
animation data/scenes/intro/07.gif 0 0
animation data/scenes/intro/08.gif 0 0
#animation data/scenes/intro/09.gif 0 0
animation data/scenes/intro/10.gif 0 0


silence
music          data/music/remix.bor    1    #menu music starts  here
 
Back
Top Bottom