A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Why wont the movieclip move? .Fla and link to original tutorial included

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Posts
    119

    Why wont the movieclip move? .Fla and link to original tutorial included

    Hi!

    Been working on a top-down perspective adventure game, couldn't find much to get the GTA-walking style, only car so i used that as a basis for the Engine.
    This is the tutorial i've used:
    http://www.flashkit.com/tutorials/Ga...-825/index.php

    I've pretty much copy-pasted the code into my Engine but the character will only rotate and not move forward, can anyone help me out in figuring out why? Thank!
    Attached Files Attached Files

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,
    Try using an
    PHP Code:
    onClipEvent (load) {
        
    speed 0;

    alongside of your
    PHP Code:
    onClipEvent (enterFrame) { 
    and see what happens
    Last edited by fruitbeard; 06-29-2015 at 05:40 PM.

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