Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Results 1 to 3 of 3

Thread: Stuck with a simple script

  1. #1
    Junior Member Settled In biggsy is on a distinguished road
    Join Date
    Jan 1970
    Posts
    9
    Rep Power
    0

    Stuck with a simple script

    amazing Flash templates
    Hi there, I found a perfect script for what i need to do for AS3, I just wondered if anyone knew the AS2 equivalent please?

    onmouseevent(enterframe){
    current = _xmouse;
    setProperty (this, _x, current);
    }

    I am trying to make a movieclip move horizontally to follow the mouse.

    Many Thanks in Advance.

    biGGsy

  2. #2
    Junior Member Settled In biggsy is on a distinguished road
    Join Date
    Jan 1970
    Posts
    9
    Rep Power
    0

    Re: Stuck with a simple script

    Nevermind guys i solved my own problem, for anyone else interested, here is the code to paste onto the frame.

    ball_mc.onEnterFrame = function() {
    var xMouse = _root._xmouse;
    var yMouse = _root._ymouse;
    if(Math.abs(xMouse - this._x) < 1) {
    this._x = xMouse;
    this._y = yMouse;
    } else {
    this._x -= (this._x-xMouse) / 6;
    this._y -= (this._y-yMouse) / 6;
    }
    }

  3. #3
    Junior Member Settled In benmcarthur is on a distinguished road
    Join Date
    Apr 2009
    Posts
    1
    Rep Power
    0

    Re: Stuck with a simple script

    Hey There,

    I'm trying to create the same thing, but instead of only moving along the x value, the y value.

    I'm having trouble attaching the move function to only a rollover button.

    Could you post a script that would help me out.

    thankyou

+ Reply to Thread

Similar Threads

  1. Simple GuestBook
    By Flep in forum FlepStudio utilities
    Replies: 115
    Last Post: 4 Weeks Ago, 11:13
  2. Simple Guestbook
    By Flep in forum Utilità di FlepStudio
    Replies: 54
    Last Post: 4 Weeks Ago, 11:56
  3. I'm new ask a simple question
    By davids701124 in forum Actionscript 3.0 newbies
    Replies: 2
    Last Post: 14-03-09, 18:47
  4. simple gallery in AS3
    By karcinka in forum Actionscript 3.0 base
    Replies: 9
    Last Post: 24-11-08, 07:32
  5. I'm new to flash action script! Please help me I'm stuck!
    By Blondie in forum Actionscript 3.0 newbies
    Replies: 2
    Last Post: 05-06-08, 10:47

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Optimization by vBSEO