My game uses a lot of pictures, so eventing can get quite messy. I was wondering if there's a way to control multiple picture ids within the same script.
E.g. I wanted to write something like $gameScreen.erasePicture(1, 2, 3); but it only erases 1. Am I writing it wrong or is it just not built to work like this? (I know about $gameScreen.clearPictures(); but it's not quite what I need)
I really want to be able to use multiple picture ids in most of the commands (show, move, tint, erase) so all the pictures can do the same thing at the same time and make it a lot easier to scroll through the event pages, so I hope this is possible!
Thanks!
E.g. I wanted to write something like $gameScreen.erasePicture(1, 2, 3); but it only erases 1. Am I writing it wrong or is it just not built to work like this? (I know about $gameScreen.clearPictures(); but it's not quite what I need)
I really want to be able to use multiple picture ids in most of the commands (show, move, tint, erase) so all the pictures can do the same thing at the same time and make it a lot easier to scroll through the event pages, so I hope this is possible!
Thanks!
