Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Alchemy - A word Game
#9
(05-07-2022, 11:33 PM)PhilOfPerth Wrote: As you were, bplus...
I was confused (again) with which file you were referring to. Alchemy doesn't require any attachments. The data is in the data statements, and when you play for the first time the Best Scores file is created. If you do a "Replace Best" before playing it you will get that error. I should have said that in the Instructions. I'll fix that.

OK I am trying to run Alchemy and it keeps stopping at line 166 and saying file not found I continue and 20 more times it says file not found continue, Yes and even after we print 20 lines of 0's it still says file not found.

Here is the troubled code Sub:
Code: (Select All)
Sub LoadPairs
    Restore
    Cls
    Color 14: Print Tab(37); "Word Pairs"
    Print Tab(20); "Pair"; Tab(30); "First"; Tab(40); "Last"; Tab(50); "Best"; Tab(62); "By"
    Color 15
    Open "pairs" For Input As #1
    For a = 1 To numpairs
        Input #1, firstwords$(a), lastwords$(a), targets(a), names$(a) '                                                                      loads word-pairs from "pairs" file
        Color 14: Print Tab(20); a;: Color 15: Print Tab(30); firstwords$(a); Tab(40); lastwords$(a); Tab(50); targets(a); Tab(60); names$(a)
    Next
    Close #1
End Sub
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
Alchemy - A word Game - by PhilOfPerth - 05-07-2022, 04:12 AM
RE: Alchemy - A word Game - by bplus - 05-07-2022, 05:13 PM
RE: Alchemy - A word Game - by vince - 05-07-2022, 07:48 PM
RE: Alchemy - A word Game - by bplus - 05-07-2022, 08:12 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-07-2022, 11:06 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-07-2022, 11:19 PM
RE: Alchemy - A word Game - by bplus - 05-07-2022, 11:32 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-07-2022, 11:33 PM
RE: Alchemy - A word Game - by bplus - 05-07-2022, 11:40 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-07-2022, 11:40 PM
RE: Alchemy - A word Game - by bplus - 05-07-2022, 11:42 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-08-2022, 12:00 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-08-2022, 12:21 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-08-2022, 12:48 AM
RE: Alchemy - A word Game - by bplus - 05-08-2022, 02:36 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-08-2022, 04:40 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-08-2022, 04:43 AM
RE: Alchemy - A word Game - by gaslouk - 05-08-2022, 09:03 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-08-2022, 09:50 AM
RE: Alchemy - A word Game - by bplus - 05-08-2022, 03:02 PM
RE: Alchemy - A word Game - by bplus - 05-08-2022, 03:10 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-11-2022, 06:22 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-09-2022, 12:13 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-09-2022, 01:31 AM
RE: Alchemy - A word Game - by bplus - 05-09-2022, 03:21 AM
RE: Alchemy - A word Game - by PhilOfPerth - 05-11-2022, 06:35 AM
RE: Alchemy - A word Game - by bplus - 05-09-2022, 03:31 AM
RE: Alchemy - A word Game - by bplus - 05-09-2022, 03:39 AM
RE: Alchemy - A word Game - by bplus - 05-09-2022, 08:39 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-09-2022, 10:56 PM
RE: Alchemy - A word Game - by PhilOfPerth - 05-11-2022, 07:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Word Search Maker SierraKen 27 5,108 01-21-2026, 12:53 AM
Last Post: SierraKen
  Random Access word-list maker PhilOfPerth 0 583 03-06-2024, 03:59 AM
Last Post: PhilOfPerth
  Word (text) processor krovit 19 4,523 09-02-2023, 04:38 PM
Last Post: grymmjack
  Not ANOTHER word-game! PhilOfPerth 12 2,498 01-30-2023, 11:27 PM
Last Post: PhilOfPerth
  Alchemy is fixed! PhilOfPerth 30 6,454 11-24-2022, 08:05 AM
Last Post: PhilOfPerth

Forum Jump:


Users browsing this thread: 1 Guest(s)