screen.waitVblankStart()
screen.flip()
that should be after your text to make it stay... I think..
if pad:cross() then
screen:print(20, 18, "1", white)
screen.waitVblankStart()
screen.flip()
end
Printable View
screen.waitVblankStart()
screen.flip()
that should be after your text to make it stay... I think..
if pad:cross() then
screen:print(20, 18, "1", white)
screen.waitVblankStart()
screen.flip()
end
*.xm files play in lua..so it seems :)
I thought only wav's did. :p
Ahaa...Okay thanks alot! :Jump:Zitat:
Zitat von Bilo
^ No probs :)
Hope everything goes well.
Well yeah... I ain't the one to complane =) Besides, what Does "()" actually do?
I've never heard of .xmZitat:
Zitat von Bilo
Zitat:
Zitat von lingon
Probably not.
I spend most of my day at work going between C and Actionscript so I dont think I'd like to be spending the rest staring at lines of lua. :PC:
It gets boring after a while ya know? :)
Although.... my game will be out in a couple of days :D I like it.. maybe someone else will :)
lol, I'm sure you get tired of it after a while...Lookin forward to your game.
Extended Modular filesZitat:
Zitat von MagicianFB
.xm files are game sound files.
I'm working on an rpg.Zitat:
Zitat von Bilo