Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

can someone please help?

can someone tell me the script for the intro, by intro I mean like to have the BG black and letters apearing telling a bit from the story...and then the main title....
please help.
 
well, I want an intro. not of one of poeple moving, no I want black BG and letters to appear discribing a bit of the story, then the words to vanish and the main title appears...
 
Well, if you want advice, create a custom Scene class. In this Scene, you will just need to create sprites and windows, and then have them do whatever you want in this scene. Below your scene class, add:

Code:
begin
  $scene = Scene_yourscene.new
  $scen.main
end

So your code will look like:
Code:
class Scene_yourscene
  # insert coding here
end
begin
  $scene = Scene_yourscene.new
  $scen.main
end


Now, if you are looking for how to make a scene, check the tutorials forum for that and if you have specific questions, you can ask them here.



-OR-

Elaborate on your request, tell me you want a request, and I can move this to the Script Request forum.
 
It may or may not be easier for you to do this with events. All you have to do is create pictures containing your text, begin the game on a blank map, and show the picture(s) via events.
 
It seems I misread his question. I assumed by "intro" that he meant after selecting "New Game" (if the nature of my answer didn't make that apparent enough :P ). I apologize.

Edit:

I want black BG and letters to appear discribing a bit of the story, then the words to vanish and the main title appears...

Upon re-reading the question, he may very well mean the intro after selecting a new game. He might simply want the title of his game to appear in that intro.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top