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.

How Create a Scene_Title animated: simple steps

Laero

Member

Hello, i am here to show you a incrible scene_title animated with some add-ons. Look the final stage:
http://img511.imageshack.us/img511/3484/finalkq9.png[/img]
Befor start, i want say this tuto is not mine, a guy named JoaoNeto made a tutorial with the ideia, i just adapted :)

Let's begin!!
Please save theses images in your folder Graphics/Title.
http://img508.imageshack.us/img508/4612/morning1rh0.png[/IMG] (name it > morning)
http://img511.imageshack.us/img511/3397/arvoresmc5.png[/IMG](name it > arvores)
http://img406.imageshack.us/img406/1775/floresmw4.png[/IMG](name it > flores)
Allright, Open you scene_title.

Look at the img and follow the steps:
http://img524.imageshack.us/img524/3891/part1xq5.png[/img]
As you can see, i have added a code in def update:
Code:
@sprite2.ox -= 1
    @sprite3.ox += 2
http://img511.imageshack.us/img511/6066/part2rx3.png[/img]
Well,look where i will put the code, in image 2, you must paste it:
Code:
    @sprite = Sprite.new
    @sprite.bitmap = RPG::Cache.title("morning")
    @sprite2 = Plane.new
    @sprite2.bitmap = RPG::Cache.title("flores")
    @sprite3 = Plane.new
    @sprite3.bitmap = RPG::Cache.title("arvores")
Below the $game_system = Game_System.new
And delet the selected red rectangle code.
Code:
@sprite = Sprite.new
    @sprite.bitmap = RPG::Cache.title($data_system.title_name)
And this is it, i hope you like, for me is great, i will use in my game, if you know bout script, or just edit (same me) you can obtain a amazing result.
Oh, i dont want credits, this is so simple, and share wisdom is always good ;)
 

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