var w as new Window2
w.show()
self.close
I am making a video game in Xojo. When I press the start button on the first window, I made it to change to next window with the code above. However, I kept trying the code but after the start button is pressed, it doesn't show the window.
In window2
, I put an animation video that I made and added a background colored image over the video so that I could hide the margin of the video. How could I solve this?