There's an unnecessary "=" when you blit the image.Zitat:
Zitat von cools
Printable View
There's an unnecessary "=" when you blit the image.Zitat:
Zitat von cools
I tried that and i gotZitat:
Bilo screen:blit(=210, 1, "monopoly")
that should be
screen:blit(210, 1, monopoly)
error: index.lua:4: bad argument #2 to 'blit' (Image expected, got s
tring)
monopoly shouldn't be in quotes.Zitat:
Zitat von cools
Thank You I have finally got it to load where I want IT!!!
I said it shouldn't be in quotes.Zitat:
Zitat von cools
If you look at what I posted.
im sorry that is my mistake...
lol, it's alright mate, don't be sorry :)
Hope your scriptin's going well :)
Can anyone explain how to make a Lua program availible to boot outside Lua? Like with an ebbot, so its in the list of games on the Memory Stick? Thanks!
Pull the eboot's from another lua app.
Then edit the eboot in the (%) folder to change the icon/name.
Thats it.
There's probably a different way but this way works.
Do you mean like Lowser?Zitat:
Zitat von Virtue