CS 1025 01 - Week #10 (Mar 25, 27, 29)



Monday, March 25th


  1. Ventana Vensim Assignment One...

  2. Test One scores distribution.

Wednesday, March 27th



Friday, March 29th

Making QuickTime movies with NetLOGO.

After Effects and Flash used for 18 NetLOGO variations converted to quicktime files.
They were imported as footage to Adobe After Effects, then used for creating a composition (COMP) that was a non-overlapping sequence of the separate movies. Finally, rendering to FLV Flash video and creating a web application.

Note: Be sure to go full-screen when watching the video.

;; make a 20-step movie of the current view

setup
movie-start "out.mov"

repeat 20 
[                    ;; movie-start, movie-grab-view, and movie-close
  movie-grab-view    ;; HELP from NetLogo Help menu > Dictionary command
  go
]
                    
movie-close          ;; <---- not to be confused with movie-clothes!