YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.


jman123123123 is Offline
Contact jman123123123:

jman123123123

User

Messages by jman123123123

    

would like advice regarding still character after transformation

 June 09, 2008, 04:05:31 am View in topic context

I was wondering if anyone could help me out with my character transformation problem, after browsing the web and this forum I have managed to get my character to somewhat turn and stay in another  transformed state, but he can't move, the frames for his new transformation does what it should be doing, except he can't walk or jump or anything like that.

This is the Code I put into the CMD:

[State -1]
type = changestate
value = 9000
triggerall = command = "hold_b"
triggerall = power = 4000
trigger1 = Var(1) = 0
trigger1 = statetype = S

This is the Code I Put in the CMD I got from searching, using animtime = 0 for the trigger, not sure if thats right myself.
[Statedef 9000]
Type? ? = S
movetype= A
physics = S
juggle? = 4
velset = 0,0
anim = 9000
ctrl = 0

[State 9000, ChangeMode]
Type = VarSet
trigger1 = animtime = 0
var(0) = 1


 I have the animation set to 9000 as the code references to, I'd appreciate any help anyone could give.