Jump to content
Search Community

drotars@mac.com

Members
  • Posts

    4
  • Joined

  • Last visited

drotars@mac.com's Achievements

0

Reputation

  1. it is there, in the com folder where it all belongs but i am still getting an error message that greensock cannot be found. any idea what is going on?
  2. GOT IT! i changed the name of the folder (it was too long 16 characters discription) and now it is working perfectly. thank you again for taking the time to look at my problem. you guys rock!
  3. thank you for getting back to me so quickly. i've attached a layout of my file hierarchy so it excludes that, i am using the most recent greensock com folder, just downloaded 15 minutes ago, arrrrrrrhhhh also, made a new file and played it, no luck, com folder is filled with all it's goodies. also tossed the gs folder, realized this was the old, old one. caurina folder com folder >greensock gs folder p9.fla
  4. i am trying to use tween lite in a small component i am making for as3 i have the folders properly inserted next to the fla this is line 1-10 of my action script // Imports import com.greensock.*; import com.greensock.easing.*; import flash.display.Loader; import flash.events.MouseEvent; import flash.net.URLRequest; import flash.events.IOErrorEvent; stop(); but i am getting this error Scene 1, Layer 'scripts', Frame 10, Line 2 1172: Definition com.greensock could not be found. Scene 1, Layer 'scripts', Frame 10, Line 3 1172: Definition com.greensock.easing could not be found. Scene 1, Layer 'scripts', Frame 10, Line 2 1172: Definition com.greensock could not be found. Scene 1, Layer 'scripts', Frame 10, Line 3 1172: Definition com.greensock.easing could not be found. Scene 1, Layer 'scripts', Frame 10, Line 40 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 40 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 45 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 45 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 51 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 51 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 57 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 57 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 61 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 61 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 65 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 65 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 69 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 69 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 73 1120: Access of undefined property sevenButt. Scene 1, Layer 'scripts', Frame 10, Line 74 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 74 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 78 1120: Access of undefined property eightButt. Scene 1, Layer 'scripts', Frame 10, Line 79 1120: Access of undefined property TweenLite. Scene 1, Layer 'scripts', Frame 10, Line 79 1120: Access of undefined property Expo. Scene 1, Layer 'scripts', Frame 10, Line 29 1120: Access of undefined property sevenButt. Scene 1, Layer 'scripts', Frame 10, Line 30 1120: Access of undefined property eightButt.
×
×
  • Create New...