I need the animated title screen script..the link in the database to it leads to somthing else..i forget what..but can someone help me out?
couldn't you just go under Scene_Title, and where it says:
@sprite = Sprite.new
@sprite.bitmap = RPG::Cache.title($data_system.title_name)
or, i.e., to draw the title bitmap, and replace the command to draw a bitmap with a command to draw a movie clip (.avi, or whatever) in the Titles folder of your game called title.avi?
yeah....i do have an avi script i could use for it