Post Reply 
So, im gonna start coding again...
lua.. the noob language...
Author Message
michaelp
s0ny d0minator

Posts: 1,009.4190
Threads: 100
Joined: 19th Jan 2007
Reputation: -1.92737
E-Pigs: 12.5158
Offline
Post: #4
RE: So, im gonna start coding again...

Code:
1
2
3
4
5
6
7
8
9
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.


[Image: michaelp3.png]
30/03/2008 12:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: So, im gonna start coding again... - michaelp - 30/03/2008 12:10 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: