FBA The Creator

The True Multiplatform PC / PocketPC Opensource Development Tool - Read Only Mode - Kept only for historical purposes - Thank you all ;)
It is currently Thu Jun 04, 2026 3:50 am

All times are UTC




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: menu problem's
PostPosted: Sun Sep 14, 2008 10:47 pm 
Offline

Joined: Mon Aug 25, 2008 2:17 am
Posts: 17
I am making an application but I don't know how to make a menu that after you hit enter it goes to main script


Top
   
 Post subject: Re: menu problem's
PostPosted: Tue Sep 16, 2008 8:02 pm 
Offline
Feejo Member
Feejo Member
User avatar

Joined: Fri Mar 28, 2008 8:07 am
Posts: 64
Location: Italy
Actually is very easy, if you see the game like a state machine.
During run time your app is in a state (ie.say MENU_STATE). On user action the game change state (say MAIN_STATE).

The full logic is coded in the onmainloop() event. The following is the main loop of the Enlight Game from the example projects coming with FBA.

function onmainloop()

if CURRENT_STATE == STATE_MENU then
DoMenu()
elseif CURRENT_STATE == STATE_PLAYING then
DoGame()
end
DoStars()
end

_________________
Regards,

umbiomar
[email protected]


Top
   
 Post subject: Re: menu problem's
PostPosted: Sun Sep 21, 2008 5:22 pm 
Offline

Joined: Mon Aug 25, 2008 2:17 am
Posts: 17
i don't get it how to i make it so that they press enter at a menu which i need the code for then they go to the main script


Top
   
 Post subject: Re: menu problem's
PostPosted: Tue Sep 23, 2008 5:17 pm 
Offline
Feejo Member
Feejo Member
User avatar

Joined: Fri Mar 28, 2008 8:07 am
Posts: 64
Location: Italy
please explain further what you want to do and why the samples provided dont fit your needs.

_________________
Regards,

umbiomar
[email protected]


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited