I need help about animation
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
I need help about animation
Who can tell me how to begin animating?Thinks
Re: I need help about animation
Check out this library made by Bartbes: http://love2d.org/wiki/AnAL
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: I need help about animation
If you're talking about the tweening kind, EmmanuelOga's made a tweening library: http://love2d.org/forums/viewtopic.php?f=5&t=2502
Re: I need help about animation
I can't run the example
attempt to call global 'newAnimation' (a nil value)
attempt to call global 'newAnimation' (a nil value)
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: I need help about animation
You need to download the library and require itasurakyo wrote:I can't run the example
attempt to call global 'newAnimation' (a nil value)
I think it was
Code: Select all
require "animations"
Help us help you: attach a .love.
Re: I need help about animation
I didn't find "love.graphics.newAnimation()" in v0.7.1.
Look at the following code,I can not find where is wrong...
Or I'm missing something?
http://love2d.org/wiki/AnAL
Look at the following code,I can not find where is wrong...

Or I'm missing something?
Code: Select all
function love.load()
local img = love.graphics.newImage("explosion.png")
anim = newAnimation(img, 96, 96, 0.1, 0)
end
function love.update(dt)
-- Updates the animation. (Enables frame changes)
anim:update(dt)
end
function love.draw()
-- Draw the animation at (100, 100).
anim:draw(100, 100)
end
Re: I need help about animation
I think no need to download any librariesRobin wrote:You need to download the library and require itasurakyo wrote:I can't run the example
attempt to call global 'newAnimation' (a nil value)
I think it wasIt might be "animation" instead though.Code: Select all
require "animations"

- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: I need help about animation
Yes, you do need to download AnAL, because animations are no longer a part of love.
Btw, I'd prefer it if you didn't double post.
Btw, I'd prefer it if you didn't double post.
Re: I need help about animation
wow……
Problem has been solved!!!
Thanks,everybody.

Problem has been solved!!!
Thanks,everybody.

Who is online
Users browsing this forum: Ahrefs [Bot], Google [Bot], Semrush [Bot] and 7 guests