https://github.com/inventsable/adobe-animate-cep-events
CEP Panel to demonstrate undocumented CEP events for Animate
https://github.com/inventsable/adobe-animate-cep-events
Last synced: 7 months ago
JSON representation
CEP Panel to demonstrate undocumented CEP events for Animate
- Host: GitHub
- URL: https://github.com/inventsable/adobe-animate-cep-events
- Owner: Inventsable
- Created: 2020-05-08T04:56:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T16:39:04.000Z (over 4 years ago)
- Last Synced: 2025-01-28T19:26:24.813Z (over 1 year ago)
- Language: JavaScript
- Size: 3.32 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adobe Animate CEP Events

### 🔥 This panel took me 20 minutes to make from scratch thanks to [bombino](https://github.com/Inventsable/bombino) for generating the foundation and styling with ready-made [brutalism](https://github.com/battleaxedotco/brutalism) components 🔥
Panel to demonstrate otherwise undocumented CEP events [found here](https://translate.google.com/translate?hl=en&sl=zh-CN&u=https://www.99ku.vip/twjc/10464.html&prev=search):
```
com.adobe.events.flash.documentChanged: triggered when the current active document changes.
com.adobe.events.flash.timelineChanged: triggered when the timeline of the currently active document is changed.
com.adobe.events.flash.documentSaved: triggered when the current document is saved.
com.adobe.events.flash.documentOpened: triggered when a new document is opened.
com.adobe.events.flash.documentClosed: triggered when the currently active document is closed.
com.adobe.events.flash.documentNew: triggered when a new document is created.
com.adobe.events.flash.layerChanged: triggered when another layer is selected.
com.adobe.events.flash.frameChanged: triggered when another frame is selected.
com.adobe.events.flash.selectionChanged: triggered when another object on the stage is selected.
com.adobe.events.flash.mouseMove: Triggered when the mouse is moved on the stage.
```
## See [Home.vue for relevant code](https://github.com/Inventsable/Adobe-Animate-CEP-Events/blob/master/src/views/Home.vue)