0
votes
0answers
22 views

OS mouse cursors

I'm surprised that the options that come with MouseCursor class doesn't comprehend the resize and the move cursors, so, I was thinking, is there any way to retrieve the OS version of those?, or do I ...
0
votes
1answer
57 views

AS3 How to set cursor property move

I am unable to set my flash cursor from auto to move, any help ? private function itemCursorMove(e:MouseEvent){ Mouse.cursor = "move"; ...
0
votes
1answer
182 views

as3 mouse wheel reverse

Hey i built custom scroll box. When i scroll up on this box scrolling element is going down and when i scroll down - scrolling element is going up ;). I whant to reverse that mechanism. how can i do ...
1
vote
1answer
60 views

AS3 - Preemptive collision for MMO

Hi people :) I'm currently working on a MMO game, and I have the current problem; there is an XML file with boundaries for the char movement defined with pairs of points, as an array of arrays (like ...
3
votes
1answer
59 views

How to determine (in AS3) whether the system cursor is hidden or showing?

We have two methods to handle cursor visibility in action script 3: Mouse.hide() and .show(). My movie loads an external one, that may intentionally hide cursor. And I have to change interface ...
0
votes
0answers
148 views

AS3 - Drag to scroll ScrollPane with middle/right button

I know that it's possible to let the user drag the content in a ScrollPane around using scrollDrag, so that they don't have to use the scrollbars. However, with scrollDrag, it only works for the left ...
0
votes
0answers
108 views

Glitch when moving the registration point in flash cs5 on a custom mouse movie clip

I moved all the layers in the movie clip symbol to center what i wanted at the crosshair...i moved the animation to have a different center basically its a custom mouse cursor that only works in a ...
0
votes
1answer
223 views

Check Mouse Status

