5 * 2 的格式

-- 每行应该 有 2个 herotip, 

– 一共5行
– 把每行的 herotip 都加到layout上
local keyWidth = 200
local keyHeight = 100
for Rowhang = 1,5 do
for Columnlie = 1,2 do
local therotip = GetHeroTip()
therotip:setPosition( Global_CCPointMake(keyWidth * (Columnlie-1),keyHeight * (Rowhang-1)) )
scollviewWidget:addChild(therotip)
end
end

:7:楼主这个是分享示例么?