A Flash Developer Resource Site

Search:

Type: Posts; User: spaceharry

Search: Search took 0.03 seconds.

  1. Thanks very much, that is what I was looking for....

    Thanks very much, that is what I was looking for.

    Does this hitTest also works when the mouse movieclip is inside the container movieclip? I tried for a while to make this work, but didn't...
  2. shoulnd't this here solve it when I have...

    shoulnd't this here solve it when I have fullscreen? When 300 and -300 are the left and right bounds of the movie clip where the mouse lies on? But in debug mode it doesn't work.

    var Right = 300;...
  3. When mouse reaches right edge come back in on the left

    Hi

    I have my mouse cursor set up in the scene with

    this.onMouseMove = function()
    {
    this.MyCursor._x = _xmouse;
    this.MyCursor._y = _ymouse;
    }
  4. Replies
    3
    Views
    2,202

    I put the code from the 3rd frame in the 2nd and...

    I put the code from the 3rd frame in the 2nd and go back to the first fram with gotoAndStop, which seams to work. Guess that kinda solves my problem.
  5. Replies
    3
    Views
    2,202

    Ok, i think I have a setup which seam to be kinda...

    Ok, i think I have a setup which seam to be kinda working. But I can not make the mouse listener stop listening after I click the movie clip the second time:

    2nd frame:

    stop();

    var...
  6. Replies
    3
    Views
    2,202

    Leaving the relative angle on the side at the...

    Leaving the relative angle on the side at the moment, I am trying to trace just the x distance after clicking the symbol

    Currently I have in the first frame code:

    onPress = function ()
    {

    ...
  7. Replies
    3
    Views
    2,202

    Mouse angle relative to MC with fscommand

    Hi

    I am relatively knew to flash, so forgive me any misspelling.

    I have a MC in the library which is put in the scene by a function containting attachMovie, giving each new MC instance in the...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center