40 likes | 219 Views
Begin-During-End (BDE) Event. Section 55 Web Design. Begin-During-End (BDE) Event. While statements work while a condition is true. Sometimes we want different actions to happen: When the condition becomes true While the condition is true When the condition changes to false.
E N D
Begin-During-End (BDE) Event Section 55 Web Design
Begin-During-End (BDE) Event • While statements work while a condition is true. • Sometimes we want different actions to happen: • When the condition becomes true • While the condition is true • When the condition changes to false
Begin-During-End (BDE) Event Done Once when the condition becomes true • Alice has a built in Event “While something is true” Done repeatedly as long as the condition remains true Done Once when the condition becomes false
Begin-During-End (BDE) Event • Bunny Example