Help with "title game" "select screen"!

PixyLJ

New member
Hello Chrono Crash!
Thanks for the help in my last post about how to make another endings! And now i have other question. i see in other great mods of Openbor where his developers has been change the "game title" and "Character Select title".I See them has been make it more dynamic and more beautiful. for example, like this


DhhHEqC.gif

Just like a level.txt!
with background
front
and panel!

PD: Sorry my English... again :(
 
utunnels said:
Or you can use summonframe to spawn the effect as another entity.

Yeah! but, i dont know how i can spawn that entitues in the select screen or in the Title Game, just in levels :(
Can you explain me this how to make that? Please :D
 
yes if you can code in c, you can call a script with instance: script    data/script/player_script.c
then you can call a function that detects if you are in the select screen. For example you can check if you are in the select screen with
openborvariant("in_selectscreen"). If true you can draw your useful sprites with drawsprites functions ;)
 
Back
Top Bottom