I am trying to check when the right button of the mouse is up. I have tried to create an EventListener for RIGHT_MOUSE_UP, but it returns an error (1119: Access of possibly undefined property ...
1
vote
2answers
142 views

action script 3 - is it possible to simulate pressure on mouse down

I was wondering if is there is possible to detect the pressure (how hard the mouse button is pressed and kept hold) on mouse? If not, can we simulate it by some technique/method?
2
votes
1answer
483 views

Actionscript 3, flexSDK, Blocking mouse wheel scrolling when it's over flash stage

I searched for this a lot, but I couldn't find a solution for this 'bug' as it's called here: http://fcontheweb.com/articles/scrollwheel/ Please, click on first flash, and use mouse wheel, then click ...
0
votes
2answers
449 views

AS3: Cannot access a property of a null object reference

I'm trying to trace the mouse X position with a movieclip. What I have done so far: public class LuckyHitBeta extends MovieClip { var ballReady:ballReady_mc; private function ...
1
vote
1answer
130 views

StageVideo makes mouse appear on a kiosk

I'm developing a kiosk in AS3 that utilizes StageVideo (publishing for FP 10.2 on a Mac Mini). It works fine, except as soon as StageVideo is engaged the mouse becomes visible. This is a public kiosk ...
1
vote
3answers
3k views

AS3: Mouse Click event not working

Background: Trying to make a simple "drop the ball" game. The code is located inside the first frame of the timeline. Nothing more is on the stage. Issue: Using QuickBox2D I made a simple If ...
0
votes
1answer
361 views

Is it possible to lock the mouse inside a FULLSCREEN flash application (multiple monitors)

I've done some research and determined that it isn't currently possible to lock the mouse into a flash application/game. People keep suggesting using fullscreen mode, which is great for a single ...
1
vote
2answers
2k views

as3: why cursor won't hide?

I've tried everything... it won't hide. Obviously tried Mouse.hide() tried different player versions (10.2, 10.3, 11) tried Mouse.hide() everytime there is a mouse event on the stage tried compiling ...
0
votes
3answers
2k views

What is the preferred way to do a mouse rollover/rollout detection in Flash with AS3

Suppose we have a stage with two squares, like so: Suppose we'd like the yellow square to be initially hidden, and we'd like that as long as the mouse cursor is inside the bounds of the red square - ...
1
vote
3answers
646 views

AS3 Make enemy move towards mouse

package { import enemies.Enemy; import flash.display.Sprite; import flash.events.*; public class Main extends Sprite { // a place to store the enemy public var enemy:Enemy; private ...
0
votes
1answer
689 views

Use MouseEvent for getting Object`s public variables

I have a simple problem which is not easy at the moment. this is a text field class which add a text field to a movieclip (passed from root class) and also save(buffer) some data (like xml file name) ...
1
vote
4answers
538 views

MovieClip in Flash MOUSE_OVER Issues

I am building a small application in Flash CS5, and I have run into a problem. I have imported a rather complex Adobe Illustrator file, created by a designer, into my application. This file is full of ...
2
votes
1answer
503 views

Solid deformed shape mouse trail in AS3

I'm trying to duplicate this type of mouse trail. I can't tell if it's deforming a movie clip or drawing separate objects on the stage. I can duplicate it at slow speeds, but at a fast speeds I have ...
1
vote
2answers
637 views

Trouble with custom cursor in ActionScript 3.0

I wrote a simple game and I want to add custom pointer. I created MovieClip called Pointer, exported it to AS3 and wrote this code: var pointer:Pointer = new Pointer(); pointer.scaleX=0.1; //that's ...
5
votes
1answer
262 views

ActionScript - Inaccurate Mouse Coordinates?

when tracing the mouseX / mouseY or localX / localY coordinates of a display object, why does x start at 1 while y starts at 0? for example, i've drawn a simple 400 x 400 pixel sprite onto the stage ...
1
vote
1answer
433 views

Setting X Coordinate from Mouse Location

i have a darkBlueRect rectangle sprite and a copy of the same sprite with a larger scale and a lighter color - lightBlueRect. i'm attempting to shift the location of the lightBlueRect according to ...
2
votes
4answers
270 views

Is every MOUSE_DOWN guaranteed a MOUSE_UP?

Are there any circumstances under which a Flash application could receive two MouseEvent.MOUSE_DOWN without a MouseEvent.MOUSE_UP in between? In my ActionScript 3 application, I want to track the ...
0
votes
2answers
951 views

Change mouse coordinates

I want to change the mouse coordinates in my code. How I can do this? The coordinates are sent to Flash from a touch screen program and I want to define those coordinates to my mouse pointer inside ...
1
vote
2answers
134 views

Detecting a sequence of mouse movements

In ActionScript 3, I need to detect a sequence of movements made by the mouse when the button is down. I've read this question, and it seems a bit overkill. I only need to detect the 8 basic ...
0
votes
2answers
2k views

mouseX/Y confusion when dragging a child of a container

I've got a grid of images which are added to a imagecontainer(Sprite) in a class. When I click a button, the imagecontainer gets tweened(scaled) to 0.2 Now I would like to start dragging around the ...
0
votes
1answer
142 views

I currently program excusively in AS3. How can I utilize the new flash.ui:MouseCursorData in cs4?

I've seen examples of the new mouse cursor code done after flash 10.2 and was wondering if there is any way I can set it up and use it in cs4 for exclusively AS3 programs.
2
votes
3answers
5k views

Hand Cursor when rolling over MovieClips in AS3

My goal is to simply have the cursor swap to be a hand (pointer) when I roll over a MovieClip. Obviously I could use SimpleButton, but the situation is that I have some enemies that are obviously ...
0
votes
1answer
917 views

AS3 move image as the mouse moves

This probably will be very easy for some, but I am stuck on this. I have a map in a movieclip(mc_map) on stage and a small square which acts as a mask to the really bigger size of the same map. What I ...
0
votes
2answers
1k views

As3 magnify image

I want to create a image magnify application like following: A masked small window showig big image area corresponding to the mouse X and Y on the small image. There are many magnifying image ...
1
vote
2answers
268 views

Sailboat Animation: Turn tiller to left with mouse, boat turns to right & vice versa

I am trying to create an animation that will show the basics of steering a sailboat. The idea is that there will be a top view of the boat with the tiller and rudder very pronounced. I want the ...
0
votes
2answers
398 views

Using mouse inside class

I make a simple class which is not extended from any other flash classes. The problem is, using mouse coordination inside this simple class. This is my code for the class. package src { ...
0
votes
1answer
2k views

as3 I have coding for zoom but i want zoom to follow mouse

Here is coding I found that creates a box and zooms in on point of mouseclick. what I need is for the zoom to then follow the mouse. Deperately need help plz. Thanks import fl.transitions.Tween; ...
0
votes
1answer
761 views

ActionScript - Serious Performance Problem Using TweenLite & Mouse Move Event

i'm receiving a very noticeable performance hit when using TweenLite to tween a filter while dragging. private function mouseMoveEventHandler(evt:MouseEvent):void { ...
-1
votes
1answer
711 views

Actionscript 3 Movieclip To Repel The Mouse Cursor

I'm trying to build an application where the themouse cursor is used to "blow" a movieclip around. The way I'm doing this is by making the mouse cursor repel the movieclip. The problem is, I can ...
0
votes
3answers
603 views

When the mouse button is held down, why do SimpleButtons stop detecting over state?

I was hoping to gain some insight as to why Flash acts in a particular way. Here is the scenario: if you... 1) add a SimpleButton to the stage and view the SWF 2) then press and hold the mouse ...
0
votes
1answer
4k views

Flash AS3 mouse move event listener and Timer Object

Ok I have this 100% width/height Flash embedded and when the user moves the mouse I want to display a panel, which disappears after x seconds if there is no more mouse movement. I think I need an ...
0
votes
4answers
822 views

Fake mouseclick on hover AS3

This morning I stumbled to this question: When hovering a button, is it possible to click it automatically after X seconds? So the user doesn't need to click it with his mouse? How can I let Flash ...
0
votes
1answer
551 views

Move movieclip position opposite of mouse coords on other movieclip

Okay I have a script in which I have added an image to the stage. It is absolute centered. I then have another with is on top but much bigger. I would like the big image to move opposite of my mouse ...
0
votes
1answer
146 views

ActionScript - Mouse Logic Problem

dumb problem. embarrassed that i haven't found a solution. i'm tired. a red square in on the stage. mouse-down + mouse-drag-up will move the red square downward (+y), while mouse-down + ...
2
votes
3answers
782 views

How do I stop mouse_out firing when mouse click fires

I have buttons that have mouse_over, mouse_out and CLICK events. But when I click the button it takes me to another frame and the mouse_out event tried to fire. How do I stop that happening? ...
1
vote
2answers
547 views

AS3 DoubleClick question

Has anyone got movieclip with nested clips to have a doubleclick = true; property working. The only way I could get it to work was by setting mouseChildren to false which I need to be true!! Any ...
0
votes
2answers
641 views

Detecting mouse move and release on a locked draggable object

I'm making a custom slider component. The head (the thing that you drag) is programmed like this: head.addEventListener(MouseEvent.MOUSE_DOWN, function():void { ...
0
votes
3answers
4k views

ActionScript Local X And Y Coordinates Of Display Object?

i'm trying to trace the x and y coordinates from within a sprite. i've added a rectangle to the stage: var rect:Rectangle = new Rectangle(10, 10, 200, 200); addChild(rect); rect.x = rect.y = 100; ...
1
vote
1answer
849 views

mouse wheel operates on scrollbar

If a SWF file or even a component within it has scrollbars, wouldn't it make sense that if the user is hovered over that area (it's in focus) and uses the mouse wheel, that this movement would ...
3
votes
3answers
2k views

Adobe AIR: touch screen doesn't trigger mouse down event correctly

i have designed a gaming kiosk app in as3 i am using it on a Sony vaio l pc (like hp's touchsmarts) in windows 7 the app doesn't need any multi-touch gestures (only single touch clicks and drags) so i ...
0
votes
4answers
1k views

How can I achieve a smooth painted curve for a white board app?

I'm building a simple white board app in ActionScript 3. Most white board or painting apps in ActionScript tend to use an interval, timer, mouseMove event, or enterFrame event to track the mouse ...
0
votes
1answer
1k views

Actionscript 3 mouse_over play movie, mouse_out reverse movie

I'm trying to make some flash buttons with a mouse_over animation that plays in reverse on mouse_out. Now I have it working for one of my three movie clip instances. I am using e.currentTarget.play() ...
1
vote
2answers
917 views

How to detect when mouse is over HTML layer over Flash movie?

I have a Flash movie that is embedded in an HTML page that has a DIV in a layer over the top of the movie. The Flash movie scrolls based on the mouse position over the movie. The client wants the ...

1 2