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.

Achievements Script [SOLVED]

I know this is really easy but I haven't done it in a long time, and I was wondering if someone could help me with this.

I have a scene for the achievements script, and I don't want the black background there, I want it to be transparent over the map when it shows the windows...how can I do this? Is it the Scene_Map thing, or what?
 
A couple different methods depending on the program you're using.

For XP insert the following line before the main loop in your custom scene
@spriteset = Spriteset_Map.new
You'll also want to dispose it (@spriteset.dispose) after the main loop
If you wanted the background to animate, you'd also want a @spriteset.update in the update function of the class.

For VX, you could also create a snapshot of the screen like it does for the default menu system.
Simply call the function create_menu_background from the start function of your custom scene.
 
Wow, thank you so much, I knew that it was something like that, but I didn't know if it was the spriteset or not...thanks so much Racheal. :P I am using RMXP btw, sorry I didn't but that into my post. ><
 

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