CS2D
Maps/Editor How to do this? How to do this?
6 replies Ok guys, how to make tiles moves like auto staircase.
Sorry for bad english.
I want to make tiles that moves like auto staircase taht if you step on it, it move you till the tiles end. maybe using Info_Animation?
EDIT: wait, i realize that you also want player to move, try to use setpos Info_Animation? What was that? Can it moves players the way the tiles move?
EDIT: How to make it? Info_Animation is used to animate tiles at specific range. Does it need scripts? I saw some maps doesn't need that. DC Admin Offline
You can do the tile animation very easily using the entity Info_TileFX and using the scroll X / scroll Y values. You could also use Info_Animation but this would require a set of animation frames in your tileset so for simple scrolling Info_TileFX is sufficient and easier to use.
However moving players is not possible with entities. Lua scripts are required to achieve this. Thanks for the answers.