Code: Select all
Sony-HTTPClient/1.0 [PS3 test]Code: Select all
Sony-HTTPClient/1.0 [PS3 test]Code: Select all
svn checkout svn://svn.ps2dev.org/psp/trunk/psplinkCode: Select all
pad=controls:read()
if pad:cross() then
if pad:circle() then
--whatever
end
endexactly.ector wrote:I suspect your problem was that main() calls control() and control in turn calls main? :)