Author Topic: SCROLL COMP: good will message  (Read 5993 times)

0 Members and 1 Guest are viewing this topic.

Offline bikemadness

  • Amiga 1200
  • ****
  • Posts: 325
  • Karma: 26
  • Hard players don't go home.
    • View Profile
SCROLL COMP: good will message
« on: February 06, 2007 »
... short and sweet.
Code: [Select]
open window 640,512
ang=pi/180
x=320
y=260
dist=0

letter=142
dim xe(letter),ye(letter),dir(letter)
dim letters(letter)

for a=1 to letter
read letters(a)
dir(a)=(360/letter)*(letter-a)
next a

repeat
setdispbuf vm
vm=1-vm
setdrawbuf vm
clear window

setrgb 1,200,200,0
fill rectangle 0,0 to 640,512
dist=dist+.3
if dist>240 dist=240
if dist=240 face=face+1
if face>50 face=50
if face=50 then
setrgb 1,0,0,0
fill circle 320,260,200
setrgb 1,200,200,0
fill circle 320,230,200
setrgb 1,0,0,0
fill circle 220,230,40
fill circle 420,230,40
endif

for a=1 to letter
dir(a)=dir(a)+.25
if dir(a)>360 dir(a)=0
xe(a)=x+sin(dir(a)*ang)*dist
ye(a)=y+cos(dir(a)*ang)*dist
setrgb 1,0,0,0
text xe(a)-5,ye(a)+2,chr$(letters(a))
next a

until (1=0)

label letters
data 72,69,82,69,146,83,32,84,79,32,65,32
data 71,82,69,65,84,32,67,76,65,83,83,32
data 79,70,32,80,69,79,80,76,69,32,65,84
data 32,68,66,70,173,73,78,84,69,82,65,67,84,73,86,69
data 32,173,32,70,82,79,77,32,84,72,69,32
data 84,73,82,69,76,69,83,83,32,83,84,65,70,70
data 44,32,84,79,32,84,72,69,32
data 73,78,81,85,73,83,73,84,73,86,69,32
data 80,85,80,73,76,83,32,65,78,68,32,84,72,69
data 32,70,85,78,32,65,78,68,32,71,65,77,69,83
data 32,73,78,32,66,69,84,87,69,69,78,46,32,32,32

have a Yahappy day.
« Last Edit: February 07, 2007 by Clyde »
Have a Yahappy day.
I don't know what is wrong with the world - but I know how to fix it.

Offline benny!

  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4384
  • Karma: 228
  • in this place forever!
    • View Profile
    • bennyschuetz.com - mycroBlog
Re: SCROLL COMP: good will message
« Reply #1 on: February 06, 2007 »
Any chance to supply this as an exe file ?
[ mycroBLOG - POUET :: whatever keeps us longing - for another breath of air - is getting rare ]

Challenge Trophies Won:

Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: SCROLL COMP: good will message
« Reply #2 on: February 06, 2007 »
yabasic doesn't do exes, you need to just download the player from here http://members.iinet.net.au/~jimshaw/Yabasic/ps2yabasic1.6b3.zip

<edit>Very nice little scroll too!</edit>

Jim
« Last Edit: February 06, 2007 by Jim »
Challenge Trophies Won:

Offline benny!

  • Senior Member
  • DBF Aficionado
  • ********
  • Posts: 4384
  • Karma: 228
  • in this place forever!
    • View Profile
    • bennyschuetz.com - mycroBlog
Re: SCROLL COMP: good will message
« Reply #3 on: February 06, 2007 »
yabasic doesn't do exes, you need to just download the player from here http://members.iinet.net.au/~jimshaw/Yabasic/ps2yabasic1.6b3.zip

<edit>Very nice little scroll too!</edit>

Jim


@Jim:

Thanks for the info.
Didnt realized that it was YaBasic ... guess I should have realized it
by reading this :

Quote
have a Yahappy day.
[ mycroBLOG - POUET :: whatever keeps us longing - for another breath of air - is getting rare ]

Challenge Trophies Won:

Offline Shockwave

  • good/evil
  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 17426
  • Karma: 499
  • evil/good
    • View Profile
    • My Homepage
Re: SCROLL COMP: good will message
« Reply #4 on: February 06, 2007 »
Tell you what, that's great design for a Yabasic demo :) Aciiiiiid!!!! Thanks for posting it!  :clap:
Shockwave ^ Codigos
Challenge Trophies Won:

Offline slinks

  • A little bit strange
  • DBF Aficionado
  • ******
  • Posts: 3964
  • Karma: 44
    • View Profile
Re: SCROLL COMP: good will message
« Reply #5 on: February 06, 2007 »
Also probebly counts for best face done in yabasic as well  ;) ! Well done!
I love semi-colons way too much ^^;
Challenge Trophies Won:

Offline taj

  • Bytes hurt
  • DBF Aficionado
  • ******
  • Posts: 4810
  • Karma: 189
  • Scene there, done that.
    • View Profile
Re: SCROLL COMP: good will message
« Reply #6 on: February 08, 2007 »
Very pleasant effect in very small amount of code.  :clap:
Challenge Trophies Won:

Offline Clyde

  • A Little Fuzzy Wuzzy
  • DBF Aficionado
  • ******
  • Posts: 7271
  • Karma: 71
    • View Profile
Re: SCROLL COMP: good will message
« Reply #7 on: February 08, 2007 »
Thats neat :)
Still Putting The IT Into Gravy
If Only I Knew Then What I Know Now.

Challenge Trophies Won:

Offline rain_storm

  • Here comes the Rain
  • DBF Aficionado
  • ******
  • Posts: 3088
  • Karma: 182
  • Rain never hurt nobody
    • View Profile
    • org_100h
Re: SCROLL COMP: good will message
« Reply #8 on: February 08, 2007 »
I just spotted this, an excellent program real nice smiley

Challenge Trophies Won:

Offline Tetra

  • DBF Aficionado
  • ******
  • Posts: 2532
  • Karma: 83
  • Pirate Monkey!
    • View Profile
Re: SCROLL COMP: good will message
« Reply #9 on: February 08, 2007 »
Didnt know what to expect from this one,

Heres a right back at you :):):)
Challenge Trophies Won: