Solved Spawn wall like an object

Question that is answered or resolved.

dantedevil

Well-known member
Actually I'm working in the Zangief stage. So in this stage you can find a ring in the middle.
When you start this stage, you must jump over some big crates to enter the ring.
Here my problem:
The stage have direction both, to the camera can move over the ring when you fight.
But I want you can't back to to the beginning out of the ring.
The blockade in not useful for me, because only block return back, but not give the right wall match with the coords of the ring and the camera can't move more back when you are in the corner of the ring.
So I try to spawn an invisible object with settings of a big plataform like a wall. This object is spawned after you enter forward in the ring.
But during test not work properly, because the enemies can make grabs and leave me blocked into the invisible platform.

So I want to know if possible spawn a wall when you reach a specific coords, like when you spawn an enemy or a simple obstacle.
 
Last edited:
Solution
That's the limitation of blockade command, You should be using scrollx command instead. That command can 'block' scrolling in both directions
That's the limitation of blockade command, You should be using scrollx command instead. That command can 'block' scrolling in both directions
 
Solution
Bloodbane said:
That's the limitation of blockade command, You should be using scrollx command instead. That command can 'block' scrolling in both directions
With a combination of this things, I could get it to work properly.
Thanks my friend!
 
Back
Top Bottom