A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: How do I make him shoot?

  1. #1
    The masta of nothing
    Join Date
    Mar 2006
    Location
    In front of my computer
    Posts
    12

    How do I make him shoot?

    How do I make him shoot in the direction of the mouse?
    http://img159.imageshack.us/my.php?i...noshoot8pd.swf

  2. #2
    go blues ! audas's Avatar
    Join Date
    Oct 2000
    Location
    london ,piccadily circus!
    Posts
    665
    use a laco tweening scripts

    then
    pressing=true;
    onPress=function(){
    if(pressing ==true){
    pressing=false;
    bullet.tween(["_x","_y"],[_xmouse,_ymouse],1,"linear");
    }
    }

    bullet.onTweenEnd(pressing=true);
    peace.

  3. #3
    The masta of nothing
    Join Date
    Mar 2006
    Location
    In front of my computer
    Posts
    12
    Quote Originally Posted by audas
    use a laco tweening scripts

    then
    pressing=true;
    onPress=function(){
    if(pressing ==true){
    pressing=false;
    bullet.tween(["_x","_y"],[_xmouse,_ymouse],1,"linear");
    }
    }

    bullet.onTweenEnd(pressing=true);
    laco tweening scripts? define?

  4. #4
    go blues ! audas's Avatar
    Join Date
    Oct 2000
    Location
    london ,piccadily circus!
    Posts
    665
    peace.

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