View Single Post
11-13-05, 06:21 PM   #3
Nomad_Wanderer
A Murloc Raider
Join Date: Nov 2005
Posts: 6
I understand that.. It's just here are the instructions for Step 10

10. Now set up the properties for the label to:
Location = 32, 64
Size = 336, 16
(Name) = $parentCountLabel
Horizontal Alignment = LEFT


The lua has an extra part on it.
label = getglobal("TutorialProjectForm".."CountLabel".."Label");

That getglobal is going after something called "TutorialProjectFormCountLabelLabel", correct?
  Reply With Quote