here is the competition video that we had to do to join the competition.
inside this video we had to intro ourselves and say the reason why we needed to be choosen to win the S$1200 to the trip for both of us.
enjoy!!!quite funny.
the link
3rd July 2009 @ 9:47:27 am
taiwan
No Comments
i dont know whether anyone here came across this senario that you need to add library symbols to stage according to like (e.g img_mc1,img_mc2 and so on).
but with as3 to add library symbol ,you have to write these
var imgContainer:MovieClip=new img_mc1
but if you wan to change your reference to attach img_mc2 when a button is clicked?
so what you can do is use this:
var onSection:Number=1
var img_mc:Class = getDefinitionByName(”img_mc”+onSection) as Class;
var imgContainer:MovieClip=new img_mc
then changing the reference
onSection=2
img_mc = getDefinitionByName(”img_mc”+onSection) as Class;
15th June 2009 @ 11:33:34 am
flash
No Comments
try roll out and rollin on the different sector of the flash panel.
a test done for one proj but client wan it to hav no curvature.
using as3dmod bend
sorry if the size is weird see the one at my webby http://sherrymerry.com/testing/test/
7th June 2009 @ 4:30:14 pm
flash
1 Comment