Hi guys
I can't seem to be able to print out the rotation property of an image I've set up …
I'm trying -> print(segmentA0:getRotation)
which gives me an error
and if I do print(segmentA3.getRotation) ...
I only get a bunch of strange numbers … (function: 0x10d4a9eb0)
Any help would be awesome
Thanks in advance!
Comments
print(segmentA3:getRotation())
Thanks heaps
Likes: hgvyas123