Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Bally Astrocade
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Sample code === The following sample program from the manual demonstrates the joystick input and graphics functions. "Try your skill... The first player's knob moves the phaser left or right and the trigger shoots... Player two controls the target while player one shoots."{{r|AstroBASIC|p=72}} {{pre|1=<nowiki/> 1 .PHASER PHUN 2 .BY DICK AINSWORTH 10 {{codett|2=cbmbas|1=X=RND(60)-31}} 20 {{codett|2=cbmbas|1=Y=RND(20)}} 30 CLEAR 40 X=X+JX(2)Γ3 50 Y=Y+JY(2)Γ3 60 BOX X,Y,4,4,3 70 K=KN(1)Γ·2 80 BOX K,-40,3,8,1 90 {{codett|2=cbmbas|1=IF TR(1)=0GOTO 30}} 100 N=1 110 {{codett|2=cbmbas|1=IF K>X-3IF K<X+3N=15}} 120 {{codett|2=cbmbas|1=FOR A=1TO N}} 130 BOX K,0,1,80,3 140 MU="4" 150 BC=AΓ8 160 {{codett|2=cbmbas|1=NEXT A}} 170 FC=7 180 BC=8 190 {{codett|2=cbmbas|1=GOTO 10}} }} This listing illustrates how keywords, which were tokenized, were always displayed with a following space.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Bally Astrocade
(section)
Add topic