View Single Post
03-04-15, 06:05 AM   #6
florian_9598
A Defias Bandit
Join Date: Mar 2015
Posts: 3
Originally Posted by Banknorris View Post
Lua Code:
  1. Imagine = CreateFrame("Frame",Imagine,UIParent)
  2. for i=0,10 do
  3.     Imagine["TestFrame"..i] = CreateFrame("Frame",Imagine["TestFrame"..i],UIParent)
  4. end
Work,

You have solve my problem, thank so much .
  Reply With Quote