Endless Paradigm

Full Version: So, im gonna start coding again...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
its spring break and, since im a nobody, i think someone should team up with me on an lua project, but i need someone who can at least code things like, "a message pops up and you press X to see the next message" i don't need a lot of math for what i want to do, and what i want to do is make an anime sim dating game, without miniman amout of nudity... or not, Im pretty good at digital art, such as anime and backgrounds "ask Mehhakker" any way, if you've played a sim dating game before, you'll know that its not too difficult to make one. but im better at art than coding, although my coding isn't bad, its not nearly good enough. so if anyone wants to team up, and make a cool game then just tell meHihi
goodluck with ur coding project
Wow sounds cool :D Good luck!!!

Code:
while true do
 screen:clear()
 pad = Controls.read()
 if pad:cross() then
  screen:print(100, 100, "You pressed X", Color.new(255, 255 255) )
 end
 screen.flip()
 screen.waitVblankStart()
end


How's that? I think it works, didn't test it or anything.

Oooo michaelp wants in!!! It must be a good idea!! :P
michaelp Wrote:

Code:
while true do
 screen:clear()
 pad = Controls.read()
 if pad:cross() then
  screen:print(100, 100, "You pressed X", Color.new(255, 255 255) )
 end
 screen.flip()
 screen.waitVblankStart()
end


How's that? I think it works, didn't test it or anything.


hahaha, that's not what i mean, i don't want it to tell me i pressed x i want to press x then tell me something new that i inputed everytime i press x, sorta like msn..

jomann: yo (press x)
alyx: sup (press x)
jomann: did you hear about that cat? (press x)
alyx: what cat? (press x)
jomann: didnt barney tell you? (press x)
you can easily do this with an array and somekind of a loop..
dunno whether that exists in lua or not..
I'd probably do it if I had more time.

Dating sims are so stupidly hilarious (well, that's how I view them).
Reference URL's