Well then I guess I might just have to right the whole thing on my own from scratch, lol.
Printable View
Well then I guess I might just have to right the whole thing on my own from scratch, lol.
Well it will help alot of people, when i get time i'll write up some tutorials for that site.
Ya I know, but I definately dont know everything there is about sidescrolling
Well maybe you should write one when you get more experience.
If a value is nil, and i would like to skip it.
Like a picture blit, likte this:
Is there any way to make this work?Code:if LoadLastSave == true then
screen:blit(35, 117, LastSave, 0, 0, 238, 107, 0)
elseif return false then
screen:print(35, 117,"Coulden't load: " ..Name, black)
end
how about:Zitat:
Zitat von HaxxBlaster
that should workCode:if LoadLastSave == true then
screen:blit(35, 117, LastSave, 0, 0, 238, 107, 0)
elseif LoadLastSave == false then
screen:print(35, 117,"Coulden't load: " ..Name, black)
end
You don't even know the rest of the code.
If i should have it like that, i have to have another "retrun if false"
to check if it's not able to show, oterwise it will load it stright.
For people to help you, you have to tell them everything you believe they should know. :)Zitat:
Zitat von HaxxBlaster
As for the extra "return if false" code. Why not put it?
I am just asking if there is a "return" command that really works, i know everything else.
I am asking for commands, not code.
I'm sorry to say I dont know..