Jump to content
Search Community

Laur3nt1u

Members
  • Posts

    3
  • Joined

  • Last visited

Laur3nt1u's Achievements

0

Reputation

  1. I've check all and there are no null obj... but I think I found the problem this are in the same function TweenMax.to(splat1, 0.3, {alpha:0, visible:0}); TweenMax.to(cap_bun12, speed1 + 0.1, {y:220.80, delay: speed1 + 0.2, onComplete: goto1}); and I have to set a delay for cap_bun12 to complete after splat1 if cap_bun12 completes will goto1 and goto1 is a function that change the keyframe so the tween for splash1 can be done.... till now is good... will see tomorrow
  2. I've edit the code is working a while but after few clicks it crash I think http://www.box.net/shared/73k2v3zrgmqd6g3mp9vg TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.greensock::TweenLite/init() at com.greensock::TweenMax/init() at com.greensock::TweenMax/renderTime() at com.greensock.core::SimpleTimeline/renderTime() at com.greensock::TweenLite$/updateAll() I've check the code.. I don't have null objects and I use TweenMax no TweenLite... what is wrong?! it can't handle the animations and crash?!
  3. I have some problems with this Download EDIT : http://www.box.net/shared/73k2v3zrgmqd6g3mp9vg I want to make 3 movie clips to play random but I have some problems TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.greensock::TweenLite/init() at com.greensock::TweenMax/init() at com.greensock::TweenMax/renderTime() at com.greensock.core::SimpleTimeline/renderTime() at com.greensock::TweenLite$/updateAll() can you please look at the code..... thx
×
×
  • Create New...