ActionScript 2.0 :: StopDrag When Window Hits X And Y Cord
Apr 7, 2009
I have a window that is dragable, but I want it to stop dragging not only on the release but when it hits a certain x and y cord. Here is my function:
Code:
function windowDragon(){
_root.partners_container_resize.partners_container.vidWin_Panasonic.vidWinheader_panasonic.onPress = function(){
_root.partners_container_resize.partners_container.vidWin_Panasonic.startDrag();
[Code] .....
View 2 Replies
Similar Posts:
Aug 5, 2008
I am trying to get a html popup window to open when my movie hits a certain frame instead of a button. Im using the following code but it uses a button instead of a frame to open the popup.
on (release) {
customize the window that gets opened
0 equals NO.[code]........
View 2 Replies
May 7, 2003
Does anyone know how to make a small graphic follow the mouse along a X-cord or a line.a bonus would be for it to ease in and/or out.If anyone knows how, or have an .fla example
View 1 Replies
Feb 3, 2010
How can I set a movie clip to be at a certain x/y coordinates pending on a var? cog is the name of the movie clip. example:
ActionScript Code:
//
onClipEvent(Enterframe){
if(var=1){
[Code].....
View 3 Replies
Jun 1, 2010
Is there anyway to add easing out to the stopdrag command? for example i drag something and instead of it stopping dead, it eases out.
I have tweenlite so maybe there is something in there that is possible to use?
View 3 Replies
Dec 31, 2011
i created quiz. Questions of quiz, two question are fill inthe blank and others are multiple questions. i want to add matches question using startdrag-stopDrag. it runs in seperated fla. But it doesnt runk when i add to quiz.fla, actually mybadscrore doesnt work. However , how i can do to run only once square1.mc?
Code:
square1_mc.addEventListener(MouseEvent.MOUSE_DOWN, drag);
stage.addEventListener(MouseEvent.MOUSE_UP, drop);
function drag(e:MouseEvent):void
[Code].....
View 3 Replies
Nov 9, 2009
I need a blue box with "man" typed into it made into a MC. (can do that bit).Which when I move it around on a startDrag command needs to change to "woman" in a pink box when it encounters a hitTest with other stationary words on the stage.I obviously need to stopDrag when the mouse is released.Is this about an MC inside another MC?
View 14 Replies
Aug 23, 2010
i'm trying to drag something, and on stopdrag it should start a function if certain requirements are fullfilled. My code looks like this.if(e.target.dropTarget.parent == targetName || e.target.dropTarget.parent.parent.parent.getChildByName("cloud").getChildByName("itemPlacer").getChildAt(1) == targetName){
I got 2 questions, first, this works good when i drag and stopdrag correctly(the requirements in the if are fullfilled). but if the requirements are not fullfilled i get an error saying that the place i'm referring to cant be null. I know that the problem lies after the || part but dont know how to resolve it. 2nd, isnt there a shorter way of doing these checks? Atm i'm going through alot of parents and getchildats and was wondering if there was another way.
View 1 Replies
Dec 4, 2007
I have a movieclip called background_mc; this movieclip contains 20 different movieclips each loading content. This works so far. When the minus key is pressed the background movieclip scales to 25% [this works] while scaled down the movieClip can be dragged around[this works]. I should note that while the movieClip is at 25% if a nested movieclip is clicked(onRelease) it tweens to 100% at the correct cooridinate. The problem is that after the movieClip is scaled back to 100% it can still be dragged whereas I only want it be dragged when scaled down.
If you look at schematic's site I am trying to achieve something similar. [URL]
This is my code so far
Code: Select allvar minusKey:Object = new Object();
minusKey.onKeyDown = function()
{
if (Key.isDown(109)) {
[Code].....
View 6 Replies
May 11, 2009
I don't even know where to go looking for this.
I have a game with a timer. Lots of moveable pieces using startDrag and stopDrag on a dropTarget. when the timer hits Zero, all the pieces are disabled using enabled=false;
but if I am mid-drag with a piece when the clock runs out, I can't get rid of it, and it won't let me hit my "reset" button.
View 2 Replies
Mar 11, 2010
when I use startDrag() and stopDrag() to drag an object why doesn't it effect the x,y coordinates of the object? you can run this example and see for yourself (move the circle and look at the trace messages):
[Code]....
View 3 Replies
Dec 31, 2011
Actually i have a quiz.fla. In the file ,two of them fill inthe blank questions and others are multiple questions.square1_mc must run only once not twice. Ä°f user correct selected, doesnt run it again.However,if mybadscoretext is 1 not increase 2,3,4. :Show i can do all?
stop();
var myScore:Number = 0;
var myBadScore:Number=0;[code]....
View 1 Replies
Oct 14, 2011
I have a website with a slider that worked once upon a time. It still works if the swf is not added to the stage by the preloader. If I load the swf directly, rather than the html with the preloader, the slider works. Otherwise, the stopDrag() function appears to not work, making my video player's volume slider infinitely follow the user's mouse (which is completely unacceptable as you can imagine)
Keep in the mind, the slider works on its own... just after the site has been added to a stage of a preloader via addChild() does it not work.
View 1 Replies
Aug 4, 2009
i m developing a seekbar which user can drag to the end of the movie. its working but when the user drag the seek bar and release it , it stops on the current frame. and do not go further.
[Code]...
View 0 Replies
Nov 9, 2009
I have a pretty simple function here where I want to start dragging a video scrubber along the x axis within bounds, and drop it when they let go. The code works perfectly if I don't specify a bounding rectangle (except it doesn't restrict to x-axis). What's up with that? Here's my non-working code:
Code:
videoConsole.scrubber.addEventListener(MouseEvent.MOUSE_DOWN, dragScrubber);
videoConsole.scrubber.addEventListener(MouseEvent.MOUSE_UP, releaseScrubber);
private function dragScrubber(e:MouseEvent):void{
[code]....
View 1 Replies
May 17, 2011
I know how to do the component UI scroll bar. But what I want to do is have my own custom scroll bar, and all the others tutorial looks confusing. I was just messing around with startdrag function and I notice that whenever you don't specify what you want to drag, it just drag everything. Ex: redBox_mc.startDrag(); will drag only the red box startDrag(); will drag everything. Using this I think I can make a UI scroll bar. The only problem is that everything go in the opposite direction. Is there any way I can fix this?
View 1 Replies
Aug 30, 2007
I can't seem to get the MC drag to stop
[Code]....
View 1 Replies
Apr 22, 2009
I have an icon that when pressed displays a msg. BUT why i decide to StartDrag that same movie clip, the icon seems to be disabled? My movie clips
[Code]....
View 6 Replies
Mar 8, 2010
The Flash movie has three movie clips, square_mc and circle_mc that are draggable objects. The blackCircle_mc is the object that the other two instances, when dragged over it, should disappear from view. However, at the moment the example does not allow the movie clip instances square_mc and circle_mc to disappear. The instances disappear and are not visible in the target area of the blackCircle_mc instance, but not over the black circle area itself. The hitTestObject method is working on the target area outside the circle, but not within the circle circumference.
[Code]....
View 2 Replies
Jan 30, 2009
I use startDrag in the code and it works. But when I try stopDrag it doesn't stop to drag.
View 1 Replies
Mar 11, 2010
StartDrag, stopDrag, hitTestObject The Flash movie has three movie clips, square_mc and circle_mc that are draggable objects. The blackCircle_mc is the object that the other two instances, when dragged over it, should disappear from view. However, at the moment the example does not allow the movie clip instances square_mc and circle_mc to disappear. The instances disappear and are not visible in the target area of the blackCircle_mc instance, but not over the black circle area itself. The hitTestObject method is working on the target area outside the circle, but not within the circle circumference.
[Code]....
View 1 Replies
Jul 9, 2009
I'm making a small adventure game, and I want the game to go to the next frame once the main guy MC hits another invisible mc, like where the door is. I suppose another way of doing this is when the main guy mc hits an xy coordinate. So basically what I want is a script that says, when MainguyMC hit another MC/ coordinate, go to frame 2
View 14 Replies
Apr 27, 2011
I have a function that states when movieclip1 is dragged and hits a line then it stops the drag, however it seems to stop the entire drag function in the swf on the other movieclips even though they arent called in the function.[code]
View 1 Replies
Dec 5, 2010
I have two movieclips A and B when the movieclip A hits the movieclip B , I want the movieclip A to be removed what code should i write for this flash problem ?
View 1 Replies
Nov 1, 2009
I want it to remove everyone that it hits, but it only removes the first one that hits. I am sure the answer is simple, but i am slow. Here is the code:
ActionScript Code:
function removeSpawn(){
for(j=0;j<lvl1A;j++){
[code]......
View 1 Replies
Aug 5, 2005
_root>mc1>mc2>box
The box got this code:
PHP Code:
onClipEvent (enterFrame) {if (_parent.hitTest(this)) { trace("hitting"); }}
I want the box to trace when it hits mc2, but it don't works!
View 3 Replies
Jul 13, 2007
I have 2 movie clips with a linkage. In a process both mc's are being attached lots of times and a new name is given to each every time.I want to make it so that is these 2 mc's hits each other they dissappear, but i can't do that because they all have different names and i don't know how to call to them.
View 1 Replies
Mar 23, 2009
Is there a way to keep track when an FLV hits a certain point in its playback WITHOUT using cue points? If so, how is this implemented and does it make the experience sluggish?
View 3 Replies
Mar 18, 2009
When the timer hits 10 I want it to go to frame 2.Here is the script:
var clock:Number = 0;
if (Number == 10){
gotoAndPlay (2);
[code].....
View 4 Replies
Apr 9, 2009
I want a hittest of the _root.mouse and a mc when the mouse is down.
I tried among other things this but it doesnt work.
this.onMouseDown = function(){
if ((_level0._xmouse == boll._x )&&(_level0._ymouse == boll._y )){
trace("down");
}
}
View 3 Replies