An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Adobe Animate CEP Events

![](https://thumbs.gfycat.com/YellowishWiltedKodiakbear-size_restricted.gif)

### 🔥 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)