ActionScript 3.0 :: Weird Masking Graphic Glitch?

Jul 31, 2010

Anyone has had white vertical lines along one or both sides of their masks?Looking for the lines and can't find them (Mask are made in the visual interface).The mask is a black rectangle, it moves over a 2 black rectangles, one 100% alpha, the other one 35% alpha. White lines only show on 35% alpha part.

View 1 Replies


Similar Posts:


Graphic Symbol Glitch?

Jun 6, 2009

I've created a small animation containing a few images which i have converted to graphic symbols so I can alpha-tween them. I tweened the first image then copy/pasted the frames to do the next using the swap symbol function. When swapping the symbol I selected the desired symbol and pressed okay but nothing happened - I then dragged the desired symbol out of the library and onto the stage then deleted the previous symbol. As soon as I did that the new symbol I had just dragged out switched back to the previous symbol.

View 1 Replies

Flash 9 :: Masking With Graphic Symbol?

Nov 3, 2008

I was trying some stuff with masking. I have a shape on one layer. And there is another layer which acts as mask for first one. In the mask layer, I keep adding a graphic symbol to be able to reveal first layer's portions.

This is not working.

I am attaching my fla for your reference.

Please let me know what am I doing wrong.

Interestingly, if I use just shapes instead of graphic-symbol in the mask layer, it is working fine. Why is so?

View 2 Replies

ActionScript 3.0 :: Combine / Blend Two Drawn Graphic Colors Without Masking?

Jan 23, 2012

I have a drawn sprite- a sine wave to be exact, which is behind a layers of dynamic masks. i need to have this wave shown in different color ranges as per the amplitude.

this wave updates dynamically based on values so am trying to use something like blend mode or transparency to set the color range instead of computing it which will make it an expensive process.

how can i color different parts of the wave based on its height/amplitude range?

View 3 Replies

Scrolling The Timeline Glitch?

Jul 8, 2009

I'm trying to create a scrolling timeline using a very (horizontally) long image and a scroll thumb that can be dragged right and left. When I first open the .swf file, the position of the image is correct (the far left side is on the stage). But once I click on the thumb and release it, even if I don't drag it, the image jumps as if it was dragged and suddenly I'm looking at another part of the timeline. When I drag the thumb all the way to the left, it can't go any farther left to the beginning and it's just stuck at where it jumped, but I can drag the thumb more to the right and see more of the timeline perfectly fine. Also, when I scroll all the way to the right, the timeline goes past its end and then there's blank white space. There's obviously some space missing at the beginning that should make up for that blank space at the end.

why it jumps like that and why I can't drag it back to the beginning of the timeline. In fact, I used this exact same code for another project and the timeline worked perfectly fine. All I did was use a different image for this one. I'm completely stumped on this.

Here's the actionscript I'm using:

Quote:

stop();
var thumbLeft = thumb._x;
var thumbRight = Stage.width - thumb._width;
var thumbDistance = thumbRight - thumbLeft;

[code]...

View 2 Replies

Put Links Into These Weird Buttons?

Nov 18, 2009

ive got a flash template, but its really difficult to edit. heres the thing: there are 4 main categories buttons, and when i click each categorie, 3 options appears. for example

[Code]...

green, blue, red and yellow are already with button codes, for when i click it, it opens their 1, 2 and 3 option buttons, but these 1 2 and 3 for each color are not links, and when i try to add a code to them, ALL of them get the same link, like their instances from the same thing. and when i try to set a button to be instance of another thing, all of them change again.

its really difficult and i've tried everything. even creating another box for these 1,2and 3, but when i create a box on this section, another 2 boxes are created at its sides.

View 2 Replies

ActionScript 3.0 :: Can't Fix Glitch In Game

Sep 6, 2011

I gave this game, kinda like doodle jump on the iphone if you know it. The objective is to jump on platforms as high as you can, you are scored on this. But I have this glitch in my game that i am currently unable to fix, as i do not know why it is happening. The glitch is, if you are like a certain distance off the ground and then you fail to hit a target to proceed then the game over screen does not appear, But it does if yu fail at a low height, well literally about 1 platforms above the start.

[Code]...

View 1 Replies

Flashp 8 :: Weird Blink With Glow?

May 25, 2011

ill try and give as much detail as possible: im trying to teach myself and make a flash site at the same time, so far so good, i already had one, but didn't like the layout

im using Macromedia flash 8 to make this. when i use the glow effect on text, and make a new keyframe to dim the glow again theres a weird blink on that keyframe and im not sure what is wrong.

live demo:[URL]...

View 7 Replies

Installation Instructions For .tar.gz Weird Fantasy?

Nov 20, 2009

On Linux (Debian Lenny) the installation instructions for the *installer*.tar.gz download file say:Unpack file.Navigate into directory or folder created.Run install program.But no directory created; no install program - what the hell is going on??What you get is a single *.so file.  What do you do with it?I got it to work in the past, but perhaps by a different method.

