Edge Animate CC :: Making Two Animations Function From One Action?
Mar 30, 2013
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 followed the adobe tutorial to manually create an html page in order to have two edge animations on a page but it doesn't work well. The second animation starts but not the first one (I can see the first frame only).
im just wondering if the adobe team is gonna integrate sound into edge animate, like you have don with flash? Since i dont know how to code, its a constant hastle for me to try embedding sound into my edge animations.
I designed animation with adobe edge animate using png images, and added it to my website in adobe muse. When previewing the website it works perfectly, but when i uploaded my website to my host, everything loads except the edge animation content, in all pc and ios browsers.. Then after few clicks and mouse roll over the animation place on the page, and after a few reload of the page.. It loads and works.
I've just updated my development iPad and xcode to ios7 and xcode 5.
The app i´m developing uses web views to display content – which includes images and edge animations –embedded in one HTML-file using iscroll.js to swipe through (one page could be an image, the next a Edge Animation,separated in <li>-elements).
The Edge-Animations won´t show up, its just a blank page. However the iOS-Simulator shows everything correctly but on the iPad the Animations just won´t show.
I am trying to get an animation where the user hovers over one of 13 stars on string. What I am after is when they hover over one it looks like its been knocked and starts to swing for a shot amount of time.This should happen to them all. I have this code but it doesnt want to play!
Mouse Leave:
$(this.lookupSelector("star-1")).playReverse();
Mouse Enter:
$(this.lookupSelector("star-1")).play(0);
When you add more and more stars it just stops working.
I'm running into a problem with my symbols, they seem to be going out of sync in my animation. I'm using multiple instances of the same symbol. See below link for the .html file for example of what I mean. The wings go out of sync after awhile, even though they're the same symbol.
I have embedded multiple edge animations into iBooks and DPS. Howeve I keep running into an issue where one or more animations will not start after i have started another then move on to a different page. When i reload the book or adobe viewer then the animation that would not start runs fine but then others won't run. Individually they all run fine but when embedded together they start stalling out. I'm using edge 1.0 and CS6 indesign and lateset iBooks author. I have a published iBook and I have to tell users to reload ibooks in order to get each animation to run. They are not complex animations.
I‘m trying to have a simple (slide and zoom) ken burns like full page EDGE animation in our DPS folio.
The animation works like charme in the browser preview on my mac and is running smoothly without any issues. Only when I place the OAM in Indesign and preview it on the iPad (3) the animation plays back chunky. Well not exactely chunky, but it always stops once in the middle. Sometimes just for a brief moment, sometimes like up to nerly a second. It also happens when I test the HTML in mSafari. Not as bad, but definitvely also noticably.
Since I‘m fairly new to EDGE I don‘t really have a clou where to start optimising. It‘s a real simple animation (just one image moving and slightly zooming with some easing in and out, and one text element fading in) and the resulting oam is just about 790k.
I created this website for a client and it can be viewed at Uscantravel.com. However being in the SEO phase of the site, the publish for Static HTML to make the website search friendly turns off the animated pop-ups and links that are layered within symbols with additional animations. It works fine when I save the .html file and upload that, but the published file for static alters the website animations when uploaded.
Can I somehow use the copy and paste the Div tags into the workable .html file to make search friendly, or am I missing something?
I am setting this function in my compositionready and I want to call it from different places. That works fine but I also want to run myFunction() when the program launches.
Say you need a slightly more sophisticated animation and used a CreateJS from Flash.I've placed the CreateJS in a container, and I've been able to communicate from CreateJS to Edge symbol with no problem:
/* js this.onClick = function () { var comp = $.Edge.getComposition("EDGE-25177479"); var stage = comp.getStage(); stage.getSymbol("logo").play("playLogo"); }
But how do it the other way, and create a function from within Edge to call upon the CreateJS canvas ("myCanvas")?I want to call a "gotoAndPlay("start");" label on the main timeline of the canvas element. My syntax is completely wrong:
//on click var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); stage.gotoAndPlay("start");
I need to add a clickTag type function to a banner I made so that it can be tracked. I read the thread on clickTag() and it tried swapping clickTag() with EB.clickthrough(). but that didnt work.
The media company has us put this code on a click through layer in the flash banners I've been making
EB.clickthrough();
how do I get this to work? The publisher gave me this code that ive added to the index file but the part where it says "onclick" I think needs to happen in edge?
<script type="text/javascript"> function initEB(){ if (!EB.isInitialized()){[code]....
how in edge to tell it to do this "onclick="javascript:handleUserActionButtonClick();"
I have made several Adobe Edge Animate projects and have inserted a stop trigger for the "home" arrival after animation intro. I just created a new project and can't get the stop trigger function to work. When I preview it plays through the entire timeline. I've tried several different combinations of triggers - sym.play from () at the beggining of the timeline and then adding a sym.stop at () and no matter what, it plays through the entire timeline.
How do I use a button being clicked to trigger a function within CompositionReady? My overall aim is an On/Off button, the 'OnOffStatus' of which can be used to determine other factors within the program.
I have a symbol on the stage: symbol1.Inside symbol1 I have an image: symbol1_image1...I have another symbol on the stage: symbol2 Inside symbol2 I have an image: symbol2_image2
in composition.ready I have an action on the mouseout for symbol1:
var theTarget = sym.getComposition().getStage().getSymbol('symbol2').$('symbol2_image2'); sym.getComposition().getStage().doMouseoutGS(theTarget);
In composition.ready i have the following function defined
sym.doMouseout = function (colorTile){ sym.$(colorTile.show()); }
I cannot get this to work and I am not understanding why.If I do an alert on the mouseout function for alert($(colorTile).attr("id")); I get the correct referenc to the element I want to show but it does not actually happen
I want to know if I can access elements in the parent document from the Function I attach to the Stage or other element within my animation.i.e. the equivalent of window.parent.document.getElementById
I notice that the function automatically passes 'sym' which I'm guessing is the animation document reference so can I get to sym.parent?
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.
This is a tricky one, but it may just be that I don't understand the syntax,
Situation:I have an Edge Animate composition that is acting as an interface and container into which other content is embedded using an iFrame. I have several functions in Stage > creationComplete, and for one of the embedded content pieces, I want to include a button that calls one of the Edge functions.
Challenge: I have read about referencing elements within Edge when it is the Edge file that is embedded on an HTML page, but I cannot figure out how to reference Edge in the reverse.
I have tried these options where headerselect(page) is my function:
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.