I'm using some pictures and an idea from someone I found online and it's supposed to make a flashlight effect and a black screen to walk around on, it shows a dark picture with a transparant effect, the picture is not moving however with the player, (the character moves through the black area, and into the lighted area). How do I make the picture move with the character so it looks as if the light is coming from the player?
This is what I have.. THe picture shows up perfect but it doesnt move with the character..
Thhis is a Parallel Process event
@>Conditional Branch: Player is facing Down
@>Show Picture: 1, 'SightDown', Upper Left (0,0), (100%,100%, 255, Normal
@>
: Branch End
@>Conditional Branch: Player is facing Left
@>Show Picture: 1, 'SightLeft', Upper Left (0,0), (100%,100%, 255, Normal
@>
: Branch End
@>Conditional Branch: Player is facing Right
@>Show Picture: 1, 'SightRight', Upper Left (0,0), (100%,100%, 255, Normal
@>
: Branch End
@>Conditional Branch: Player is facing Up
@>Show Picture: 1, 'SightUp', Upper Left (0,0), (100%,100%, 255, Normal
@>
: Branch End