Search found 26 matches

by vitail
Sat May 30, 2015 10:25 pm
Forum: Support and Development
Topic: How i delete and create a new object
Replies: 11
Views: 8762

Re: How i delete and create a new object

Robin wrote:The link to the next part is broken and should be http://www.headchant.com/2010/12/31/lov ... 2-pew-pew/
Nice, thanks.
by vitail
Sat May 30, 2015 5:22 pm
Forum: Support and Development
Topic: How i delete and create a new object
Replies: 11
Views: 8762

Re: How i delete and create a new object

You need a table to store your objects. And then you would iterate through the table and draw and update those objects. Follow this brief tutorial series it will show you the basics of objects and arrays http://www.headchant.com/2010/11/27/love2d-tutorial-part-1-invaders-must-die/ Not Found The req...
by vitail
Sat May 30, 2015 5:22 pm
Forum: Support and Development
Topic: How i delete and create a new object
Replies: 11
Views: 8762

Re: How i delete and create a new object

Kingdaro wrote:Post the entire .love file for your game? If you're unsure of how to make that, look here. That's the best way for us to help you, to be able to see the entirety of your code and run it as well.
i want to create and delete objects, i want to make a bullet in my first game with LÖVE2D
by vitail
Thu May 28, 2015 10:40 pm
Forum: Support and Development
Topic: How i delete and create a new object
Replies: 11
Views: 8762

How i delete and create a new object

i want to create a bullet and if the bullet keep off the screen, it deletes. i'm noob help me :( timer = timer - 1 * dt if timer = 0 then canShoot = true end if love.keyboard.isDown(" ","z") and canShoot then canShoot = false timer = 100 bullet = {x = player.x + player.img:getWid...
by vitail
Thu May 21, 2015 2:52 am
Forum: LÖVE-Android
Topic: ads on android games maded with love2d
Replies: 2
Views: 42084

ads on android games maded with love2d

i want to put ads in my game maded with love2d, i search in google and i don't found that
by vitail
Thu Apr 09, 2015 8:43 pm
Forum: Support and Development
Topic: How i can change the size of my game and other things?
Replies: 4
Views: 1631

How i can change the size of my game and other things?

i want to change the size, title of the window, fullscreen mode and other things but i dont found documentation of that :cry: :cry: :cry: