diff --git a/assign3.md b/assign3.md
index 774f5e334c647b185c105542b18e1530635813cc..99fae0cec14cc78516083709201ed301188f7c80 100644
--- a/assign3.md
+++ b/assign3.md
@@ -246,13 +246,16 @@ You should:
   date-and-date, as shown in the video.
 - your game should jump to the high-scores screen at the end of a game when
   calling `isDone()` returns true for the first time.
+- you do not need to worry about landscape mode
 
 
 ## Task 8: Implement the *About* Scene
 It doesn't have to be like mine, and it doesn't have use gestures, but it
 should be fancy. Use `UIBezierPath` to draw something a diagram, make a little
 mini-game using dynamic gestures, be creative!
-
+- You do have to worry about landscape mode. If you do use dynamic animations
+  and they fly away during rotation, it's fine just to have a way to restart
+  in the new orientation
 
 
 ## Grading