blink effect

Use this forum to post Vensim related questions.
Post Reply
ecacarva
Junior Member
Posts: 2
Joined: Thu Oct 22, 2009 6:46 pm

blink effect

Post 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
ecacarva
Administrator
Super Administrator
Posts: 4838
Joined: Wed Mar 05, 2003 3:10 am

Post by Administrator »

Are you sure this is a Vensim question? I've never seen anything like what you have posted.

Tony.
Post Reply