Advertisement
-
Aurel Basic 1.1 Build 86
Aurel Basic description:
Aurel Basic is a small and simple programming language which is a dialect of BASIC, and like other basic languages it shares the simple syntax andphilosophy of programming.
Aurel Basic application aims at teaching the basics of programing to everyone.What's New in This Release:
· Added command for keyboard & mouse
· IFKEY [key]
· ;code
· ;code
· ENDKEY
example:
· IFKEY [A]
· TEXT 50 50 Key A pressed
· ENDKEY
· Key names must be written in Upper case!
· Supported keys from A to Z and arrow keys.
· IFKEY [UP]
· IFKEY [DOWN]
· IFKEY [LEFT]
· IFKEY [RIGHT]
· ; part of code from MouseDraw example
· ; direct draw
· IFMOUSEMOVE [LBDOWN]
· IF select% = 1 THEN MDLINE
· IF select% = 2 THEN MDCIRCLE 10
· IF select% = 3 THEN MDRECT 20 20
· ENDMOUSE
· ; for right mouse button
· IFMOUSEBUTTON [MRBDOWN]
· IF select% = 4 THEN MDFILL 200 200 250
· ENDMOUSE
· ; for left mouse button
· IFMOUSEBUTTON [MLBDOWN]
· IF fill% = 0 THEN ENDSUB
· ; direct fill with color
· IF color% = 1 THEN MDFILL 200 0 0
· IF color% = 2 THEN MDFILL 250 250 0
· IF color% = 3 THEN MDFILL 0 170 0
· IF color% = 4 THEN MDFILL 0 140 0
· IF color% = 5 THEN MDFILL 120 120 220
· IF color% = 6 THEN MDFILL 0 0 200
· ENDMOUSE
· New browser commands
· SURFBACK
· SURFFORWARD
· STOPSURF
· REFRESHTo Download this click "here"
0 comments: