View Single Post
10-30-10, 07:09 PM   #2
eberkain
A Fallenroot Satyr
Join Date: Nov 2009
Posts: 20
Bear in mind, im new

But if you put your CreateFrame calls inside a function you define, then they wont get used and the frames wont get generated until you explicitly call that function. You just have to be sure you dont generate them multiple times, because yes, frames cant be deleted, so just split the frame creation to a function you call a single time, and save a flag that tells you if you already called.
  Reply With Quote