Page 1 of 1

blink effect

Posted: Mon Jul 05, 2010 2:53 am
by ecacarva
Hi all

As a newbie on vensim, maybe I will ask a basic question;

I have 4 turtles connect to a link and would like to do an blink effect on links, simulating a communication. See below:

;creating the turtles
set-default-shape turtles "circle"
cro 5 [ setxy -16 -25 fd 5 set size 2]
ask turtle 0 [ set label "ToSi" ]
ask turtle 1 [ set label "ToBa"]
ask turtle 2 [ set label "LiRe"]
ask turtle 3 [ set label "MaAi"]

; creating the links
ask turtle 0 [ create-link-with turtle 1 ]
ask turtle 1 [ create-link-with turtle 2 ]
ask turtle 2 [ create-link-with turtle 3 ]
ask turtle 1 [ create-link-with turtle 3 ]

Now how to simulate a blink communication per link, exampl:
blink only link from turle 0 to turtle 1?]

thanks

Posted: Mon Jul 05, 2010 7:42 am
by Administrator
Are you sure this is a Vensim question? I've never seen anything like what you have posted.

Tony.