- Joined
- Nov 28, 2018
- Messages
- 61
- Reaction score
- 133
- First Language
- English
- Primarily Uses
- RMMV
Greetings,
I developed a relationship menu since I didn't want to show variables for relationship progress. I opted to use stars instead. Also able to show perks unlocked and relationship information as levels progress that the normal menu methods don’t really have an ability to do.
Problem: Can’t erase picture at end of menu sequence used to block the map during custom menu transitions. For some reason picture 90 I used to block the screen doesn’t erase with ‘erase picture’ command but rather shifts up halfway the map. *Edit: Since I edited the code now it just doesn't erase. This failed solution was used since I too couldn’t set player transparency off after exiting Main Menu.
Moreover I tried to use an on-map event to revert player transparency (failed), it doesn't seem to trigger. Tried then to erase picture 90 through this method as well. Picture won’t erase. Picture is bound via bind pictures to map plugin so to hide the player. Such layout being a parallel event active when a switch is turned on. Event erases 90 then turns the switch off. This switch is turned on via a common event call by another common event.
Method: Using Yanfly Main Menu Manager to transfer player to another map. Map uses pictures to generate the menu. Esc key used to call another common event which opens the main menu and returns player back to original location.
Sorry, I know I have a lot of plugins.
I developed a relationship menu since I didn't want to show variables for relationship progress. I opted to use stars instead. Also able to show perks unlocked and relationship information as levels progress that the normal menu methods don’t really have an ability to do.
Problem: Can’t erase picture at end of menu sequence used to block the map during custom menu transitions. For some reason picture 90 I used to block the screen doesn’t erase with ‘erase picture’ command but rather shifts up halfway the map. *Edit: Since I edited the code now it just doesn't erase. This failed solution was used since I too couldn’t set player transparency off after exiting Main Menu.
Moreover I tried to use an on-map event to revert player transparency (failed), it doesn't seem to trigger. Tried then to erase picture 90 through this method as well. Picture won’t erase. Picture is bound via bind pictures to map plugin so to hide the player. Such layout being a parallel event active when a switch is turned on. Event erases 90 then turns the switch off. This switch is turned on via a common event call by another common event.
Method: Using Yanfly Main Menu Manager to transfer player to another map. Map uses pictures to generate the menu. Esc key used to call another common event which opens the main menu and returns player back to original location.
Sorry, I know I have a lot of plugins.
Attachments
-
146.7 KB Views: 12
-
119.4 KB Views: 11
-
92.1 KB Views: 8
-
141 KB Views: 9
-
229.1 KB Views: 9
-
228.2 KB Views: 8
-
222.4 KB Views: 7
-
204.1 KB Views: 6
-
191.5 KB Views: 5
-
196.1 KB Views: 4

