ActionScript 2.0 :: Make MC Cover A Percentage Of The Movie?
Apr 1, 2010
I want to make a MC called bgFade cover a percentage of the flash movie. So the MC starts at the bottom and covers 80% of the vertical space of the Flash movie. So theres 20% at the top that isn't covered. At the moment i have:
ActionScript Code:
bgFade._y = Stage.height;
bgFade._x = 0;
bgFade._width = Stage.width;
...Which places the MC at the botton of the movie, and makes it fill all the horizontal space. So what can i add to that to make it fill 80% vertically?
View 3 Replies
Similar Posts:
Jan 28, 2005
How can I make a preloader that shows percentage/bar for a movie loaded in with LoadMovie?
I've tried using a normal preloader (the one from Kirupa) in the "to load" movie, but it doesn't work.
Is there a way to have the preloader assess how big the movie to load is, how a bar etc. and have the movie hidden until 100% is loaded (as seen on the bar)?
View 2 Replies
Feb 20, 2010
I have a listener which traces the Y value of mouse:
stage.addEventListener(MouseEvent.MOUSE_MOVE,f);
function f(e:MouseEvent){
trace(e.localY);
}
I need to make a movie clip play when the localY value is less than .25 of stageY, or even less than 150 would work.
View 7 Replies
Jan 28, 2005
How can I make a preloader that shows percentage/bar for a movie loaded in with LoadMovie?I've tried using a normal preloader (the one from Kirupa) in the "to load" movie, but it doesn't work.Is there a way to have the preloader assess how big the movie to load is, how a bar etc. and have the movie hidden until 100% is loaded (as seen on the bar)?
View 2 Replies
Dec 5, 2009
Of course, when the mouse rolls over the graphic, the button beneath it is not clickable.Without going into all the reasons why I can't incorporate the graphic into the button itself... is there a way in AS3 to programmatically make that graphic virtually "transparent" - so that it doesn't interfere with the button's rollover and hit states?
View 2 Replies
May 16, 2007
how I can make a 95% black MC cover everything on the website page (full screen onResize) so I can present an externally loaded image by itself? I have seen this done before in a few flash portfolio websites but I can't seem to find the solution on any previous thread. I may have missed some threads. is there an actionscript that can do all of the above without having to resize an MC?
View 4 Replies
Aug 11, 2009
how to make a my swf appaer as a percentage of the screen not a defined size and I can't seem to work it out. I nee something to appear on screen at a resonable size. 640 by 480 is too big for certain users and width="480" height="360" is too small for others.
see code I used below:
[Code].....
View 2 Replies
Apr 22, 2011
I want to make the HTML dimensions a percentage (so it scales with the web browser) but the problem is when i do that, aspects of my animations which i dont want visible (that start outside of the sage) become visible on the page. And if i set the size in pixels or to fit the movie, the things i dont want visible are not visible, but the artefact doesn't scale with the web browser.
View 0 Replies
Dec 29, 2004
create a counter using actionscript? the scene is 30 frames long and it's sopposed to get a new value with every frame. something like counter++; example: 70% should turn 71%, 72%.... 100% (but not as a preloader animation)
I tried it, using the while loop like this in first frame:
while (counter < 100)
{
[code].....
View 2 Replies
Jun 5, 2005
make percentage preloader to my mc?
View 1 Replies
Jun 5, 2011
Since Flash doesn't support multithread how do you that in actionscript 3?
View 1 Replies
Aug 14, 2009
I'm trying to make a simple animated movieclip act as a preloader for a larger website, and have its play reflect the percentage that has been loaded. I've seen a lot of code for various preloaders that involve text or a movieclip being scaled, but not anything regarding controlling the playhead of a movieclip.
This is what I thought would work. PreLoaderMC is the class name of a MovieClip symbol in the .fla's library. I've omitted the Loader stuff [code]...
View 3 Replies
Mar 9, 2009
I am trying to setup a frame percentage counter in my movie, not in a preloader.Wanting to display via dynamic text on screen the percentage of the movie completed as it plays. I know it involves math function and _currentFrame and _totalFrames but I'm unable to get the right coding together for this.
View 2 Replies
Nov 8, 2003
how to add a percentage preloader to this fla?
View 1 Replies
Nov 8, 2003
how to add a percentage preloader to this fla?
View 1 Replies
May 24, 2009
I'm making a preloader and I want to make a bitmap fade in with the percentage loaded as "reference". More precise I want the ALPHA-value of the bitmap to be the same as the percentage loaded shown by the preloader.
View 1 Replies
Apr 24, 2010
how to make text acting as a preloader so that its color changes as preloader percentage. i dont mean how to apply the math, i mean how to mask it or whatever action to achieve that effect?
like for example imagine the red is constantly growing to the right letter by letter (actually pixel by pixel:
View 2 Replies
Aug 1, 2009
I have this world map (.swf file) that I want on my home page(black background). It's up and working fine, but it flashes a white blank map for about 2 seconds when it first loads and then it goes away. It looks very ugly on a black background and gives off a sense of "cheapness". Anyway, it has got to go. I purchased the world map and they don't offer access to the original .fla file. So basically I want to know how to cover up the first few seconds of the video with black and then have the black cover disappear and let the flash file do its thing.
View 1 Replies
Apr 5, 2006
can you do this in actionscript i need it to cover a 800 x 600 scene and if it could have a rollover of light grey very faint
View 2 Replies
Aug 5, 2009
Something that is similar to the Cover Flow in iTunes.
I can use Adobe Flash, Flex, or pure html/javascript.
HOWEVER, I need a pointed to production ready code. I've looked at plenty of examples in both Flex and HTML that aren't ready for prime time. No demo code needed.
Here's my requirements for production ready:
1) Memory leaks are under control.
2) Works like a river with larger data sets, paging in sub-sets in some set number. The component/code needs to be able to handle 100+ items to flow through, preferable up to 500.
View 3 Replies
Feb 13, 2010
i know this can be done by changing wmode to "transparent or opaque". But is there any way to show the div over the flash file using wmode "gpu" ..
View 1 Replies
Apr 10, 2011
I want to show a full 24 hours along the datetimeaxis wherever the values fed into it happen to fall. I thought that setting the minimum and maximum of a datetime axis on the chart would have that effect.
so I have private function loadDayComplete():void{ //called when data is reloaded. also includes reassigning the dataprovider of the chart.
[Code]...
When I load up the function though it doesn't plot any points when the min and max are set. If I take out the minimum and maximum they show up fine! I double checked in debug mode that the minChartDate and maxChartDate are what they should be.. but maybe I'm misunderstanding how minimum and maximum are supposed to function... I also tried widening the min/max to include several days and still no luck. I also tried assigning the min/max when the chart data changes like so:
View 1 Replies
Sep 3, 2009
I have created a Carousel with CoverFlow where images are imported from Flickr. Now I would like to import images from an XML file so I replaced the relevant code with code from a past project that consisted of designing a Papervision 3D Carousel. The problem is that my CoverFlow Carousel consisted of a Cover with Bitmap images while my Papervision 3D Carousel consists of a plane that loads/saves images through BitmapFileMaterial. Flash does not seem to accept that I insert a BitmapFileMaterial into a cover.
It gives me error 1067 (translated from German to): Implicit change of a value of type org.papervision3d.materials:BitmapFileMaterial into an unrelated type flash.displayisplayObject. In my code below I commented next to the function that causes the problem.
PHP Code:
package {
import flash.display.*;
import flash.events.*;
import flash.display.Loader;
[Code].....
View 1 Replies
Jul 23, 2010
I'm having a bit of a problem with - what I assume to be - a masking issue. Apparently I can't post images. This may hinder my ability to explain the problem. Oh well, I'll try to make do with just words.
I have four "ground" sprites, each one shorter than the last, that are layered on top of each other. References to them are stored in an array groundLayers[], for easy reference. When a new [not ground] sprite is created - it's given a number which tells it which layers it is between. Herein lies the problem: how do I conceal the new sprites properly?
Without doing anything, they wind up all in front, not layered. My initial solution was to just change their indexes with setChildIndex(), but this proved to be disastrous when I tried to add mouseEvents to the objects. I tried to set the objects' masks to these objects, but that didn't seem to work. I also created separate layers which just contained the "sky" parts of each ground layer and setting the object masks to shoe sky layers, but that didn't work, either.
View 2 Replies
Nov 27, 2009
I am playing a video and created a button which displays video area in fullscreen but video doesn't cover whole screen area, there are blanks left and right of the video. I searched a bit and every flash player i found with full screen option in fact resizes the video the same way, it just doesn't cover whole area. Why is that? Can video in full screen mode be resized to cover whole screen area without those blanks at sides?
View 6 Replies
Mar 30, 2012
I'm making a flash game for practice and I have my stage set up so there are 9 boxes. When the game is started, one of the boxes is randomized as the one with the start underneath, if you pick the box with the star underneath, you win.
The randomizing code is
var star = 1 + Math.Round(Math.Random()*8.0)//generate a number between 1 and 9
What i dont know is how to attach this code so that it assigns the star to one of my 9 boxes made as buttons. How can I hide the star underneath the box as a cover.
View 2 Replies
Jun 14, 2010
I've got 4 button images that drop in when the movie starts, and when you click on an image it loads in an XML image flow. Problem is, when I click the "go back" button, it goes to frame 2 to start over, but the XML gallery/image-flow won't leave the stage. Link is below, code is attached.I've been pulling my hair out for a few days now
View 0 Replies
Jul 15, 2005
Ok, so i can get my box to move up, but now i want the box to expand its sides to cover the whole screen.
View 12 Replies
Aug 12, 2010
I have a white stage and my background is non-solid/non-uniform. My flash project will be my whole website, therefore when a browser window is larger than my stage, the stage color (white) shows in the background. Its basically a white border on the left and right. I wish I could continue my background image to cover the whole browser window. What I want to do is: if needed (if the browser window is larger than my stage) continue my background on both sides by taking a copy of my background image, flipping it horizontally, and placing it on both sides of my background. If you can imagine it, this will give a more uniform continuation of the background. I'm guessing actionscript would be the best bet?
View 2 Replies
Feb 13, 2011
I'm trying to embed this player to a web page:
[URL]
It's working fine, but I would like to remove the album cover from the player so it looks like on this page:
[URL] (The gray player in the right column, not the player in the center of the page)
I looked at the documentation and also the source of this page
View 2 Replies