maxman
Well-known member
I'm trying to spawn the platform below the value of altitude. I already set z for the stage.
However, when I negate the altitude value for going below, it doesn't spawn a little way down on hole at all.
Here's the platform entity:
[attachment deleted by admin]
Code:
z 109 243 189
file data/levels/stage3.txt
However, when I negate the altitude value for going below, it doesn't spawn a little way down on hole at all.
spawn platbrdg
coords 914 209 -11 # 480 + 434 = 914; video resolution width + platform width
at 503 #1417; 1417 - 914 = 503;
Here's the platform entity:
Code:
name platbrdg
type none
antigravity 100
facing 1
subject_to_wall 0
#subject_to_hole 1
subject_to_gravity 1
subject_to_minz 0
subject_to_maxz 0
subject_to_platform 0
offscreenkill 1000000
animationscript data/scripts/Prscript.c
anim idle
delay 100
offset 1 114
loop 1
platform 1 114 30 -20 405 455 46 15
frame data/chars/misc/plat/lv3brdg.png
anim spawn
delay 10
offset 1 114
@cmd dasher 0 -1 0
platform 1 114 40 -10 395 445 46 15
frame data/chars/misc/plat/lv3brdg.png
@cmd dasher 0 0 0
platform 1 114 40 -10 395 445 46 15
frame data/chars/misc/plat/lv3brdg.png
[attachment deleted by admin]
