View Single Post
09-18-11, 03:00 PM   #6
wellbeing
A Cliff Giant
Join Date: Oct 2009
Posts: 71
It probably has something to do with my displayed frame...??

I'm not able to get the following code to work:
Code:
gaFrame:SetScript("OnEscapePressed", function(self) self:Hide() end)
error: gaFrame doesn't have a "OnEscapePressed" script

do I need to do something obvious to get this to work right?
  Reply With Quote