[LUA]skipping a title screen

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
zeroxorxdiexskater
Posts: 2
Joined: Thu Aug 14, 2008 8:48 am

[LUA]skipping a title screen

Post by zeroxorxdiexskater »

hey i am developing a game and i have been avoiding this part of my game for quite some time cause i just didnt know how to approach it but now i need help. well i have a loading screen and 2 title screens and on my pre alpha release for the game people really wanted to be able to skip the title screens and go straight to the gameplay in the main loop. well i just need to know a way to press x and skip the title screens. i dont need a code but if someone could point me in the right direction thanks
User avatar
Raphael
Posts: 646
Joined: Tue Jan 17, 2006 4:54 pm
Location: Germany
Contact:

Post by Raphael »

To cite another well known forum member:
J.F. wrote: We don't teach baby-programming here.
<Don't push the river, it flows.>
http://wordpress.fx-world.org - my devblog
http://wiki.fx-world.org - VFPU documentation wiki

Alexander Berl
zeroxorxdiexskater
Posts: 2
Joined: Thu Aug 14, 2008 8:48 am

Post by zeroxorxdiexskater »

hm yes, i came here for help cause no one else would and you turn me away, i dont get it.

oh and if anyone wants to help
should i have an if loop that makes it so if x is pressed it goes to the main loop or something?
pspZorba
Posts: 156
Joined: Sat Sep 22, 2007 11:45 am
Location: NY

Post by pspZorba »

zeroxorxdiexskater if you are looking for help in LUA, I think there is another forum on ps2dev more appropriate than this one :

http://forums.ps2dev.org/viewforum.php?f=21
--pspZorba--
NO to K1.5 !
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

I'll give you this much of a hint: look at the Lua code for existing PSP Lua games. There's a reason most people release the source - so that noobs can learn how to do this stuff without bugging the devs. :)
hardrive
Posts: 11
Joined: Fri Mar 17, 2006 11:13 am

Re: [LUA]skipping a title screen

Post by hardrive »

Honestly zero, this really is a simple question. There is no wonder that nobody answered your question at QJ. Oh, and way to listen to my advice...
Post Reply