Jump to content
Search Community

donkey kong

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by donkey kong

  1. when I use the code I get an error that says 1120: Access of undefined property TweenLite. i think its something to do with this bit, as I am not really sure if this is correct private function loadMovie():void { trace(); } } }
  2. hi all would some one beable to help me with this little problem, I am trying to load in swf movies on a time delay, first I have been trying to do using AS3, with various ways, but no joy, I am also being told that I can use TweenLite.delayedCall(numberOfSeconds, loadMovie); but I am unsure how to do this, I have down loaded a menu from soulwire and developing it and am a newbie to as3 and tweenlite so need things broken down step by step. would anyone beable to help me make a start as to how I can delay an swf movie from loading in after a click event action has been completed using tweenlite?? this is my menu, you will see that you click or use mouse scroll to navigate(mouse sroll not working with loading the swf movies yet)and at moment when you click an swf movie loads in. I would like to delay the swf movies from loading for about 3 seconds until the click event action is complete...aaarrgghhhh!!! am I making any sense menu: http://art.clubworldgroup.com/rotation/ and also the script here http://art.clubworldgroup.com/menu/main_script.zip would anyone be able to help me with this as I am very confused as to how to implement using tween this is what I have on my OnClick private function onMenuItemClick( event:MouseEvent ):void { circleMenu.scrollToItem( event.currentTarget as DisplayObject ); event.target.load(new URLRequest(images[event.target.name].@swf)); // new lastMoviePlaying = event.target; lastMoveIndex = event.target.name; TweenLite.delayedCall(0.5, loadMovie); << } private function loadMovie():void <<< { trace(); } } }
  3. Hi all not sure if I am in the correct place, just signed up, my apologies if not! what I need help with: I have an example menu from soulwire that I have been working with and developing, I am new to as3 and tweening and I have hit a brick wall with what I am doing and can't seem to get any help. The menu rotates but stops at the first and last menu object within the rotation, it contains tweenlite effects which I do not really understand, I WOULD LIKE THE MENU TO ROTATE 360 SO IT DOESN'T STOP AT THE FIRST AND LAST MENU OBJECT - does this make any sense my question is Is what I am trying to do(create 360 rotation) done within the tweenlite script? If so, can someone show me how! I am not sure if I should copy script here or just ad link to files, I will ad link, and if its better to paste code please let me know link to files: http://art.clubworldgroup.com/menu/example_01.zip ....any aoultions to this problem would be very grateful, many thanks for any help
×
×
  • Create New...