
11-29-2010, 11:01 PM
|
One More Time
|
 |
Join Date: Aug 2010
Location: TN, USA
Posts: 631
|
|
Quote:
Originally Posted by ffcmike
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
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!!!
|
|
|