Discuss Scratch

grapp
New to Scratch
5 posts

drawing lines from 1 sprite to another

I have a balloon that is tied to some thing. the are both constantly moving. I was wondering how you would get a constant smooth line alway connecting the two sprites like in this game.
this is my current srcipt.
when green flag clicked
forever

go to [balloon]
pen down
go to [other sprite]
pen up
wait (0.01) secs
clear
end
grapp
New to Scratch
5 posts

drawing lines from 1 sprite to another

sorry i forgot that new scratcher's aren't allowed to post links not from scratch. this game http://www.ferryhalim.com/orisinal/g3/high.htm
turkey3
Scratcher
1000+ posts

drawing lines from 1 sprite to another

when green flag clicked
forever
draw

define draw //run without screen refresh select in edit menu
clear
go to [balloon]
pen down
go to [other sprite]
pen up
The problem was you were clearing AFTER you drew it instead of before.

Last edited by turkey3 (June 8, 2014 01:09:50)


grapp
New to Scratch
5 posts

drawing lines from 1 sprite to another

turkey3 wrote:

when green flag clicked
forever
draw

define draw //run without screen refresh select in edit menu
clear
go to [balloon]
pen down
go to [other sprite]
pen up
The problem was you were clearing AFTER you drew it instead of before.
thanks a million works perfectly
572_6
Scratcher
1 post

drawing lines from 1 sprite to another

when green flag clicked
forever
clear
go to [ thing1]
pen down
go to [ thing2]
pen up
clear
end

Last edited by 572_6 (July 16, 2020 02:52:18)

MiaTheMia
Scratcher
1000+ posts

drawing lines from 1 sprite to another

when green flag clicked
clear
forever
pen down
go to [other sprite v]
pen up
end

UVS for Teddy,Renee,Soliel,Goldie.I play animal crossing
DSPRODAB88
Scratcher
1 post

drawing lines from 1 sprite to another

MiaTheMia wrote:

when green flag clicked
clear
forever
pen down
go to [other sprite v]
pen up
end
its not working for me for some reason
gterly
Scratcher
27 posts

drawing lines from 1 sprite to another

move () steps
when backdrop switches to [ v]
when I receive [ v]
when I receive [ v]
im just saying just saying random things
mchen2010
Scratcher
39 posts

drawing lines from 1 sprite to another

Sorry, but please don’t necropost. Start your own thread! Happy coding.


Powered by DjangoBB