Page 1 of 1

HW 5.3 documentation errors

Posted: Fri May 27, 2016 4:18 pm
by Mazze
LoadAnim: table attribute is "Frames", not "Frame"
PlayAnim: X and Y aren't optional (at least not when the animation was loaded from a png image)

Re: HW 5.3 documentation errors

Posted: Fri May 27, 2016 4:58 pm
by airsoftsoftwair
Mazze wrote:LoadAnim: table attribute is "Frames", not "Frame"
Fixed.
PlayAnim: X and Y aren't optional (at least not when the animation was loaded from a png image)
This was already fixed in Hollywood, see Hollywood history:

Code: Select all

- Fix: In contrast to the description in the documentation, Hollywood didn't treat parameters 2 and 3 in
  PlayAnim() as optional (reported by Richard Lake)
You should update to 6.1 :)