Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
transform into someone char is holding
#1
? 
How do i make my character disappear and transforms into someone he is holding???
(NOT IN THE SAME TIME....)
please!!!!!!!!!!!!

i copied it from Rudolph and it don't work, yes i changed "pic:" and i made all the sprites.
:(
Reply
Thanks given by:
#2
For Rudolf Transform:

http://www.lf-empire.de/en/lf2-empire/da...orm-attack

In this tut everything about the transform is explained...

For the disappearing:

http://www.lf-empire.de/en/lf2-empire/da...characters

Type 0 - Frame Header -> watch the "next:"-part
[Image: random.php?pic=random]
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck"
Don't dream your life, live your dream!
Reply
Thanks given by:
#3
In the 1st frame with cpoint throwinjury MUST be -1.
In the next frame set next: 1100 or higher.
Example:
    DC-Code:
<frame> 239 transform
   pic: 93  state: 9  wait: 1  next: 240  dvx: 0  dvy: 0  dvz: 0  centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
   cpoint:
      kind: 1  x: 72  y: 80
      vaction: 181  throwvx: 8  throwvy: -3  throwinjury: -1 
   cpoint_end:
   wpoint:
      kind: 1  x: 47  y: 49  weaponact: 31  attacking: 0  cover: 1  dvx: 0  dvy: 0  dvz: 0 
   wpoint_end:
   bdy:
      kind: 0  x: 19  y: 15  w: 28  h: 65
   bdy_end:
 
<frame> 240 transform
   pic: 93  state: 9  wait: 1  next: 1280  dvx: 0  dvy: 0  dvz: 0  centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
   wpoint:
      kind: 1  x: 47  y: 49  weaponact: 31  attacking: 0  cover: 1  dvx: 0  dvy: 0  dvz: 0 
   wpoint_end:
   bdy:
      kind: 0  x: 19  y: 15  w: 28  h: 65
   bdy_end:
<frame_end>

^These two are from Rudolf.
The answer to life, universe and everything (no, not 42) (Click to View)
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)