Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] How to delete friends in Stage
#5
I suggest way with itr/kind 8 - add this itr kind 8 to standing, walking, running, crouch and defend:
Code:
itr:
      kind: 8  x: -5000  y: 10000  w: 10000  h: 100  dvx: 399  injury: 0  zwidth: 500
   itr_end:
Then activate a type0 pbject in stage when the char should disappear:
Code:
<frame> xyz delete char
   pic: 1000  state: 3005  wait: 60  next: 1000
   bdy:
      kind: 0  x: -5000  y: 10000  w: 10000  h: 100
   bdy_end:
<frame_end>
Two seconds should be enough so the char is in one of the frames where we noted the itrk8
Last you have to do is add the fraem 399 to the char which should be deleted:
Code:
<frame> 399 delete
   pic: 1000  state: 3005  wait: 0  next: 1000
<frame_end>

Have fun
[Image: random.php?pic=random]
<div style="border:0px solid #000000;">
<font face="Trebuchet MS"><i><a href="www.lf-empire.de" target="_blank">www.lf-empire.de</a></i>
Once I had a fortune, it said: "Leave now. Life is short. Time is luck" <br>Don't dream your life, live your dream!</font>
</div>
Reply
Thanks given by:


Messages In This Thread
RE: How to delete friends in Stage - by ~Dome~ - 06-05-2008, 04:13 PM
RE: How to delete friends in Stage - by Dragonxl - 06-05-2008, 04:47 PM
RE: How to delete friends in Stage - by MH-Razen - 06-05-2008, 06:49 PM



Users browsing this thread: 1 Guest(s)