View 1 Replies

Professional :: Loading Images Glitch?

Oct 25, 2010

There's a lot more going on in this script than simply loading images.  First I am dynamically creating the movieclips into which the images are being loaded.  I am also dynamically creating masks which are used to make a refelction movie clip (basically an identicle clip that is inverted and place below the clip that is right-side up), and all the clips and masks are added to and positioned within a movie clip on the starge.  The problem is that even when verifying that each mask is in the right place and that the inverted clip has the mask as its mask (which are the last operations carried out by the script called by the image loader's Event.COMPLETE handler)  I still have missing reflections.  Usually the missing reflctions are the first reflections e.g. 1 and 2.

View 1 Replies

Css :: Flash - Glitch With Uploadify's HideButton?

Mar 27, 2012

I'm trying to change the way an Uploadify button looks using the solutions posted here. Instead of changing the Flash file, I want to do it with CSS.

What this involves is wrapping the file input and flash object in a div:

[Code]...

It shows a bizarre blue rectangle over the top of my background-image. Does anyone know why this is appearing? I've tried fiddling with the CSS properties of the object (visibility and hidden) - both hide the entire swf object (and so the blue rectangle), which is useless since it needs to be visible for users to click on.

View 1 Replies

ActionScript 3.0 :: Glitch Of Images Scrolling

Feb 14, 2011

I'm trying to perform smooth scrolling of bg with objects, and as a result got glitches. FPS doesn't fall. how to make it smooth?

View 0 Replies

ActionScript 3.0 :: Slight Scrolling Glitch?

Jun 6, 2011

I've nearly finished a core part of a project but I'm having one very annoying glitch when it comes to a scroll bar. This is my code:

