I can’t seem to be able to set the reference point of a newImageRect. I’ve been able to do it fine with regular newImage()
[lua]local titleName = display.newImageRect(“title.png”,344,144);
titleName:setReferencePoint(display.TopCenterReferencePoint);[/lua]
I wash watching some tutorials from Dr. Rafael Hernandez and he was able to do it just fine in this video http://www.youtube.com/watch?v=XENfw2zMIsw
I’m not sure if this is a bug or if I’m doing something wrong. [import]uid: 123298 topic_id: 23572 reply_id: 323572[/import]