ActionScript 2.0 :: Making A Mc Grow, Script Included?

Sep 23, 2005

Code:
this.onLoad =function(){
this._xscale = 70;
this._yscale = 70;
};

[code]....

if i have a row of mc (8) on a line that i want this script to work for do i need to have this script written out for (8) mc's or, on the root timeline? also for more than one mc, am i just changing (this) to what ever the name of the mc is? also instead of mc's will this script also work for buttons? or do i need to just put a hidden button over the top of this mc?

View 14 Replies


Similar Posts:


ActionScript 2.0 :: Making A Mc Grow In Size?

Sep 9, 2005

I would like to have an mc grow when the user's mouse is over the mc. I can get it to increase instantly, but I want to see it gradually grow from 100% to 110%. If you are familiar with Mac OS X, the icons at the bottom grow when hovered over. I am trying to accomplish the same sort of thing. The initial state of the mc is 70%. I've turned the trouble script to red.

////////SCRIPT IS BELOW////////
onClipEvent(load) {
this._xscale = 70;
this._yscale = 70;

[code]....

View 12 Replies

Making Image Grow / Shrink When Clicked On

Aug 5, 2009

I am trying to make an interactive slideshow. I have nine pictures thumbnail size and I want it so that when you click on one of them they will grow, then when you click again it will shrink.

View 3 Replies

Actionscript 3 - Flash: Making A Jagged Line Grow?

Feb 11, 2011

I'm trying to figure out how I would make a line grow or fade in basically, such as in a line graph how it shows increasing growth as the viewer watches the line move up and down and more up etc.

View 1 Replies

CS3 Grow Across The Screen?

Mar 28, 2009

I just want to make (for now) a wavy line grow across the screen. Just starting out at one point and making a wave going across. Like here [URL] He has flowers that "grow". They don't "slide" across the screen.

View 3 Replies

Lines To Start With Nothing And Then Grow

Dec 2, 2009

I'm quiet new to Flash and I'm trying to make some lines grow. I have lines that cross each other and how to get this to work. I want the lines to start with nothing and then grow. [URL]

View 3 Replies

ActionScript 3.0 :: Block Grow / Shifter ?

Feb 10, 2010

I've got a row of boxes (named box01, box 02 etc) in AS3 I'm trying to get it so that when you rollover one of the boxes, it scales up using tweenmax, and all the boxes to the right of the current box shift along by about 80 pixels and any boxes to the left stay where they are, and on roll out the box tweens back to normal size and the boxes to the right tween back to their original positions

[Code]...

View 1 Replies

ActionScript 3.0 :: How To Get Shape To Grow Vertically In Scene

Dec 12, 2008

I want to create a scene where a shape grows vertically...sort of like a bar graph. I looked
at the motion presets...but, can you give me a hint on what sort of script I need to devise? XP CS4

View 3 Replies

ActionScript 3.0 :: Make Wheel With Elements That Grow As They Get Closer To Top?

Jul 7, 2009

I'm working on a project with a 2D, flat, globe, that rotates either left or right. Essentially, it's a circle. All around this circle are going to be buildings, evenly spaced. If you're having trouble visualizing that, see this illustration.[url].. The children in this illustration would be the buildings I'm referring to. Now, the top most building will be the biggest, and the others will gradually get smaller. How can I get this working so that buildings ease in and ease out in size as the planet rotates?

View 13 Replies

Professional :: Creating Button To Grow Slightly When Rollover

Oct 6, 2011

I'm basically looking to create some buttons that once 'rollover'd' grow slightly, and shrink again once 'rollout'd' and I am hoping to add a little bounce (or I believe its called elastic) once it snaps back. I am a beginner, but have created buttons before with rollover, rollout etc but arent sure how to create the motion of it growing in the button. (I am using Flash CS4 and was intending AS3, but happy to use whatever is recommended for this.) I did use this site tutorial [URL], but I wasn't sure which AS or CS it was using. Everything worked but the motion of the growing.

View 8 Replies

Flex :: Create A VBox That Will Grow To Fit All The Children Rather Than Use A Scrollbar?

Feb 18, 2010

I have a Canvas with a VBox in it. As I add items to the VBox, I want the VBox to grow, I want the scrollbar on the Canvas to control the visibility.

View 2 Replies

ActionScript 2.0 :: Load Then Grow Frame Function Error?

Oct 27, 2003

The following scripts are for a Load then Grow Frame Function I am using in Flash MX for jpg images (for a photography site). However I noticed that it doesn't work well in Netscape (pc and mac) and Ie (mac). It only works well on IE (pc).The problem is with the photo frames. They reset to the corner of the site with no picture when a thumbnail is clicked. This is my site where I am having the problem:

[URL]

I am using a PC, Windows 98, IE 5 and 6, the script works fine. Some versions of Netscape and all Macs seem to dislike this code.

[AS]

These are the scripts the movie uses.The onload fix:

//FlashGuru's onLoad workaround, from
// <a href="http://www.actionscript.org/forums/showthread
//.php3?s=&threadid=13830" target="_blank"><a href="http://www.actionscript.org/forums/...;threadid=13830"

[code]....

View 1 Replies

ActionScript 3.0 :: Moving Object Down Into Center Of Canvas Then Grow Large?

Oct 30, 2009

I made a pact that I'll use only AS3 from now on but.. The tweening class is confusing me. Take a look at this: [URL]. Finding code that will make the earth move down into center of canvas and simultaneously grow larger?

View 21 Replies

ActionScript 3.0 :: Flash Script To Make A Mc Or Swf Move And Grow Like The Tiltviewer?

Mar 9, 2011

I bought TiltViewer Pro to show a gallery, I cannot post a link since I only have 27 posts for this website but you can find it easily on the net ... Tiltviewer Pro Demo (w dot simpleviewer dot net slash tiltviewer slash app slash). But in my website I need more pages, like About and Contact. I think it would be great if the other pages would have some of the same attributes as the gallery. So I was wondering if you could help me for the flash script to make other mc or swf move likewise. I am looking for scripts for 3 things; 1-Always be in the center of the screen 2-Be able to grow or reduce depending of the screensize 3-Be able to move following the mouse position... all like the tiltviewer app.

View 0 Replies

ActionScript 2.0 :: Tween Grow Onrollover / Shrink Onrollout Too Sensitive

Jan 25, 2012

I've been trying to have all of the movieclips on stage grow bigger when the mouse rolls over them, then shrink back to normal size on roll out. I have that working, but it seems that my mouse detection is sometimes too sensitive.I say that because sometimes my movieclip will alternate rapidly between rollout and rollover, usually when I place my cursor near the edge of a movie clip.I've tried only adding the rollout event after the tween finishes, but by then the user could have moved their mouse off the movieclip, and no rollout event fires. I was wondering if anyone knows of another way to manage a rollover grow effect without the stutter.[code]

View 2 Replies

ActionScript 3.0 :: Tweens - Rescaling Circle (Grow And Shrink Back)

May 23, 2011

I'm trying to make a circle grow and then shrink back to it's original size, it will grow if I remove all of the shrink function

Code: Select allimport flash.display.MovieClip;
import fl.transitions.Tween;
import fl.motion.Tweenables;
import fl.transitions.easing.Strong;
import fl.transitions.easing.None;
import fl.transitions.TweenEvent;
[Code] .....

View 2 Replies

ActionScript 2.0 :: Write A Class That When Rollover A Button It Would Grow And The Others Would Shrink

Mar 16, 2008

i'm an AS2 novice but I wanted to write a class that when you rollover a button it would grow and the others would shrink! At this point it's only missing the other buttons to shrink cause I have no Idea on how to refer them in the code!

[Code]...

View 1 Replies

Actionscript 3.0 :: Make An Object Grow And Move To A Different Section Of The Stage When Click On It?

May 26, 2009

I have a mini-project where I want to make an object grow and move to a different section of the stage when I click on it. I know how to do this part, but what I want is for it to "move" there as if it were a tween, but I want to do it with code instead of with the timeline. I want it to function exactly as it does now, but with a motion tween. I also do NOT want it to jump back to the beginning when another button is clicked, but rather play from where it is. I've also attached the FLA with this.

Code: Select alllearn.addEventListener(MouseEvent.CLICK, learnClick);
learn.buttonMode=true;
act.addEventListener(MouseEvent.CLICK, actClick);

[code]....

View 1 Replies

ActionScript 3.0 :: Xml Data Included Into Swf?

Dec 24, 2010

Is there any way to use my xml data without using externall xml file? Normally, when I export my fla to swf I have to have xml file in the same folder. My project needs to be in one file. Can I paste xml data into some class and somehow use it?

View 1 Replies

Actionscript 3 :: Make A Spark DataGrid Grow Horizontally To Fully Render All The Columns?

Oct 28, 2011

I've set a DataGrid to display all the rows in the data provider by binding it to the height of the control.Now that all rows are rendered, I want the DataGrid to grow horizontally so that every column renders the whole text (of Labels).Is there a way of doing this without resorting to a typical object?

View 1 Replies

ActionScript 2.0 :: [Flash 8] SetInterval - Get A Series Of Concentric Rings To Appear On The Stage, Grow And Then Fade

Feb 18, 2008

I'm trying to get a series of concentric rings to appear on the stage, grow, and then fade. So far I have everything working just fine except the setInterval integration. If I run my function (placeRing) it drops a circle on the stage, which then swells until it fades away at the appropriate point. When I rely on setInterval to run the function for me, however, things no longer work. A trace statement in my function is displayed as expected once a second, but the movie clip isn't placed on the stage. I'm sure I'm missing something simple, but I haven't been able to figure it out.

[Code]...

View 2 Replies

ActionScript 3.0 :: Grid Slider Gallery - Grow Larger And Make The Other Items A Little Smaller

Jun 24, 2010

im trying to create a grid gallery that when you rollover an item it grows larger and makes the other items a little smaller, and moves them to compensate for the larger image and on rollout it shrinks to its original size, and so does the other items. if someone could point me in the right direction (tutorials, etc.) or how i would go about build it,

View 1 Replies

ActionScript 2.0 :: [F8] Filters Affect Rollover - Clicked Button To Grow And Stay Larger Than The Other Buttons

Oct 24, 2006

The problem with this version is that i want the clicked button to grow and stay larger than the other buttons. And when you click another button, that button becomes large and the last clicked button gets smaller. I've figured out how to do that, which you will see in a moment, but that is not my problem. Now, with this version I am actually using a proximity formula for the rollovers instead of actual rollOver handlers, and the buttons seem to respond well. Here is the modified version of the nav, using rollOver handlers and growing and shrinking the appropriate buttons:[URL]

As you can see here, this version seems to be working fine as long as you are rolling over the buttons fairly quickly. But, if you put your mouse right on the edge of the button, I think you'll see that the button goes into some sort of pulsing action, larger and smaller. It may stop after a moment or it may not. In an effort to find the problem, i removed each property (alpha,blur,bevel, etc) one at a time and basically figured out that mainly the blur filter is causing the button to act erratically. Without the blur filter, it works just fine.

I'm wondering if anyone else has had this sort of problem and if there is a solution to it (besides getting rid of the blur ). I could go back to using proximity for the rollovers, but i had a hard time keeping the buttons enlarged when you roll away from them. That's why i went back to using onRollOver instead. Sorry for the long and rambling post, but sometimes it's hard to explain certain things in just a few words..

View 3 Replies

ActionScript 3.0 :: Create A Set Of Buttons Based On Loaded Images From Xml That OnClick Turn Red Or Grow In Size?

Jul 11, 2008

I want to create a set of buttons based on loaded images from xml that onClick turn red or grow in size, whatever, Clicking another turns that button red and the old one back to default. Alsoo it will attach a animated movieclip onclick to the button and when pressing another button, it swifts to that button.

Code:

var tracktype:Array = new Array;
var imgArray:Array = new Array;
var links:int;

[code]....

But Now the problem is that when another button is clicked I have to add the listeners back on the button, but I cant get the button because they all have the same name. Same with addChild the animated movieclip. Can't remove it. The buttons have a variable name, and can be unlimited.

View 8 Replies

Professional :: Three External SWF's - Not Smooth. Fla Included?

Feb 12, 2010

I have a main Flash movie that preloads three external SWF's just perfectly.Everything is great...except the 1st movie is not smooth and really slow, the 2nd movie is a little better, and the third movie is the best.It's a rather simple Flash portfolio...I'm thinking it could be a stacking issue-but I've approached it from so many different ways instead of wasting my time shooting at thin air, I thought I'd give this forum a shot.How can I make these three movies play smoothly?I've attached the main movies FLA just to assist.

View 2 Replies

Can't Get Main Content When Load A Swf Which Has TLF Included

May 10, 2010

In one of my project, I will load a swf after a button click. I use Loader and try to access the document class by Loader.content as Movieclip. But I find if the target swf contains TLF and if you set the publish property to RSL instead of "merge into code", the content of Loader will be set to some "__Preloader__".

View 2 Replies

AIR Included Files List Not Saving

Aug 20, 2010

I am publishing and AIR 1.5 application from Flash CS4 on Mac OS X. I add a list of files to include in the Installer Settings>Included Files box. Sometimes when I publish or click "OK", the included files listing is not saved except for app swf and xml listings. This means I have to select all the files again. This does work sometimes, the files list is saved, but other times, not. It doesn't require opening and closing the Flash app, just opening and closing the dialog for it to fail to retain the list.

View 2 Replies

Ios :: StageWebViewBridge Loading Included Assets?

Sep 16, 2011

My priority is to have a fullscreen (standard size) 1024x768 H264 video played on an ipad app compiled with flash CS5.5 AIR for iOS using the StageWebView class. This works perfectly fine. Although with no official way to communicate with the StageWebView, I can't 'remove' the video once it's done playing. Enter StageWebViewBridge which enables AS <=> JS communication.

I'm trying to get around the overall poor performance of the Video class on the iPad (1 or 2). Playing the video inside a StageWebView loading a html5 object works amazingly great (read: GPU hardware decoded h264).I do need to shut the video off after it's done playing in the StageWebView. I am packaging a .mov file encoded in H264 that plays great in webkit browsers. If I just load a webpage in the StageWebView with a tag pointing to any video file it plays perfectly fine.

Once I introduce StageWebViewBridge it changes. They want files put in a /html folder. I'm sending paths of all kinds for the players src to play and no video ever loads. The video is named 'a.mov'. I tried player.src = 'a.mov', or player.src = 'html/a.mov', or player.src = './html/a.mov' or even using the File class to get the File.applicationDirectory and resolve the file to the .nativePath. No matter what I send from AS to the JS in the StageWebView page, I cannot get it to load the video.

how to reference embedded files? I'd like to send the file to load from AS to JS and have JS reset the .src property of a html5 element. Even the File.applicationDirectory reference I make states the file 'exists', but I can never set the .src property of the element on the page. It doesn't seem to understand.

View 2 Replies

ActionScript 2.0 :: AttachSound On An Included Movie?

May 17, 2007

Let's say i got Movie A, which loads Movie B at some moment. And let's say that Movie B creates a sound, lets say:

var sndMusic = new Sound();
and then attaches it...
sndMusic.attachSound("music");

[Code]....

well, when i open Movie B alone, the music plays; when I watch it while being included in Movie A, it doesn't... BUT the sounds that are simply added by dragging and dropping on a keyframe DO work on both cases. I believe it's sth related to attachSound...

View 4 Replies

ActionScript 3.0 :: Use External Files As If They Were #included?

Mar 7, 2010

I understand the basics of OOP and classes, but I can't seem to find an answer to something between classes and static functions.

For instance, what if I have a Game.as class that's 1,500 lines long and I want to yank out groups of functions into external files (such as Scrolling.as or DepthManager.as)? Classes don't seem quite right, since I'm dealing mainly with the Game class variables, not separate entities. And putting one function per file would create so many dang files it's arguably worse.

So is there a way to do something like the old #include directive that will tell my Game.as class to just insert the contents of certain files into the middle of the Game.as class so I don't have to monkey with MovieClip(parents) and debugging the theoretical paths of null-object errors?

I'm guessing they took away #include for a reason, but I'm going to wear out my scroll wheel if I don't find a solution soon...

View 5 Replies







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