DUCAM'S PROFILE
ducam
0
Search
[RMVX ACE] Show window and picture with script
Hi, third time trying to post this (didn t realize about the message limit for newcomers), hope it goes through now...
I ve been trying to learn scripting in vx Ace, usually start with creating an event with all the steps necessary to get what I want, then try to recreate as a script (lot of reading about classes but little understanding...maybe not the best way ). So far I made a scriplet to make a window and added a way for it to turn the window on and off. But i m not sure how to add a background image to it. What I did was call Scene base, then define creating window, then input buttons. I then defined window Base and updating. This took me a load of tries and i m not sure if it s a good way (but it works).
When i got it, i noticed i didn t add a way to show a background image. Let s say i want "data_mine.png" in the "pictures" folder to appear on the same pos that the (transparent) text window does. my question is how to do this. I don t think i ll use a script call like
because i want it to happen at same time. but for this Which class should I call? Where and how should I define it in the scriplet (what order)? I found about
but am really not sure about what s the "index", or if it s meant to be used here. Can anyone help? Thank you :)
(sorry for the missing characters, my keyboard s all shot up :( )
I ve been trying to learn scripting in vx Ace, usually start with creating an event with all the steps necessary to get what I want, then try to recreate as a script (lot of reading about classes but little understanding...maybe not the best way ). So far I made a scriplet to make a window and added a way for it to turn the window on and off. But i m not sure how to add a background image to it. What I did was call Scene base, then define creating window, then input buttons. I then defined window Base and updating. This took me a load of tries and i m not sure if it s a good way (but it works).
When i got it, i noticed i didn t add a way to show a background image. Let s say i want "data_mine.png" in the "pictures" folder to appear on the same pos that the (transparent) text window does. my question is how to do this. I don t think i ll use a script call like
$game_map.screen.pictures[n].show
because i want it to happen at same time. but for this Which class should I call? Where and how should I define it in the scriplet (what order)? I found about
$game_map.screen.pictures[index].show(fName, placement, x, y, xZoom, yZoom, opacity, blend)
but am really not sure about what s the "index", or if it s meant to be used here. Can anyone help? Thank you :)
(sorry for the missing characters, my keyboard s all shot up :( )
Posts not showing
Hi sorry if this is the wrong section but i ve registered today and made a post on the 'Help Me' forums, but for some reason after clicking submit i couldn t find it. It s not on my profile either. I m sure I ve submitted the right code for account verification too (the site gave me a pop up telling me it was verifid). Is there a time limit after an account is created before i can post?
Pages:
1













