- Joined
- May 22, 2016
- Messages
- 6,162
- Reaction score
- 1,981
- First Language
- English
- Primarily Uses
- RMVXA
Hello fellow Luna Engine users.
I have a question. In one of my scenes, I'm looking to close/ make invisible / openness = 0
the @bg_sprite for one of the windows.
then restore it later.
By later I mean while still in the scene. I can make the data in the window close, but the @bg_sprite I can't figure out.
Any ideas?
I have worked around it by adding the background image to one of the scene images. But this is still interesting to know if someone knows how.
*EDIT - I believe the best answer is @window.openness = 0 and @window.close
then call @window.open
I have a question. In one of my scenes, I'm looking to close/ make invisible / openness = 0
the @bg_sprite for one of the windows.
then restore it later.
By later I mean while still in the scene. I can make the data in the window close, but the @bg_sprite I can't figure out.
Any ideas?
I have worked around it by adding the background image to one of the scene images. But this is still interesting to know if someone knows how.
*EDIT - I believe the best answer is @window.openness = 0 and @window.close
then call @window.open
Last edited:

