Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Comparing pairs

From: dada:gecko:verizon at: 23-Jun-2002 20:22

I read the archives, and the article from Gregg (nice :) ). And just have one point of clarification. I need to determine if the current coordinate of an element is at the same coordinate as another element on the screen. What I have for code is this: ; start code here ... if [hero/offset == treasure/offset] [ alert "You found the treasure!" ] ... ; end code here of course it alerts after every move because i'm comparing datatypes and not values. Any hints? I'm feeling pretty dumb :\ sd -- --------------------------------- : sabin densmore : www.onegecko.com : [sabin--onegecko--com]