View Single Post
08-11-14, 12:53 PM   #6
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Code:
anticipation[i]:SetPoint('LEFT', anticipation[i-1], 'RIGHT', 2, 0)
anticipation[0] does not exist, so the first one does not have a valid point.
  Reply With Quote