Topic profile page for Tween.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Tween.
Topic "Tween" was discussed 43,740 times on 7,481 sites in last 3 months
Started 3 days, 18 hours ago (2009-11-06 20:52:00)
by GoPaintballMe.com
I am having trouble doing a motion tween in CS4. I am just starting to use CS4 again after a little hiatus, I know I was able to do a motion tween like I did when I was using CS3 but I can not find how to do it again. I would greatly appreciate it if someone could remind me of how to do this. Thanks for your help
Started 4 days, 6 hours ago (2009-11-06 08:52:00)
by sta777
Open swf with a tween Hi, If i'm using this line of code to open an .swf - Code: hlpLoad.bgLoading("help.swf",8,164,0,0,1,1,"",0,tr ue); - how would I open the .swf and apply a tween to it, so it animates in off the screen? Advanced thanks sta777
Started 1 week ago (2009-11-02 20:32:00)
by dimijin
I have two jpg images, each has it's own parent mc container. I'm trying to do a simple x & y tween but the tween is very choppy. I've tried smoothing but that didn't do the trick. The fla is set at 45fps. Does anybody have any ideas on what I could try to get these tweens smoothed out? ActionScript Code: nameCursive. smoothing = true ; nameRegular. smoothing = true ; ...
Started 1 week, 1 day ago (2009-11-01 20:50:00)
by hobbsieoz
I have the following tween which moves a movieclip on my movie to the right. However, i have put this code on its own layer, and the movieclip i want to move jumps to the first position which i have specified in the tween, but it doesnt move through the tween to the end position. ActionScript Code: import mx. transitions . Tween ; import mx. transitions . easing .*; var...
Started 5 days, 19 hours ago (2009-11-04 20:30:00)
by blacklight
Hi Guys, I am just trying to simply tween "on roll over" a movieclip from whatever its current xposition is at that moment along the x axis 100 pixels And then "on roll over" from whatever its new xposition happens to be along the x axis but this time minus 100 pixels. I am trying to a achieve a seamless roll over tween. heres my code Code: //set xposition ...
hi. im new in using AS3 and TweenMax. need a little help. i have a child MC (that i want to tween) which is inside a parent MC. i added these functions but the parent MC is the one thats being animated whenever i roll over it. then it keeps on looping because of the roll out function. how do i target the child MC? parent MC = newCircle child MC = textArea Code: newCircle....
Started 5 days, 23 hours ago (2009-11-04 16:21:00)
by Aardbei
Hello, I've made a quick mini-game for a schoolproject. The problem is that sometimes the 'jeep' stops in the middle of the stage. Anyone that could help me? I couldn't figure it out myself.. ActionScript Code: package { import fl. transitions . Tween ; import fl. transitions . easing .*; import fl. transitions . TweenEvent ; import flash. display . ...
Started 6 days, 5 hours ago (2009-11-04 10:10:00)
by ObesNewsBot
Tween girls on road to obesity (Adelaide Now) Quote: IT'S the weighty issue that can no longer be ignored and one that is being blamed for an alarming rise in obesity among young girls. published 11-04-2009 08:01 AM More... Have a read of the article and post your comments here. What have you learned? How has it helped you? We look ...
Started 1 week, 1 day ago (2009-11-02 14:46:00)
by prycey
hello, i am new to actionscript but am trying to figure out how to replace motion tweens with using tweens in actual script i am trying to achieve this http://www.getw3help.com/2008/09/com...sing-as-3.h tml but using actual script instead of this. is this even possible, or does it require completely rewritten script?