Search found 7 matches

by TonyDwr
Thu May 20, 2010 1:51 am
Forum: Support and Development
Topic: how to run program in IDE lua for windows
Replies: 5
Views: 2450

Re: how to run program in IDE lua for windows

nevon wrote:That depends entirely on what IDE you have.
my IDE is lua for windows 5.1..
If any other IDE can solve my question, I would like to use other IDE..
I just want to know one IDE could appease my require.
thank you..
by TonyDwr
Wed May 19, 2010 1:33 am
Forum: Support and Development
Topic: how to run program in IDE lua for windows
Replies: 5
Views: 2450

how to run program in IDE lua for windows

e, I want to run my program in IDE.. just want to press F5 and the program can run... so how can i configure my IDE to make this..
can any one use this IDE can tell me ?... thank you very much
by TonyDwr
Tue May 18, 2010 8:01 am
Forum: Support and Development
Topic: how to use this function 'newAnimation'
Replies: 4
Views: 2618

Re: how to use this function 'newAnimation'

o , i know how to do it
thank you
by TonyDwr
Tue May 18, 2010 7:49 am
Forum: Support and Development
Topic: how to use this function 'newAnimation'
Replies: 4
Views: 2618

Re: how to use this function 'newAnimation'

e..how can i include AnAL? ..require(AnAL)?
by TonyDwr
Tue May 18, 2010 6:25 am
Forum: Support and Development
Topic: how to use this function 'newAnimation'
Replies: 4
Views: 2618

how to use this function 'newAnimation'

Error: main.lua:22: attempt to call global 'newAnimation' (a nil value) what's wrong with function newAnimation? I don't know how to use it. can anybody help me? my code: function love.load() ... boss_one_1 = love.graphics.newImage("planetfont.png") line 22: ani = newAnimation(boss_one_1, ...
by TonyDwr
Tue May 11, 2010 2:45 am
Forum: Support and Development
Topic: how can i draw a sprite
Replies: 2
Views: 1598

Re: how can i draw a sprite

Yes, thank you very much. my english is not very good. so... thanks very much.
by TonyDwr
Mon May 10, 2010 9:45 am
Forum: Support and Development
Topic: how can i draw a sprite
Replies: 2
Views: 1598

how can i draw a sprite

I create a spritepatch, and try to draw it , but only show the first picture of the sprite, i want to show the sprite one frame by another frame.. how can i draw a sprite which has a few pictures? I have been tried to used a gif picture that fix all the pictures in,and draw it but there is no effect...