Edge Animate CC :: Action Panel And Code Panel Can't Be Viewed In Application Frame
Sep 19, 2013
Is there a reason why I can not open the actions panel from the timeline when I have the code panel docked and open in application frame? If I close the code panel I can view the actions panel. Why can't I have both open?
How can I access Symbols on Stage so I can Manualy code JavaScript functions to Animate them? My goal is to code everything in the main Action panel like how ActionScript codes run the functions to animate Symbols on Stage on addEventListener()
My understanding is instead of ActionScript language, now you code with JavaScript instead in Action Panels. but my JavaScript functions or command lines doesnt work...
Scenario: I want to relocate the SampleSymbol when a button is Clicked
Following Code is placed on CLICK trigger for a button.
Is there a way to "refresh" the Library Assets Images folder so that it finds all the images in that folder ? I noticed that when I create a new project that EDGE will find all the images that I have in the "IMAGES" folder at the time of creation but if I add images to that folder outside of EDGE then EDGE doesn't refresh that folder and I can't find a cmd to refresh that folder in EDGE ? I thought that maybe closing and reopening the project would refresh it but it doesn't. The only way I can find to get more images in after project creation is to manually add them.
Is it possible to get the text color to FadeIn or the opacity of the text color to animate with the lines of code below? I simply want the color to fade in when the mouse rolls over the text.
Can a custom work space save a unique set of actions specific to that work space incuding function key short cuts? The idea is to reduce Phoshot action clutter in the Actions Panel.The goal is to have different Work Spaces with differnt action sets and function keys.
I used to be able to do something like effect->3d-> revolve, then go to the actions panel and bring up the 3D revolve, click on it and edit it again. Now, when I open the actions panel the simple 3d revolve is replace with a long long list of actions of course I can't bring up the 3d revolve effect and edit it.
I have removed all of the Illustrator prefs in my library file; but, it still does it.
Is it possible to trigger actions from the actions panel using javascript? I see that you can do this with AppleScript but I've written everyting so far in javascript and don't know AppleScript, though could learn it if I need to.
I'm writing a script that creates a lot of complex graphic files and have all the prototypes done except for wanting to change the color of a few of the points in a mesh object. Apparently this can't be done in javascript, so I was hoping to mid point in the script, trigger an action from the panel to edit the mesh, then let the script carry on its way.
I'm simply trying to animate the y axis of a symbol with code. When I rollover one symbol, I'd like it to move the symbol it's inside a certain distance. Never seems to work. I've tried looking up the simple jquery syntax to change an image's y position, but it's hard to find!
how to integrate this CSSDeck code into an Edge Composition? [URL].... I tried to follow Joel Pau example here: [URL]... but had no luck implmenting. My knowledge of code is pretty weak so I have troulbe following.
I am an ePub Producer. I want to find out if it is possible to export purely CSS Animation code from Edge Animate, in order to use in an Apple Fixed Layout ePub.
I've dynamically placed a symbol on the stage at runtime. Per user input, I'd like to adjust the scale, position, etc. of this symbol (which is just a white sphere that bounces on using the animation in it's own timeline).
How do I address scale, position, opacity, etc. attributes of my symbol via the code, and where can I find a good, solid reference on syntax? I keep bouncing into jquery libraries, which I don't yet really understand how to implement. I'm missing that reference manual that defines all the functions we have at our disposal.
Part of my project includes a slider that is dynamically given a position. Because this all happens in code, I can't use the timeline tool to change the easing to something like "easeOutBounce."
This seems to follow the jQuery convention but results in the standard easing:
Ok so Im trying to embed html code into a website. I created an animation on edge, but after i publish i cant use the final publish link to just link embed. Because my isp has inbound ports blocked.
Anyway my question - Is there a way to just take the code from all the files and paste it into the website ?
If so, how would I organize the code, so it worked correctly ?
This has been a little annoying when trying to work on my edge animate projects. As I am using an old 4:3 ratio as my monitor - I don't have a lot of space on my desktop. Whenever I want to insert or edit code in Edge, the code menu pratically takes up my whole screen.
As you can see the font is still large even when it is on 'small' font size. Is there anywhere to change this or do I have to go digging manually into Edge's files?
I have a touchscreen project that I am using Edge Animate to create. So far its working great, but I am trying to find the correct code to make an Idle Timeout after 3 minutes to go back to the stage frame 1 or the label "StageStart" that I have created. I have tried attaching the following code as a 3 second test to the function "touchend", but it doesn't seem to work:
I want to loop a code / function .. let's say 100 times and each time one parameter or variable is counted up.I found "for"-loops and some with a counter.. but I coudn't get it to work in Edge Animate.Here is a fragment of the code I want to loop ->
$.get("URL...+Num, {}, function(ask, code) { switch(ask) { case '9': sym.$("leaf"+Num).show(); var leaf = sym.$("leaf"+Num); // How can I count the setting variable? "var leaf+Num = ... " doesn't work I guess.. [code]....
I'm using Animate to create a lesson/course and I would like to be able to click on a word in the text and have a new text box open with a definition/explanation of the word clicked. Is there a way to do that in Animate? I haven't been able to figure it out.
I need to make two animtions function from one action. So it should look something like plsy.("transition1") then go and play .("transtion2"). All under the same action I want when I press one button from my wb page for it to play two animations the first to take a rectangle like element off screen and the second to bring a new fro the side on the screen all this with the press of one button.
I am creating a slide show and I added a stop and click to play action so it is interactive so the user must click to go to the next slide. The stop is working but the click an day is not when I preview in the browser?
I like being able to loop the animation in Edge so it will play continually. But coordinating an edge animation with a number of different layers for each object makes me want to be able to loop each layer. Right now it seems you can only insert an action trigger in the general timeline. Is it possible to insert action triggers to individual layers?
For example, I made this animation for my illustrator portfolio page [url]....
I have set up layers for each color, and layers for each texture. Right now it cycles through them in a regular pattern. But I'd like to set individual loops for each color and texture layer so that the animation varies a little.
I have a text object in my Animate comp. It's pulling in HTML using JQuery's .html command. What I'd like to do is from that HTML, I'd like add an a href or similar link where onClick something happens to another Animate symbol. In this case, I'll make it simple and just show a div, but it could be anything. Of course, Animate has actions for symbols in the Elements panel, but this needs to happen from the HTML itself. Like this:
sym.$('content').html('<p>If you click this link, the <a href="sym.$("gallery").show();">Photo Gallery</a> will appear.</p>');
OK, this is a simplified version and I realize the syntax in the a href is completely wrong. But you get the idea. I click in that text and a div now appears on the screen. Also would be great to do it from an image link as well.
So is there a way to do this in Edge Animate? It's important I need to find a way to make this work.
I have an animating banner on my homepage that I want to link to another page. The same way that static image banners work.The click action set up inside the animation works perfectly in all browsers other than IE 8 and below.In IE 8 and below, the animation is replaced with a frame with the "Poster. png" image with a link; as expected.When the image is clicked, it loads the new page inside the frame where "Poster.png" was located. Not in the enclosing window. I've tried every Link Target that is available as well as some custom JS and JQuery scripts with no resolve.