[LogoForum] Re: Scrolling in MSWLOGO

This is a discussion on [LogoForum] Re: Scrolling in MSWLOGO within the logo forums in Programming Languages category; The message below is being cross-posted from LogoForum. HI LOGO FANS!!!!!!! MSWLogo has two "primitives" called: SCROLLX and SCROLLY: to horizontalscrolling for [x 0 10 1][scrollx :x wait 3] for [x 10 0 -1][scrollx :x wait 3] for [x 0 -10 -1][scrollx :x wait 3] for [x -10 0 1][scrollx :x wait 3] scrollx 0 verticalscrolling end to square :side repeat 4 [fd :side rt 90] horizontalscrolling end to verticalscrolling for [y 0 10 1][scrolly :y wait 3] for [y 10 0 -1][scrolly :y wait 3] for [y 0 -10 -1][scrolly :y wait 3] for [y -10 0 1][scrolly :y ...

Go Back   Application Development Forum > Programming Languages > logo

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-28-2005, 11:47 PM
jotape1960
Guest
 
Default [LogoForum] Re: Scrolling in MSWLOGO

The message below is being cross-posted from LogoForum.

HI LOGO FANS!!!!!!!

MSWLogo has two "primitives" called: SCROLLX and SCROLLY:

to horizontalscrolling
for [x 0 10 1][scrollx :x wait 3]
for [x 10 0 -1][scrollx :x wait 3]
for [x 0 -10 -1][scrollx :x wait 3]
for [x -10 0 1][scrollx :x wait 3]
scrollx 0
verticalscrolling
end

to square :side
repeat 4 [fd :side rt 90]
horizontalscrolling
end

to verticalscrolling
for [y 0 10 1][scrolly :y wait 3]
for [y 10 0 -1][scrolly :y wait 3]
for [y 0 -10 -1][scrolly :y wait 3]
for [y -10 0 1][scrolly :y wait 3]
scrolly 0
horizontalscrolling
end

Please, type: "SQUARE 100" and see the scrolling effect.

Of course, you can to use it with the mouse wheel or other hardware
but I'm not an expert on these capabilities.

GOD BLESS YOU ALL!!!!!!!

Juan J. Paredes G.
> From Curicó, Chile, with love






LogoForum messages are archived at:
http://groups.yahoo.com/group/LogoForum

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 11:36 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.