(Thumb = Scroll Button
Track = Scroll Bar
Content = the Movie Clip containing scrollable content

[code].....

View 0 Replies

ActionScript 3.0 :: Glitch When Returning To Frame

Feb 11, 2012

I'm having an issue with a button that exists on a frame in the timeline. I have 5 instances of the same button on this frame. When I first go to this frame, everything is fine. I then go to a different frame. When I give a gotoAndStop() command and return to the original frame with the 5 button instances, 1 of my five buttons is missing. I have no removeChild() commands or anything that would make this button dissappear. why this one button (out of 5 identical instances) would be gone upon returning to this frame?

View 2 Replies

ActionScript 2.0 :: Glitch When Using External Movieclips?

Jun 10, 2006

I've made this site [URL] for my music, and I've got one contentHolder which I load the different sections in to (they are all external swf's). Now, if you manage to press on a different button before the external movie clip belonging to each button has been loaded, the clip goes in to a wierd constant reload state, and it's impossible to reset unless you reload the page.

View 5 Replies

IDE :: Basic Tween Is Jumpy / Glitch?

Mar 14, 2010

I have a simple movieclip on stage which has a circle drawn in it. Just tweening it from one side of the stage to the other causes a jumpy/glitch effect. I'm not using any easing- if I do use it, the glitch is still there. But if I do this: myMc.x-=1 on Event.ENTER_FRAME, the movement is perfectly smooth (but far too slow for what I need, even on 40fps, 60fps upwards). I used to use Flash 8 and have no problems at all (from what I remember).

View 10 Replies

Flash8 :: Dynamic Text Box With Scroller - Glitch?

May 7, 2009

this post references the files listed at:i've implemented a dynamic text box that calls a txt file into it. it uses a scroller that i found a tutorial on:i've got everything working splendidly - everything EXCEPT the scrolling bar... as you can see, it scrolls up and down just fine, but doesn't control the text.i've pretty much exhausted my search through the actionscript to locate the problem and i can't find it.

View 1 Replies

ActionScript 3.0 :: RollOver And RollOut Weird Action?

Sep 9, 2009

basically its a movieclip button with 2 other movieclip within it. i managed to code the rollover and rollout script for it but there is a funny spot that keeps triggering my rollover and rollout script endlessly if i leave my mouse hovering on it....any expert out there can clear this doubt of mine pls^^?^

View 3 Replies

ActionScript 2.0 :: Basic Slideshow Acting Weird

Feb 18, 2010

I am trying to create a very basic slide show of images that automatically revolves every 4 seconds. everything works fine but for a short time. After 2 cycles the images start to show up out of order, in less than 4 seconds and single images may repeat instead of playing the next image.

View 1 Replies

ActionScript 3.0 :: Width And Components Acting Weird?

Feb 22, 2009

I have a parent Sprite A, that I add a Label component and aList component to. The Label is placed directly above the Listinside of Sprite A. No matter how I change the width of the Labeland the List, Sprite A always reports a width of 115. How can I fixthis so that it reports the actual width?

View 10 Replies

ActionScript 3.0 ::drag And Drop - Weird Behavior?

Jan 21, 2010

I'm using AS3. I have a timeline with 12 labeled frames (page 1...page12). On frames 1 to 10, I have 3 objects that users can drag and drop onto matching places. There is a timer (60 seconds) and a counter. Users should match 15 objects correctly. If so, they go to frame 12 (congratulations!). If not, they go to frame 11 (Sorry, try again), which returns them to frame 1 (page 1).

ISSUE: When users drag an object (mouseDown) and don't release it when time is over, the dragged object remains on the screen. When users go to frame 11 and game starts over, the object remains throughout the entire game.How can I get rid of the dragged object that isn't dropped when the time is over?Here ism y code:

// TIMER
var time1:int=60;var myTimer1:Timer = new Timer(1000, time1);[code]..................

View 13 Replies

Professional :: Flash Text Weird On Mac / Fine On PC?

Apr 7, 2011

Basically it's a font called Scene Pro and it's Open Type. I have a guy working on a Mac and the font does this on his computer.But it's completely fine on my PC. It's the same font.He has Font Book and we disabled all the fonts except Scene Pro - and still this happens. We need this guy to do more work in Flash but on a Mac he's kinda held back a bit with the text behaving like this. I end up Publishing the file from my computer. 

View 17 Replies

ActionScript 3.0 :: Glitch In Pause Button Code?

Jun 21, 2011

designer by trade & having difficulty getting my head around scripting. For most of what I'm doing, I'm managing to get by modifying snippetts that I've found online. However, one spot where I'm now stuck is making a pause button work for streaming mp3 files. I should qualify that adding the pause button was an after thought that I now realise is essential to the project working properly. The mp3 needs to start playing as soon as it starts downloading which is working fine. The mp3 needs to stop when the user goes to the next or the previous page, which is also working fine. But when the pause button is clicked first time, nothing happens. When it's clicked a second time, another instance of the mp3 starts playing. The pause and stop buttons work on this second instance, but not the first. I'm sure there's something really straight forward that I'm missing here, but I need a hand to find it. Following is the script as it now stands.

[Code]...

View 1 Replies

Flash :: Set Mc Size On Stage Yields Weird X , Y?

May 19, 2011

I have an empty movie clip instance on stage with x=y=w=h=0.0. Anytime I try to set a non-zero width or height in the properties palette, the corresponding x or y value goes insanely huge, sometimes negative. When I lock the padlock, and set width to 1.0, the other goes like "-1.$".

View 1 Replies

Actionscript 3 :: H.264 .f4v Video 'glitch' On First Playback In Flash

Jun 22, 2011

Can anyone familiar with H.264 video recommend the 'best' compression settings to avoid the occasional visual 'glitch' one gets on playback using the flash video player?

View 1 Replies

Actionscript 3 :: GetLatLngBounds Returns Weird Bounds

Feb 29, 2012

I'm working with the Flash Api for Google Maps in my Actionscript/Air project. I now need the latLngBounds (the top left, top right, bottom right and bottom left) values of the current view of the map. The function map.getLatLngBounds should do that, but it always gives me a really low lat/lng bounds back. Always somewhere around:

[Code]...

View 1 Replies

Actionscript 3.0 :: Drag Glitch When Mouse Goes Out Of Bounds?

Feb 6, 2009

It happens when you drag the scroll slider out of bounds and you release - even when mouse is up the slider still moves. I consider it a glitch. What does somebody has to do to fix it?the code I use for the slider:

Code: Select allscroll_btn.buttonMode = true;
var dragging:Boolean = false;
var bounds:Rectangle = new Rectangle(-10,-13,0,138);

[code].....

View 4 Replies

ActionScript 2.0 :: Flv Cue Points Targeting Multiple Mc's Glitch

Jan 16, 2007

Trying to target a series of mc's on my timeline using video cue points but can only get the first one to work.[code]

View 3 Replies

ActionScript 2.0 :: Weird Compression When Importing Jpgs

Mar 6, 2008

Fairly new to Flash but I was wondering something. When I look at a jpg in Photoshop, the quality is fantastic and the white border is sharp.

When I import that same jpg into flash and convert it to a button, it somehow looks a tad odd around the edges, like it's been scaled by 0.1% or something, enough to make the once crisp white edge, look anti-aliased.

View 5 Replies

ActionScript 2.0 :: HitTest Glitch With Ball And Wall

Feb 8, 2009

I'm making a game where the ball bounces off several walls to get to its destination: the portal. When the ball reaches a high speed it glitches through most of the walls.Here is my scene for the 3rd level of my game where the most glitches occur (attached file)In the picture there lists all the variables i put in the objects. You will also notice that I put a "Stuck" button since there were many glitches.[code]

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved