View Single Post
01-05-13, 02:58 PM   #5
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Phanx, how can we fix the "this" errors from, well, this:
Lua Code:
  1. local move = function()
  2.     this:StartMoving()
  3. end
  4.  
  5. local stop = function()
  6.     this:StopMovingOrSizing()
  7.     db.x = f:GetLeft()
  8.     db.y = f:GetTop()
  9. end
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote