View Single Post
  #4  
Old 11-29-2010, 11:01 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Quote:
Originally Posted by ffcmike View Post
I believe this would be caused as a result of calling "TargetAction" inside with(findImg( 0)){}, it should probably be "thiso.TargetAction" or just called outside of that bracket.
I did that but still get the issue.

Quote:
Originally Posted by fowlplay4 View Post
Quick look over..

function getDist( temp.x1, temp.y1, temp.x2, tempy2)

should be

function getDist( temp.x1, temp.y1, temp.x2, temp.y2)
Wow one those moments where I feel stupid, it has somewhat fixed it... It returns the proper dist now, but it still doesn't echo the proper params... oh well.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote