flikflak_florin_porject

No preview image

1 collaborator

Default-person Florin Matei (Author)

Tags

(This model has yet to be categorized with any tags)
Visible to everyone | Changeable by everyone
Model was written in NetLogo 4.1.2 • Viewed 108 times • Downloaded 17 times • Run 1 time
Download the 'flikflak_florin_porject' 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?

This section could give a general understanding of what the model is trying to show or explain.

HOW IT WORKS

This section could explain what rules the agents use to create the overall behavior of the model.

HOW TO USE IT

This section could explain how to use the model, including a description of each of the items in the interface tab.

THINGS TO NOTICE

This section could give some ideas of things for the user to notice while running the model.

THINGS TO TRY

This section could give some ideas of things for the user to try to do (move sliders, switches, etc.) with the model.

EXTENDING THE MODEL

This section could give some ideas of things to add or change in the procedures tab to make the model more complicated, detailed, accurate, etc.

NETLOGO FEATURES

This section could point out any especially interesting or unusual features of NetLogo that the model makes use of, particularly in the Procedures tab. It might also point out places where workarounds were needed because of missing features.

RELATED MODELS

This section could give the names of models in the NetLogo Models Library or elsewhere which are of related interest.

CREDITS AND REFERENCES

This section could contain a reference to the model's URL on the web if it has one, as well as any other necessary credits or references.

Comments and Questions

הקשר בין פקודה לקובץ (Question)

שרונה שלום דוגמת המודל לשימוש בסרט המופיע ב extension/qtj לא מעלה סרט, לכן מקשה להבין איך מקשרים את הקובצ לפקודה. ביצעתי את כל התנאים המוקדמים, להעתקת קבצי הQT ופתיחת קובצ lib ו windows . בהמשך אני מבין את ה primitives אבל לא מבין איך לקשר את הקפודה לקובץ הסרט, האם צריך להעתיק את קבצי הסרטים בנטלוגו, ואם כן אז איפה? ניסיתי לעין במדריך ההוראות ולמצוא דוגמת מודל פועל על בסיס סרטון ב library models וב code examples. ניסיתי את כל האופציות המוכרות לי ללא הצלחה ומרגיש תקוע. אנא הכוונתך. בתודה, פלורין.

Posted almost 13 years ago

שלחתי שאלה ליוצרים

שלום לך פלורין שלחתי אתמול שאלה לחברים שעושים את נטלוגו כי גם אצלי נמצאה בעיה מסוג אחר. אני לא יכולה להפעיל את זה על המחשב שלי. אחזור אליך כאשר תהיה תשובה בינתיים - תעשה עיצוב עקרוני מן הסוג "אם זה היה עובד" - זה גם מתקבל

Posted almost 13 years ago

flikflak_florin_project

תודות רבות, פלורין.

Posted almost 13 years ago

Click to Run Model

extensions [ bitmap qtj ]

to setup
  clear-all
  ask n-of flikflak-step [ ... ]
end 

to go
  if ( platform = hard ) and ( initial position = 1 to 7 )[ run movie 11 ]
  if ( platform = hard ) and ( initial position = 1 ) and ( step if = 1 )
   [ play movie 111 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 2 )
   [ play movie 112 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 3 )
   [ play movie 113 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 4 )
   [ play movie 114 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 4 )
   [ play movie 114 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 5 )
   [ play movie 115 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 6 )
   [ play movie 116 ]
   if ( platform = hard ) and ( initial position = 1 ) and ( step if = 7 )
   [ play movie 117 ]
   if ( platform = hard ) and ( initial position = 1 to 7 ) [ run movie 12 ]

to bitmap
  copy-to-drawing
  qtj:movie-image 0 0
end 


  
  
  


There is only one version of this model, created almost 13 years ago by Florin Matei.

Attached files

No files

This model does not have any ancestors.

This model does not have any descendants.