can use use transition to go from map to map ie slide in from the left or right o pixel in? i know its not a regular iption but with scripting is it possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can pixel to or from gray using a tile animation with a layer of gray tiles that progressively add or remove transparent pixels from gray tiles in a dithered pattern. You could "slide" in or out by having a black section at the edge of a map that scrolls in. Or you could have a map slide in overlaying another map by using the drawmap from script function during AfterMoveSprites to draw a specific map over the current map.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
can use use transition to go from map to map ie slide in from the left or right o pixel in? i know its not a regular iption but with scripting is it possible?
You can pixel to or from gray using a tile animation with a layer of gray tiles that progressively add or remove transparent pixels from gray tiles in a dithered pattern. You could "slide" in or out by having a black section at the edge of a map that scrolls in. Or you could have a map slide in overlaying another map by using the drawmap from script function during AfterMoveSprites to draw a specific map over the current map.