Author |
Topic: Example Graphics (Read 263 times) |
|
SS
Administrator
    
member is offline


Posts: 113
|
 |
Example Graphics
« Thread started on: Mar 23rd, 2007, 5:50pm » |
|
As many know that FireBASIC is still in W.I.P stage and right now, many graphics commands have been working, but I still need to show that is can work.
Code:
graphics "Example"
center()
north()
line 85
line 90
circle -90
turn 7
circle -85
turn 8
circle 75
turn 4
circle 45
turn 6
line 75
turn 7
line 85
circle 85
circle -85
line -85
south()
circle 85
box 75 45
circle 75
line 45
circle 12
circle 95
line -95
line -12
turn 45
line 75
turn 120
line 45
turn 180
circle -45
west()
circle 5
circle 45
circle 85
circle 15
turn 854
turn 49
north()
line 85
turn -1
south()
line 75
turn 45
circle 45
circle 46
circle 47
circle 48
circle 49
line 45
line 46
line 47
line 48
line 49
flush()
print "Find what is in this drawing that look like something"
Let me know what you find!!
|
|
Logged
|
|
|
|
Caplet
Global Moderator
    
member is offline

Linux is my freind..........

Gender: 
Posts: 19
|
 |
Re: Example Graphics
« Reply #1 on: Mar 23rd, 2007, 5:55pm » |
|
oooh! that cool! i just tried it out! How do u get it to open cmd.exe?
|
|
Logged
|
My Forum - http://gnomecode.conforums.com
|
|
|
Montenegro
Administrator
    
member is offline


Gender: 
Posts: 27
|
 |
Re: Example Graphics
« Reply #2 on: Mar 23rd, 2007, 5:55pm » |
|
I kinda see a bike
|
|
Logged
|
 Look at my progrmming language http://feather999.conforums.com
|
|
|
SS
Administrator
    
member is offline


Posts: 113
|
 |
Re: Example Graphics
« Reply #4 on: Mar 23rd, 2007, 6:03pm » |
|
on Mar 23rd, 2007, 5:55pm, Caplet wrote:| oooh! that cool! i just tried it out! How do u get it to open cmd.exe? |
|
You have to know something about .bat files.
|
|
Logged
|
|
|
|
Montenegro
Administrator
    
member is offline


Gender: 
Posts: 27
|
 |
Re: Example Graphics
« Reply #5 on: Mar 23rd, 2007, 6:04pm » |
|
They are pretty easy to learn. Here is a good start. Code:
@echo off
echo Hello World
pause
|
|
Logged
|
 Look at my progrmming language http://feather999.conforums.com
|
|
|
SS
Administrator
    
member is offline


Posts: 113
|
 |
Re: Example Graphics
« Reply #6 on: Mar 23rd, 2007, 6:05pm » |
|
on Mar 23rd, 2007, 5:56pm, Montenegro wrote:| I kinda see a bike cheesy |
|
Maybe It could be a bike in it.
|
| « Last Edit: Mar 23rd, 2007, 6:07pm by SS » |
Logged
|
|
|
|
lhamil64
Administrator
    
member is offline


Posts: 13
|
 |
Re: Example Graphics
« Reply #7 on: Oct 6th, 2007, 10:57am » |
|
In case anybody new here posts to this, please hold off on the discussion of batch files. This is off topic and can confuse people if they search.
|
|
Logged
|
Hey all!
|
|
|
|