Magnetic Fantastic

Magnetic Fantastic preview image

1 collaborator

Default-person lrcvs lrcvs (Author)

Tags

facexy 

"use of mouse"

Tagged by lrcvs lrcvs over 1 year ago

Visible to everyone | Changeable by the author
Model was written in NetLogo 6.2.2 • Viewed 75 times • Downloaded 5 times • Run 0 times
Download the 'Magnetic Fantastic' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


WHAT IS IT?

A simulation of the use of the mouse

HOW IT WORKS

Selecting l = length / size of the turtle Selecting d = the density of lines

HOW TO USE IT

Moving the mouse around the screen

THINGS TO NOTICE

See the angle of inclination of the lines with respect to the mouse

THINGS TO TRY

The response speed of fixed turtles

EXTENDING THE MODEL

NETLOGO FEATURES

Facexy

RELATED MODELS

Mouse Drag One Example

CREDITS AND REFERENCES

Fields Magnetics https://www.youtube.com/watch?v=uNLAloYgMNQ

Comments and Questions

Please start the discussion about this model! (You'll first need to log in.)

Click to Run Model

to setup
ca
;ask patches [if int (pxcor) mod 1 = 0 and int(pycor) mod 1 = 0 [sprout 1]]
crt d
ask turtles [set size l set heading random 360 set color random 140 set shape "butterfly"]
;ask turtles [set size l set heading 0 set color gray set shape "dot"]
;ask turtles [set size l set heading 0 set color gray set shape "bee 2"]

ask turtles [setxy random-xcor random-ycor]
end 

to go
;facexy  mouse-xcor mouse-ycor
fd random 100 rt random 360 facexy  mouse-xcor mouse-ycor
end 

There is only one version of this model, created over 1 year ago by lrcvs lrcvs.

Attached files

File Type Description Last updated
Magnetic Fantastic.png preview Preview for 'Magnetic Fantastic' over 1 year ago, by lrcvs lrcvs Download

This model does not have any ancestors.

This model does not have any descendants.