<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">yeah, i've been using this to visualize an ArrayTrigger class... &nbsp;it's nice because it's seems to kill the sequence in a seemingly random time so i can keep executing start and the sequences never actually complete... &nbsp;i like it and was curious why it seems random... &nbsp;i'd have to check to see what revision i was using... &nbsp;i haven't updated for a few weeks.<div><br></div><div>her are a few links...</div><div>click the stage to begin (or restart) the ArrayTrigger.</div><div><br></div><div>here it is without forcing an advance towards the non-existent step... &nbsp;boring</div><div><a href="http://wilbCorp/goasap/tests/arrayTrigger/">http://wilbCorp/goasap/tests/arrayTrigger/</a>secondGo_normal.html</div><div><br></div><div>and here it is with the force advance error...</div><div><a href="http://wilbCorp/goasap/tests/arrayTrigger/secondGo_forceAdvance.html">http://wilbCorp/goasap/tests/arrayTrigger/secondGo_forceAdvance.html</a></div><div><br></div><div><div>and here it is with the force advance error and cooler shapes...</div><div><a href="http://wilbCorp/goasap/tests/arrayTrigger/secondGo_cooler.html">http://wilbCorp/goasap/tests/arrayTrigger/secondGo_cooler.html</a></div></div><div><br></div><div>the idea behind the ArrayTrigger is that if every key on a piano was a tween or a tween sequence (in this case it's the sequence written on the stage applied to each element on the stage), then the ArrayTrigger is a finger that can slide up and down the keys governed by whatever easing you choose.<br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div><div><font class="Apple-style-span" color="#7E7E7E" face="Verdana" size="2"><font class="Apple-style-span" color="#0060A0"><br class="Apple-interchange-newline">-&nbsp;</font><b>Wilbur</b></font></div></div><div><br class="webkit-block-placeholder"></div></span><br class="Apple-interchange-newline"> </div><br><div><div>On Jul 31, 2008, at 2:03 PM, Donovan Adams wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Moses might need to chime in on this, but you have an advance on the last item in your sequence. In addition to that it, has a shorter duration then the advance duration. I would assume the error is happening because it does not have an item to advance to and/or the advance duration is less then the item duration.<br><br>Try:<br><br>sq1 = new HydroSequence(<br>        {target:sq_mc, x:1000, duration:1, easing:Elastic.easeOut},<br>        {target:sq_mc, advance:new OnDurationComplete(0.5), y:0, duration:1},<br>{target:sq_mc, rotation:180, duration:0.4}<br>);<br><br>sq1.start();<br><br><br>&lt;hr /><br><br>Hello all, I'm not only a beginning Go and Hydro user but also just  <br>getting into AS3. I'm having a small problem with trying to get Hydro  <br>to do an advance "trigger" or skip ahead. When I do a simple sequence  <br>like this:<br><br>import org.goasap.*;<br>import com.hydrotik.go.*;<br>import flash.display.*;<br>import fl.motion.easing.*;<br><br>sq1 = new HydroSequence(<br>        {target:sq_mc, x:1000, duration:1, easing:Elastic.easeOut},<br>        {target:sq_mc, advance:new OnDurationComplete(0.5), y:0, duration:0.4}<br>);<br><br>sq1.start();<br><br><br>I get the error:<br>1180: Call to a possibly undefined method OnDurationComplete.<br><br>I'm assuming that I haven't imported something properly? Thanks for  <br>bearing with my as3 growing pains.<br><br>Patrick<br><br><br><br>_______________________________________________<br>GoList mailing list<br><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br>http://goasap.org/mailman/listinfo/golist_goasap.org<br><br> _______________________________________________<br>GoList mailing list<br>GoList@goasap.org<br>http://goasap.org/mailman/listinfo/golist_goasap.org<br></blockquote></div><br></div></body></html>