Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Rowing clone delete problem
#1
kay everybody
i wan't my character to row disappear make a clone and the clone will break and the character will appear

but i dunno how but the clone doesnt disappears and my chara gets deleted xD
for the deletion of the character
may the next: 1000?
argh sh*t XD
it's next: 999
ok this is solved
but the clone doesnt erases himself

Code:
<frame> 102 rowing
   pic: 77  state: 6  wait: 2  next: 103  dvx: 9  dvy: 0  dvz: 0  centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 103 rowing
   pic: 1000  state: 6  wait: 2  next: 104  dvx: 9  dvy: 0  dvz: 0  centerx: 34  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
opoint:
      kind: 1  x: 39  y: 79  action: 243  dvx: 0  dvy: 0  oid: 22  facing: 0
   opoint_end:
<frame_end>

<frame> 104 rowing
   pic: 1000  state: 6  wait: 2  next: 105  dvx: 9  dvy: 0  dvz: 0  centerx: 39  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

<frame> 105 rowing
   pic: 1000  state: 6  wait: 2  next: 999  dvx: 9  dvy: 0  dvz: 0  centerx: 38  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>

Code:
<frame> 243 Glass_clon
     pic: 147 state: 3 wait: 6 next: 244 dvx: 0 dvy: centerx: 35 centery: 79
<frame>

<frame> 244 Glass_clon
     pic: 148 state: 3 wait: 2 next: 245 dvx: 0 dvy: centerx: 35 centery: 79
<frame>

<frame> 245 Glass_clon
     pic: 148 state: 3 wait: 2 next: 246 dvx: 0 dvy: centerx: 35 centery: 79
<frame>

<frame> 246 Glass_clon
     pic: 1000 state: 9998 wait: 0 next: 1000 dvx: 0 dvy: centerx: 35 centery: 79
<frame>

the oid is right ;)
Reply
Thanks given by:
#2
Why is it state 9998 in the last frame (frame 246)?
And try to use state 15 instead of state 3
Reply
Thanks given by:
#3
cause state 9998 deletes objects
Reply
Thanks given by:
#4
hmm, that's really strange... what you could do: change state: 9998 to 15 and see what happens

OR

set the wait in the last frame to 1 instead of 0 (0 sometimes causes weird bugs)
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#5
state 9998 only works for weapons, so use 15 instead with a next: 1000 and it will work
Reply
Thanks given by: Hukko
#6
he isnt lead to frame 243 anyway
he isnt lead there
he is just summoned and stands around and then attacks
Reply
Thanks given by:
#7
then use dvy: 550
Reply
Thanks given by:
#8
what does this has to do that he isn't leaded to the move?
Reply
Thanks given by:
#9
so wait... the opoint is working fine but the glass clone behaves like a Rudolf-clone for example or what? I'm kinda confused now :p
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#10
yeah the opoint works
but the clone isn't lead to frame 243 it's leaded to frame 0 and then he walks around and kills my enemy
Reply
Thanks given by:




Users browsing this thread: 3 Guest(s)