Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Two Questions
#12
even though this is much more sensible it didn't work.
here is my ball code:
    DC-Code:
<frame> 0 flying
   pic: 0  state: 18  wait: 0  next: 0  dvx: 0  dvy: 0  dvz: 0  centerx: 35  centery: 50  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 3  x: 30  y: 41  w: 15  h: 14    catchingact: 1  caughtact: 391
   itr_end:
<frame_end>
 
<frame> 1 asdf
   pic: 0  state: 15  wait: 10  next: 2  dvx: 0  dvy: 0  centerx: 39  centery: 79  
 
<frame_end>
 
 
<frame> 2 asdf
   pic: 0  state: 18  wait: 2  next: 1000  dvx: 0  dvy: 0  centerx: 39  centery: 79  
   itr:
      kind: 3  x: 30  y: 41  w: 15  h: 14    catchingact: 999  caughtact: 1
   itr_end:
<frame_end>



and here is the characters'
    DC-Code:
<frame> 391 asdf
   pic: 0  state: 15  wait: 0  next: 392  dvx: 0  dvy: 0  centerx: 39  centery: 79  
<frame_end>
 
<frame> 392 asdf
   pic: 0  state: 15  wait: 0  next: 393  dvx: 0  dvy: 0  centerx: 39  centery: 79  
   opoint:
      kind: 1  x: 39 y: 79 action: 0 dvx: 0 dvy: 0 oid: 123 facing: 0
   opoint_end:
<frame_end>
 
 
<frame> 393 asdf
   pic: 0  state: 17  wait: 3  next: 393  dvx: 0  dvy: 0  centerx: 39  centery: 79  
   bdy:
      kind: 0  x: 21  y: 79  w: 43  h: 62
   bdy_end:
   wpoint:
      kind: 1  x: 39  y: 79  weaponact: 31  attacking: 0  cover: 0  dvx: 0  dvy: 0  dvz: 0 
   wpoint_end:
<frame_end>


what is the mistake in here?
one more thing can I make the ball with the id 123 so it's just gonna have the beer's property of restoring energy?


THNX.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:


Messages In This Thread
[solved] Two Questions - by A-Man - 06-15-2011, 02:49 PM
RE: Two Questions - by HappyHouR - 06-15-2011, 03:18 PM
RE: Two Questions - by qwertz143 - 06-15-2011, 03:20 PM
RE: Two Questions - by empirefantasy - 06-15-2011, 08:53 PM
RE: Two Questions - by TheNave - 06-15-2011, 10:49 PM
RE: Two Questions - by A-Man - 06-17-2011, 03:14 AM
RE: Two Questions - by A-Man - 06-19-2011, 12:16 PM
RE: Two Questions - by Reaper - 06-19-2011, 05:14 PM
RE: Two Questions - by A-Man - 06-20-2011, 04:33 PM
RE: Two Questions - by Electric2Shock - 06-20-2011, 04:38 PM
RE: Two Questions - by HappyHouR - 06-20-2011, 05:08 PM
RE: Two Questions - by A-Man - 06-21-2011, 04:12 AM
RE: Two Questions - by HappyHouR - 06-21-2011, 11:30 AM
RE: Two Questions - by A-Man - 06-23-2011, 09:09 AM



Users browsing this thread: 1 Guest(s)