yes, the menu is good, but the cutscenes need a lot of work,........
Dofiles are not a good way of doing things.
use loadfile command instead,,..
get on msn and il show you![]()
Isn't that a tad irresponsible Zion? I mean its all good expanding your horizons etc but joining a project, doing some code, dumping it back to the team then leaving within a week (?) seems well.. irresponsible. I am glad gunntims is taking it well as I would be fuming if I was lead.
i would like 2 help in this (if there are still any opening spots)
i'm somewhat knowedgeable in the MUGEN engine (if that helps) and can get u guys sprites or help in coding the characters
if u need help, plz PM me and tell me what i can help w/
Dofile would get annoying, although you could theoretically use 1 script to hold most cutscenes?...
Frankly I have little idea of the specifics of what you are all talking about. But I would like to know, what is loadfile compared to dofile?
Miniviews:
Spoiler!
load file is when the files are preloaded like this
loadA = ("index.lua")
if pad:cross and not old pad:cross then
loadA
end
with the dofiles you just do this
if pad:cross then
load dofile ('index.lua")
end
that the difference if im not mistaken
Doesnt seem al that different.
Miniviews:
Spoiler!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks