Changes between Version 1 and Version 2 of INTERACTIVITY_COMMONS_R0
- Timestamp:
- 02/03/09 04:28:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified INTERACTIVITY_COMMONS_R0
v1 v2 15 15 In author, when a scene is rendered, it uses the book structure. When in the Reader Mode (or reader itself) it also applies changes from this second, user created change list. Switching between author and reader clears this change manager. 16 16 17 The interactions for objects include, but are not limited to:18 19 * Hiding the target's frame20 * Showing the target's frame21 * toggling the visibility of the target's frame22 * Starting a media object (movie, audio, timeline)23 * Stopping a media object24 * Change a frames zed order25 * reset the page (throw away changes for any object on this page)26 27 This would be a good start. The user should be able to create an action/script that when executed, changes these states of the target objects. They should then be able to trigger these actions upon:28 29 * mouse down30 * mouse up31 * mouse enter32 * mouse leave33 * mouse over34 * page displayed35 17 36 18 Mouse over is an interesting one. If we can mark the temporal change manager when the mouse enters a frame, ie before any actions are executed, then when the mouse LEAVES the frame, we can simply revert to that marked spot on the list. This would make it super simple for the author to generate something that showed 5 frames around the targeted frame, for example, and when the mouse left the targeted frame, they would all hide again. … … 41 23 * Make sure the change manager allows us to keep a separate set of changes to objects in the book 42 24 * Determine how we can utilize this second change manager to temporally change objects in the book 43 * Create a module for actions44 * an action is an association of target/action, such as hide that frame45 * Then create an Action List which is a list of actions46 * Create a Trigger which maps a trigger object, the trigger itself (mouse up) and the action list47 25 48 26 == Task result == … … 58 36 * [wiki:PRO_CHANGE_INFOS_R0] 59 37 * [wiki:PRO_CHANGE_COMMONS_R0] 38 * [wiki:LINKS_COMMON_R0] 60 39 61 40 == How to demo ==