ActionScript 3.0 :: FPS Loss With Fade?
Sep 16, 2010
In my game I am making, when the character dies, I call a MC with a 1.5 second fade. It goes from alpha 1 to alpha 0 within the 1.5 seconds. It drops the FPS drastically from 40 FPS to average of 15 FPS. what I could use instead, so I don't lose FPS?
View 1 Replies
Similar Posts:
Jan 28, 2009
is there anyway to convert a WMV movie to a FLV file with out loosing video quality ?
View 1 Replies
Jun 28, 2011
What is the possibility of a singleton reference to be lost. Well I created a swf singletonpara a store containing some sound features of the software that I created and it's one time or another error saying that the reference is null
View 5 Replies
Dec 20, 2011
I'm trying to get a Profit and Loss calculator working in ActionScript 2.The red text in the yellow highlighted cells is what the user can change. They click a calculate button and the number of total value for lemons * Unit cost is supposed to be updated.[code]When the calculate button is pressed
View 2 Replies
Jun 4, 2011
I'm working on a Flash mobile game. If the app loses focus (a call comes in for example) I need the game timer to stop until focus is restored. Here is my current code but I'm getting a "Argument count mismatch error" onDeactivate(). Expected 0, got 1.
Here is the related code, I think:
addEventListener(Event.ACTIVATE, onActivate);
addEventListener(Event.DEACTIVATE,onDeactivate);
public function onActivate():void {
[Code].....
I'm getting the error when testing in flash and I close the window.
View 1 Replies
Jun 16, 2009
I have 3 .mov files I am trying to import to the stage. Each time I bring them in all goes well. When I test my swf they lose the last 25%~ of the audio no matter what codec I use audiobitrate etc.
View 1 Replies
Feb 3, 2010
We have implement a DVR solution, but a problem remain how can I split DVR f4v file without loss clients from broadcast?
It's possible to split file if reach a limit such as 40Gb and create a new file without cuts in broadcast?
View 1 Replies
Jul 6, 2010
I opened up a file that was created in cs3 flash with cs5 flash and we have some text that is bold in our actionscript code. now when i load that file with cs5 the bold text drop's out of bold and is just plain text. Does anyone know if there is a quick fix for this because what was there before the <b></b> is not working now.
View 1 Replies
Apr 14, 2011
It seems to mee that my app eats too much memory. Is there a way to control memory usage in flash? Amount of movie clips in memory? amount of textfields?
View 3 Replies
Nov 10, 2011
I am using LoaderMax to load an external PNG and display it in many places so I use the following code to duplicate the image:
[Code]....
View 2 Replies
Feb 21, 2012
How I can calculate packet loss from Flex.
View 1 Replies
Feb 21, 2012
How I can calculate packet loss from Flex.
View 1 Replies
Jan 29, 2009
I have a pic that I want to use a simple motion tween for where I scale the pic and move it slightly. My problem is that scaling the pic inside of flash makes the resolution of my pic very crappy. Is there any way to use a motion tween and scale my pic without losing the resolution and without having to import the pic frame by frame from photoshop?
View 1 Replies
Mar 4, 2011
I tried to write a function that inserts values into a Vector. After writing my first function, I started to notice some strange results. Sometimes, the Vector appeared to lose values for no reason. My original code looked like this:
[Code]...
View 0 Replies
Apr 15, 2010
Has anyone noticed how the 3D tween causes a loss in visual quality of the movieclip? For example, if I have text within a movieclip, and then put a 3D tween on that movieclip, the text becomes almost blurry (even when the tween is complete). Then if I take the 3D tween off the movieclip, the text goes back to being perfectly clear. It's not just text though; its any content with a 3D tween on it; text is just the most noticable. Is anyone else dealing with this?
Is there something that I'm missing, like a quality setting on 3D tweens?
P.S. there aren't any blur filters on the movieclip. I checked
View 3 Replies
Jul 11, 2011
i have a mobile application that i am creating in Adobe Flex (Flash Builder 4), and i am trying to create a zoom function. The one i have works, but the point is to be able to more easily read words that are in the image (the images are .jpg files). The images are 2550x3300 originally, but as soon as you zoom, the image quality reduces drastically, and nothing is readable.
[Code]...
View 2 Replies
Aug 5, 2011
So we're trying to come up with a way to automatically assess the "quality" of streams published to an FMS. So far, I've come down to 3 different statistics:
* Round-trip ping time to client (using the Client.ping() method and Client.getStats().ping_rtt.
* A home-grown jitter calculation that compares the deviation between wallclock and media time for an inbound stream, e.g., I get N+/-M seconds of media over a period of N seconds of wallclock time. How big is M on average? (uses Stream.time and Date.getTime()).
* How much packet loss are we getting?
For this third metric, I have the client sending up period reports containing tuples of <media_time, cum_bytes_sent>, where media_time is provided by NetStream.time and cum_bytes_sent is provided by NetStreamInfo.byteCount. I'm then comparing these samples to a similar set of samples obtained on the server via Stream.time and Client.getStats().bytes_in. Unfortunately, these two data sources do not seem to be measuring exactly the same thing. While they are close to each other, the received bandwidth (e.g., measured by the server) always seems to exceed the sent bandwidth (measured by the client) by a small amount (e.g., 0.5% to 2%) on a clean network.
The goal of this whole exercise is to enable to server to automatically detect when a client is having problems (either network or local CPU). Among other things, this will trigger us to tell the client to try sending a lower-bitrate stream.
So, my questions:
* Is there a method for me to reliably calculate (or obtain) a packet loss factor? With something like RTP, I could simply look for holes in sequence numbers, but I don't see any APIs that would give me that sort of information via FMS (our inbound streams are usually RTMFP).
* If there isn't a way for me to get a clean packet loss factor, is there another quality metric I should be looking at?
View 12 Replies
Oct 18, 2010
I'm using Flash CS4. Everything functions as it should when CS4 previews the swf after compiling it. However, after embedding the flash item in a webpage, if the textArea loses focus within the flash piece, the textarea's built-in UIscrollbar resets to the very top. Here's the kicker: if I add a FOCUS_OUT event listener to the textArea to store the current scrollbar value, I find that the scrollbar value has been reset to minimum even before the FOCUS_OUT event is triggered! WTF? I think this is occurring because the textArea's htmlText propery is dynamically populated. Adobe AIR has advanced methods for handing HTML, but not simple AS3, oh no. How obnoxious. What can be done?
View 1 Replies
Mar 29, 2010
is it possible to modify this script to make images load like a fade in/fade out slideshow. It works with buttons to action the transition I want, but I want a similar script to play a simple slideshow with same transitions.
stop();
this.pathToPics = "images/";
this.pArray = ["home1.jpg", "home2.jpg", "home3.jpg", "home4.jpg", "home5.jpg" ];
[code].....
View 8 Replies
Aug 22, 2006
I have 5 buttons that need to, when clicked fade the image in the background out and fade a new picture in. each of these buttons has a specific image related to it. how can i achive this smooth transition in and out for all of the buttons?
View 1 Replies
Oct 3, 2006
Is there any way I can fade in/fade out a custom cursor when a visitor rolls into/out of an active area?
View 2 Replies
Apr 12, 2010
flash version: CS3 AS2 Im having trouble making the pages for a website im working on. I have a row of buttons, and I want each one to open its corrisponding page ie. contact_us_button to open contact_us movie clip. the thing is I want each page to transition in and out. so when I click contact us, the contact us movie clip fades in and stops. When I click about us, the contact us movie clip fades out and about us fades in.
Is the way to do this to make each page movie clip have a fade start and fade end, and have it stop before the fade end, and on another page click continue playing the current clip to get the fade out and then open the new page movie clip?
View 4 Replies
Jul 5, 2007
I want background picture1 fade out and picture 2 fade in on menu click, so here is what I came up with... laugh , I have tried it 1ste frame:
[Code]...
View 2 Replies
Feb 11, 2012
my intention is to make alot ball endless fade in and fade out by using tween event class , but i got some problem see my code.
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;[code].....
but only 1 ball restart back,other 14 ball just stop at there , try paste on action and try you will see what i mean , how i going to make all ball restart back?
View 5 Replies
Feb 4, 2010
I have a tweened movie which plays on a loop. A click on the image area stops the movie and the image fades nicely from alpha 100 to alpha 0. A second click brings the image back immediately to alpha 100 and the clip continues. I would like the movie image to fade back in from alpha0 to alpha 100 before it re-starts; (the reverse of the fade out). At the moment the re-appearence of the image is a crude jump. So far my ill informed tinkering has not worked.
[Code]...
View 4 Replies
Nov 19, 2003
I would like to create a flash movie that loops through 11 dynamic images continually with a fade-in, fade-out each image.
View 2 Replies
Oct 13, 2008
I simply have one FLVPlayback component in the background and a movieclip on the layer above with an FLVPlayback component inside it. The first FLV component is constantly looping a five-second video. So all I need is for the movieclip containing the second FLV component to load the right file, fade in, and when the video ends, fade out. Absolutely all of that works... apart from the fading in. What I noticed was that my movieclip was fading in correctly, but the FLVPlayback component was empty and transparent until the fade had finished - then it played the clip. Here's my code, which gets called at random intervals:
[Code]...
View 3 Replies
Jun 11, 2009
how to do this effect.I have a movie instance named "sparkles_mov" as in internal movie, not loading externally.It's placed multiple times on the stage.I need an AS code for the first frame of the entire stage that makes all instances fade in at a specific frame number (5), last for XXX amount of seconds and then all of the instances to fade out at a specific frame number (70).Is this possible? I have all instances fading in using this AS code placed on the frame that they enter on but the fade out never works, the just abruptly disappear:
Code:
sparkles_mov._alpha = 0;
fadeIn();[code].....
View 2 Replies
Feb 3, 2010
I have 2 buttons on the stage whose each MouseEvent load a different external swf when clicked. In an attempt to get the current swf to fade out and new swf to fade in on button click, I vainly added a Tween to the function but to no avail.
As it is now, when the movie starts, the button 1 swf fades in, however, when button 2 is clicked, the new swf is loaded but the old swf does not fade.
Code:
import fl.transitions.Tween;
import fl.transitions.easing.*;
var image:Loader = new Loader();
[Code]....
View 1 Replies
Aug 30, 2011
I would like to fade in and out and object with the colorTransform-method. When I apply the colorTransform to my object it does fade out the thing but not fade in. At first I set the alpha of the bitmapData to 0 (for the fade in-effect). After applying the colorTransform it does nothing. No fade in. Otherwise when I set the alpha of the bitmapData to 100 and let it fade out it works.
[Code]....
View 4 Replies