Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ice ball particles
#1
Ok, I have probably pretty easy problem, but can't figure it out...
I want my ice ball to create this fancy ice pieces when destroyed, just like Freeze ice collumn, but going to frame 40, after 10,20 and 30 doesn't quite work...

Code:
<frame> 10 hiting
  pic: 999  state: 3001  wait: 1  next: 40  dvx: 0  dvy: 0 dvz: 0 centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 20 hit
  pic: 999  state: 3002  wait: 1  next: 40  dvx: 0 dvy: 0 dvz: 0 centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 30 rebounding
  pic: 999  state: 3003  wait: 1  next: 40  dvx: 0 dvy: 0 dvz: 0 centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 40 ice_break
  pic: 999  state: 15  wait: 1  next: 1000  dvx: 0  dvy: 0  dvz: 0  centerx: 38  centery: 107  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>


<frame> 90 ice_spikes
  pic: 4  state: 3000  wait: 8  next: 90  dvx: 35  dvy: 0  dvz: 0  centerx: 30  centery: 49  hit_a: 0  hit_d: 0  hit_j: 0
  itr:
     kind: 0  x: 12  y: 12  w: 36  h: 26 fall: 20  vrest: 50  bdefend: 9  injury: 45  
     effect: 3
  itr_end:
  bdy:
     kind: 0  x: 10  y: 10  w: 40  h: 30
  bdy_end:
<frame_end>
Reply
Thanks given by:


Messages In This Thread
Ice ball particles - by pikol - 11-04-2014, 10:42 PM
RE: Ice ball particles - by Silverthorn - 11-04-2014, 10:54 PM
RE: Ice ball particles - by AmadisLFE - 11-05-2014, 07:59 AM
RE: Ice ball particles - by YinYin - 11-05-2014, 12:00 PM
RE: Ice ball particles - by Bupkis - 11-06-2014, 03:08 AM



Users browsing this thread: 1 Guest(s)