Search found 59 matches

by RBXcpmoderator12345
Thu Mar 12, 2015 3:39 am
Forum: Support and Development
Topic: How can I make an event when the player starts a game...
Replies: 5
Views: 2286

Re: How can I make an event when the player starts a game...

It might help...
What I was trying to do was to load a player's data when the game is opened (with the ser.lua library)
by RBXcpmoderator12345
Wed Mar 11, 2015 12:43 am
Forum: Libraries and Tools
Topic: Love Game Maker
Replies: 39
Views: 25022

Re: Love Game Maker

Well, I've stuck with programming since i was 9.
I started with HTML and Scratch, then moved on to Roblox Lua for about... a year... and then JavaScript... and then I came to Love2D.
by RBXcpmoderator12345
Sun Mar 08, 2015 4:47 am
Forum: Support and Development
Topic: help me im a newbie #2
Replies: 1
Views: 1103

help me im a newbie #2

I'm making a Five Nights At Freddy's type of game, and I have all the files, but how do I draw and load them correctly? These are the files I'm trying to load and draw: static.gif (goes on top of everything) titlescreen.png (a background image) the characters (png files, goes on top of background im...
by RBXcpmoderator12345
Sun Mar 08, 2015 4:42 am
Forum: General
Topic: help me im a newbie
Replies: 3
Views: 1535

Re: help me im a newbie

Thanks. I'm going to re-post in the right forum this time
by RBXcpmoderator12345
Sun Mar 08, 2015 4:11 am
Forum: General
Topic: help me im a newbie
Replies: 3
Views: 1535

help me im a newbie

im making a Five Nights At Freddy's fan game, and I've made the title screen, the static, and the character files. My question is, how do I load them correctly and draw them correctly? This is what I did: function love.load() local bg = love.graphics.newImage("C:\Users\USERNAME\Desktop\Love2D L...