- Joined
- May 9, 2016
- Messages
- 27
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I'm trying to do two things, and I can't get either to work.
First, highlight interactive items on the map. My plan for this is to run a parallel event which checks the player's x and y coordinates and if those coordinates are equal to a space next to an intractable event, show a picture at the event (I haven't decided what yet, let's say a white square around the interactive tile). I could also use a player touch event next to the interactable item.
Second, black out rooms the player isn't in without removing those rooms from the map. Here I just planned to use player touch events at doorways which would fade in a black picture over the room you were leaving and unfade the black picture over the room you where entering.
My problem for both of these is the same. I can't figure out how to set where the picture shows up on the map. I've tried using Direct Designation and Designation with Variables and neither has any effect (regardless of the numbers or variables I put in). I have tried adding a move picture right after show picture, and nothing happens. What am I missing?
First, highlight interactive items on the map. My plan for this is to run a parallel event which checks the player's x and y coordinates and if those coordinates are equal to a space next to an intractable event, show a picture at the event (I haven't decided what yet, let's say a white square around the interactive tile). I could also use a player touch event next to the interactable item.
Second, black out rooms the player isn't in without removing those rooms from the map. Here I just planned to use player touch events at doorways which would fade in a black picture over the room you were leaving and unfade the black picture over the room you where entering.
My problem for both of these is the same. I can't figure out how to set where the picture shows up on the map. I've tried using Direct Designation and Designation with Variables and neither has any effect (regardless of the numbers or variables I put in). I have tried adding a move picture right after show picture, and nothing happens. What am I missing?



