hey prometheus, aqui te dejo una que habia puesto emiliano en otro tema ;---------------------------------------------------------------------------
; Jump Start
[Statedef 40]
type = A
physics = N
anim = 0
ctrl = 1
sprpriority = 1
[State 40, 4]
type = VelSet
trigger1 = command != "holdfwd"
trigger2 = command != "holdback"
trigger3 = command != "holdup"
trigger4 = command != "holddown"
x = 0
y = 0
[State 40, 4]
type = VelSet
trigger1 = command = "holdfwd"
x = 3
[State 40, 4]
type = VelSet
trigger1 = command = "holdback"
x = -3
[State 40, 4]
type = VelSet
triggerall = command = "holdup"
trigger1 = Pos Y >= -100
y = -3
[State 40, 4]
type = VelSet
triggerall = command = "holddown"
trigger1 = Pos Y <= 0
y = 3
[State 370, end2]
type = changestate
trigger1 = !alive
trigger1= Lose=1
trigger2 = Win=1
trigger3 = DrawGame=1
value = 50
[State 0, 4] ; esto es para que se muera.
type = ChangeState
trigger1 = !alive
value = 5150
;---------------------------------------------------------------------------
ok bye