home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / POWERMAG / POWER21.MSA / POWER_21 / STOSHELP.PWR < prev    next >
Text File  |  1990-01-01  |  7KB  |  153 lines

  1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2.                                     THE
  3.  
  4.                                S    T   OOOO      S
  5.                               S    T   O   O     S
  6.                              S    T   O    O    S
  7.                             S    TT  O     O   S
  8.                              S  T T  O     O    S
  9.                               S   T  O     O     S
  10.                                S  T  O     O      S
  11.                               S   T  O     O     S
  12.                              S    T  O     O    S
  13.                             S     T  O     O   S
  14.                            S      T  OOOOOOO  S
  15.  
  16.                                 HELP CORNER
  17. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18.            YOUR STOS PROBLEMS ANSWERED BY DEANO OF SILLY SOFTWARE
  19. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20.  
  21. Well,  here we are once again with the ol' STOS HELP CORNER.   If you have a 
  22. STOS problem and want it solved (for free) then simply send it down to me at 
  23. the normal address to be forwarded on to Deano of Silly Software for solving 
  24. or send it directly to Deano at the following address:
  25.  
  26.  
  27.                     DEANO THE STRANGE BUZZING JELLYBEAN
  28.                               27 TURBARY WALK
  29.                                   MILNROW
  30.                                   ROCHDALE
  31.                                   OL16 4JN
  32.  
  33.  
  34. Deano is a very competent STOS programmer with his own licenceware  company, 
  35. SILLY  SOFTWARE  so  he  should be able to solve  your  problem  with  ease.  
  36. However,  if he can't,  we will put it to the other POWER readers to see  if 
  37. they have an answer so get sending your STOS-related programs now!
  38.  
  39. Here's this months probbies...
  40.  
  41.  
  42.  
  43. COOT:
  44.  
  45. Do you know how to stop the Missing Link Extension message coming up all the  
  46. time mate?   I've registered it thinking that would stop the problem but  it 
  47. hasn't.  It's bloody annoying!
  48.  
  49. POWER REPLIES:
  50.  
  51. Yes, it  is  a bugger isn't it?!  But it can be fixed.  When you receive the 
  52. full version  of  missing  link you get a third  extension  (EXS),  in  this  
  53. is  a command  that gets rid of that message called 'mostly  harmless'.  The  
  54. best thing to do is first type out this routine.
  55.  
  56. 10 A=mostly harmless (1,2,3,4,5)
  57. 20 put key "NEW"
  58.  
  59. Save  this on the root directory (not in a folder) of your STOS  disk  under 
  60. the  name of 'autoexec.bas'.  Now when you load STOS this file will  run,  a 
  61. message  appears  saying 'You got it' and the NEW  command  pops  up.  Press 
  62. return and the message is dead.
  63.  
  64.  
  65. ANDY BRIDEWELL:
  66.  
  67. This  may  well have been asked before but because I am new  to  POWER  disk 
  68. magazine,  I  don't  know  it has so my apologies if  I  am  repeating  what 
  69. somebody else has asked but I would like to be able to play samples  through 
  70. STOS  (just normal SPL samples so I can use sampled speech and better  sound 
  71. effects) but I can't find a routine that will let me do it.  
  72.  
  73. POWER REPLIES:
  74.  
  75. The  digiplay  command  is missing link plays samples so if  you  have  this 
  76. extension then read the manual for more info.
  77.  
  78. Failing that,  try STOS Maestro which has a set of commands for playing  and 
  79. recording  samples.  It has a sampler which enables you to record your  own, 
  80. but you can't buy the original cardridge anymore,  but the stereo master one 
  81. works  with  it.  SPL  samples are mainly used for music  creators  such  as 
  82. Noisetracker  or Megatiser but Maestro can play them if you load  them  into 
  83. the sampler and save them as .SAM samples.  Also samples like Stereo  master 
  84. usually  have  a STOS routine.  If you have an STE then you  can  play  them 
  85. though  the STE's DAC with the STE extension,  from POWER PD.  STOS  MAESTRO 
  86. along with other STOS products can be obtained from...
  87.  
  88. Trading Post, Victoria Road, Shifnal, Shropshire, TF11 8AF
  89.  
  90. The price is ten pounds, and the phone number is (0952) 462135
  91.   
  92.  
  93. LISA PRUNDE:
  94.  
  95. How do I prevent text being typed and appearing on the screen without it not 
  96. being acknowledged?   What I am trying to do is have a password system where 
  97. the password does not show on the screen when it is entered.  Thankyou.
  98.  
  99. POWER REPLIES: 
  100.  
  101. The command you want is 'input$', it allows you to enter a certain amount of 
  102. characters which go into a varible and not on screen.
  103.  
  104. EXAMPLE: 
  105.  
  106. 10 key off : hide on : curs off : mode 0
  107. 20 locate 0,10 : centre"Please enter the password."
  108. 30 A$=input$(5) : rem password is five characters long
  109. 40 if A$="POWER" or A$="power" then locate 0,12:centre "Okay, loading." else 
  110. locate 0,12: centre"That is not the password, try again." : goto 30
  111.  
  112.  
  113. JJ:
  114. At the moment,  I have an ATARI 1040 ST upgraded to 4 megabytes.   I do  not 
  115. have  a Falcon but I want to write software that will be Falcon enhanced  on 
  116. my ST in STOS.   Is this possible or do I need a special version of STOS  (I 
  117. have V2.6) or\and a Falcon?   Is it possible to get a STOS proram to work on 
  118. the Falcon at all?
  119.  
  120. By  the way Deano,  I've just got a copy of MOBSTERS CITY by you and  I  was 
  121. very impressed!   I can see why James got you doing the STOS help for  POWER 
  122. now!
  123.  
  124. POWER REPLIES:
  125.  
  126. There  was  going to be a Falcon version of STOS called FALCOS  but  it  was 
  127. abandoned.  What you need is ST FIXER from Goodmans which will update a STOS 
  128. compiled program to work on any version of STOS including TOS 2.06 and up to 
  129. the latest Falcon TOS (4.04).  There are a couple of limitations though, the 
  130. graphic commands don't work so avoid them,  also the mouse buttons go wonky.
  131. To get pass that problem,  make sure your program can only start by pressing 
  132. the left mouse button, after that both buttons work fine.
  133.  
  134. Glad  you  liked Mobsters City,  you may be interested to know  that  a  new 
  135. special one meg version is being done,  watch the NEWS page for when this is 
  136. released.  This now works on TOS 2.06 and the Falcon by the way.
  137.  
  138.  
  139. A STOS TIP:
  140.  
  141. Normally  when you unpack a screen from a bank,  the screen palette  changes 
  142. which is arkward if you want to unpack into a bank.  The method to fix it is 
  143. to use the missing link floodpal command, like this.
  144.  
  145. 10 key off : flash off : curs off: mode 0
  146. 20 reserve as screen 5 : unpack 4,5 : floodpal 0 : wait vbl
  147. 30 get palette (5) : screen copy 5 to back : screen copy back to logic
  148.  
  149. The wait vbl is important in this routine.
  150.  
  151. Thanks to Tony Greenwood for this tip.
  152.  
  153.