A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: 3d Movement

  1. #1
    Junior Member
    Join Date
    Jul 2007
    Posts
    28

    3d Movement

    Hey, im using 3dfa can anyone give me a script for when UP is pressed that a 3d object moves backwards (z)

    and how to make a 3d landscape scroll when i move, so there is a big land.

  2. #2
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    never used 3dfa before,- but aren´t the frames pre- rendered e.g no realtime?- because in that case yod simply need to playback with revered frames.
    If these are 3dfa questions perhaps better ask them in the 3dfa section
    http://board.flashkit.com/board/forumdisplay.php?f=51
    because I have the feeling that 3dfa is completely different

  3. #3
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    Moved to the more pertinent 3D Flash Animator Forum... the 3dfa gurus here can assist you.

    [ Hello ] | [ gerbick ] | [ Ω ]

  4. #4
    Junior Member
    Join Date
    Feb 2005
    Posts
    29
    Make sure you have enables 3d physics on the model you are trying to move, then create a new keyboard element, choose 'down arrow' from the combo box, select add a new action and choose script, then type in:

    element ("WHATEVER YOUR 3D ELEMENT IS").velocity_3D_z=10;

    Or take a look at the alphabet soup demo, that shows how to use 3d code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center