philosophy of programming. What's New in This Release: To Download this click "here"![]()
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 and
Aurel Basic application aims at teaching the basics of programing to everyone.
· 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
· REFRESH
Blog Archive
-
▼
2009
(127)
- ► 06/21 - 06/28 (5)
- ► 06/14 - 06/21 (8)
- ► 06/07 - 06/14 (21)
- ► 05/31 - 06/07 (6)
- ► 05/24 - 05/31 (1)
- ► 05/03 - 05/10 (14)
- ► 04/26 - 05/03 (64)
- ► 03/22 - 03/29 (6)
4:27 AM
Labels: Application, PC softwares
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment