I wrote for fun the classic Battleship game in FPW 2.6. The grids consisted of 100 buttons for each side. One for the player and one for the computer. So 200 grid buttons was on pile of code to wade through with show get and the object. The only saving grace in all of this was the variables defined for the grid buttons were subscripted so all I need to do was pass the row/column address to the function to determine a hit or miss and if a hit show the bitmap to the ship (aircraft carrier, battleship, etc.) and then show the get. Plus it also played a WAV file to hear a splash for a miss or an explosion for a hit. Then there where the other controls on the screen like: resign, load ships, etc. I wish I could show you a screen shot of this 'masterpiece' but it does not run in Win7 Pro 64x...and my XP boxes have been put away... In my 'spare time' I should write all of this for VFP9... Jack
Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 [email protected] ________________________________________ From: ProfoxTech [[email protected]] on behalf of Ken Kixmoeller (ProFox) [[email protected]] Sent: Friday, November 16, 2012 10:56 AM To: [email protected] Subject: Re: FoxDOS 2.6 Screen Set On Fri, Nov 16, 2012 at 9:07 AM, M Jarvis <[email protected]> wrote: > ... one time I woke up in > the middle of the night and all I could see was @SAY/GET text swirling > around in my head.... > Been there. Sometimes in the intense period of a project this happens to me. I call the episodes "brain storms" -- language constructs, variable names, function names storm through my head unstoppably. Half dreaming, half awake, all bizarre. Ken --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/7d9e7f72b813014c8fd022cf04f820ed58584...@ex08.drdad.thenewarkarena.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

