<div dir="ltr">oh I may have to take a look at this cyder press if it allows you to do stuff like that, that is useful, I've been programming directly in the emu, which is time consuming and arduous at points.<div><br></div><div>Fancy program, I just assume fast rate speech in my useful.dsk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 8, 2017 at 11:48 AM, Jayson Smith <span dir="ltr"><<a href="mailto:jaybird@bluegrasspals.com" target="_blank">jaybird@bluegrasspals.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div class="m_-8865372993823023564moz-cite-prefix">Hi,<br>
      <br>
      There are several program fragments floating around that do pretty
      much the same thing. If you need help with the mechanics of using
      CiderPress to actually modify the program, please let me know.
      Otherwise, here's a fragment you can use. It assumes the real
      program starts at line 10, so adjust accordingly.<br>
      <br>
      Jayson<br>
      <br>
       0  PRINT  CHR$ (4),"BRUNTEXTALKER.RAM"<br>
       1  PRINT  CHR$ (5);: PRINT "C"<br>
       2  TEXT : HOME : PRINT "DO YOU WANT SLOW SPEECH? PRESS Y OR N.":
      GET Y$<br>
       3  IF Y$ = "Y" OR Y$ = "y" THEN  PRINT  CHR$ (5);: PRINT "E":
      GOTO 10<br>
       4  IF Y$ = "N" OR Y$ = "n" THEN 10<br>
       5  PRINT "INVALID RESPONSE, TRY AGAIN.": GOTO 2<div><div class="h5"><br>
      <br>
      On 7/8/2017 9:43 AM, Blake Roberts wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">
      <pre>Hi all,

I'm in communication with a gentleman who created some AppleSoft Dos 3.3
games when he was a teenager in the 1980's. He still writes games today. A
couple of years ago he converted an Apple2 ProDos game he wrote in 2010 to a
modern adventure game language and added screen reader mode to the current
non-Apple version. Anyway, getting back to Apple2 games... I found a disk on
asimov containing the author's 5 Dos 3.3 Applesoft Basic games from decades
ago. How do I edit hello.bas in CiderPress so that I can add Textalker? His
hello program contains instructions on playing the games in addition to a
menu. What he wrote in Hello  starts at line 50. I want to simply add lines
to install Textalker to keep his Hello program as close to the original as
possible. I prefer  not to replace with Hello from another disk because that
would erase the author's game instructions and menu in his Hello program.
Since he is interested in my efforts to make his 80's-era disk talk, I
anticipate he will not have any problem with me distributing a talking
version. I will  of course get permission.

Blake


</pre>
      <br>
      <fieldset class="m_-8865372993823023564mimeAttachmentHeader"></fieldset>
      <br>
      </div></div><span class=""><pre>______________________________<wbr>_________________
BlindApple mailing list
<a class="m_-8865372993823023564moz-txt-link-abbreviated" href="mailto:BlindApple@bluegrasspals.com" target="_blank">BlindApple@bluegrasspals.com</a>
<a class="m_-8865372993823023564moz-txt-link-freetext" href="http://jaybird.no-ip.info/mailman/listinfo/blindapple" target="_blank">http://jaybird.no-ip.info/<wbr>mailman/listinfo/blindapple</a>
</pre>
    </span></blockquote>
    <p><br>
    </p>
  </div>

<br>______________________________<wbr>_________________<br>
BlindApple mailing list<br>
<a href="mailto:BlindApple@bluegrasspals.com">BlindApple@bluegrasspals.com</a><br>
<a href="http://jaybird.no-ip.info/mailman/listinfo/blindapple" rel="noreferrer" target="_blank">http://jaybird.no-ip.info/<wbr>mailman/listinfo/blindapple</a><br>
<br></blockquote></div><br></div>