ActionScript 2.0 :: Can't Seem To Be Able To Alter Phil's Properties

Sep 27, 2004

I'm attaching [phil+"a"] to ["bob"+i] and I can't seem to be able to alter phil's properties. Tracing I get undefined.

_root["bob"+_root.i].attachMovie(_root.train, _root.phil+"a", _root.i, {_x:_root.hold._x, _y:_root.mover});
_root.phil._alpha =0;
trace([phil+"a"]._alpha);

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Alter Text Properties To Indicate Which Team?

Mar 18, 2010

I have the two team names for my game appear in dynamic text boxes. What I would like is to be able to alter the properties of the text box depending on which team has their go.This is the code which switches teams:

Quote:
function getRandomFishPoint() {
index = Math.floor(Math.random()*(points.length));
txtPoints.text = points[index];[code].........

So what do I have to add to have the text change colour, or something. I'm still figuring out what I want to change, but I would like to know how to change the properties of the text box.

View 1 Replies

Actionscript 3 :: Flash - Multiple Frames - Alter Symbol Properties

Aug 4, 2011

if you have an active state and a passive state for something, you can jump between the two with gotoAndStop(2), gotoAndStop(1); or you can manipulate whatever property is changing directly (e.g. if it's alpha, then symb.alpha=0.5, symb.alpha = 1.0). I've found myself jumping between the two, and I don't like it (I like to have a standard, or at least a usual). What's considered a good practice

View 4 Replies

ActionScript 3.0 :: Asset To Move X,y Position Or Alter It's Properties Depending On The User Environment?

Feb 22, 2012

If you don't add an asset (text field, mc, btn etc) to the stage / create the object dynamically, is it possible for the asset to move x,y position or alter it's properties depending on the user environment? If so, what environments can cause this? IE what browsers, op. systems, player versions etc?

View 4 Replies

Actionscript 3 :: Dynamically Alter The Main Timeline Display Dimension To Match A Loaded 3D Swf's Dimension To Keep Source 3D Properties?

Dec 16, 2010

The issue I'm having is that I have a main "wrapper" 100x100 (but it could be any size) - it's just there to hold and display whatever content, swf, gif, etc we may want to throw into it. As long as the loaded content doesn't have 3D animation like rotationY going on, it displays fine. But when it does, the 3D "anchor" properties (like projectionCenter) of the loaded swf inherit those of the main timeline (i.e. 100x100 (main) vs 728x90 (loaded)). If I change the dimension of the main "wrapper" in Flash IDE to match what's coming in - the 3D behaves fine, but I won't know what the dimensions of the content will be until it comes, so I need a way (if there is one) to dynamically alter the main "wrapper" or root display object through AS. Stuff like "this.width = loader.width" or "stage.width = loader.width" or "root.width = loader.width" etc doesn't work. Flex has the hBox and vBox

View 1 Replies

Alter Frequency Of An MP3 File?

Jan 26, 2010

Does anybody know a purely PHP based way to alter the frequency of an MP3 file?

A client's website is utilizing a Flash based MP3 player to play some audio.The client is producing the audio herself.

The trouble is that the tools that she is producing it with, and is familiar with, automatically produces MP3 files with a frequency of 48000hz, while some versions of Flash have trouble playing anything with a frequency differing from 44100khz.

View 1 Replies

ActionScript 1/2 :: Any Way To Alter Files Using Flash?

Jul 30, 2010

Is there any way, using some kind of intermediary such as XML, PHP or the like, to alter ftp files with Actionscript? Actionscript 2 is my target, but 3 is alright too and I would need to be able to at least move and delete ftp files. In an unrelated matter, does any file transfer protocol allow the creation of shortcuts? If Actionscript and languages that communicate with Actionscript can't write to ftp, can they read from it? I know that you can call a specific file in the same folder as the swf, but can a user request a listing of the entire contents of a folder, or alternatively just the number of items in a folder?

View 1 Replies

ActionScript 2.0 :: Alter To Appear Only In Fullscreen Mode?

Feb 2, 2011

coming from a print background i am trying to teach myself both as2 and as3 and am working on a couple of small projects for myself. I have run into the issue, where the user is in fullscreen mode cannot use keyboard commands to inout text. I would like to know how i could make an alert that appears when the user is in fullscreen mode only.

View 0 Replies

ActionScript 2.0 :: Alter The Appearance Of A Flash Exe File?

Jan 28, 2009

Is there a way to alter the appearance of a Flash exe file using Action Script? I want to get rid of all the default windows stuff e.g. maximise, minimise, close and all the rest of the top tool bar.

View 1 Replies

ActionScript 1/2 :: Using Input Text To Alter Movieclip?

Sep 29, 2009

I have a number of movieclips which I would like to move when a particular value is entered into an input text box. The movieclips simply need to grow longer when a value is added to the input text. eg '10' would cause 'this.movieclip1._xscale += 20;'The closest to an explanation of how to achieve this that I could find was here:

View 7 Replies

Professional :: Alter Instances Of Animated Symbols?

May 28, 2010

I am stumped as to how to use an animated symbol repeatedly in a timeline while being able to alter its visual qualities without breaking the animation motion.I make a simple 3-layer animation of a body with two legs doing a walk cycle in place.I convert the completed animation as a new graphic symbol in the library.

I can then drag copies of that animated symbol to different timeline layers and alter their overall scales or give them each additional motions with a motion tween so various versions of it can move across the stage independently with tweens while keeping the walk cycle movements of the symbol.

I can change the colour properties of the added symbols but this only affects the whole image, so if the object had a body and legs in different colours, altering the properties changes all of the body parts to the same colour.Doing this does preserve the walk cycle motion, but the new object looks crude because it has become all one colour.I can then alter the visual properties of the components individually, but then it loses its animation motion.Whether I just group it again or convert it to a new symbol, it has lost the animation motion (the walk cycle of the legs) of the original. how to make such an animated symbol so that I can reuse it in the timeline while changing its visual properties (so it looks like a different character in the story) and yet keep its original animation motion.I have tried to duplicate the symbol and to copy and paste the motion but nothing seems to work.

View 1 Replies

ActionScript 3.0 :: Can't Alter Or Give MCs New Instance Names

Aug 18, 2010

I've run into an interesting problem while working on a file. Everything was going really well until I got into work this morning, and suddenly I couldn't change any instance names on any existing movie clips. The movie still compiles fine, and everything that already had an instance name still has an instance name. However, I cannot change any instance names, nor can I give any new movie clips instance names. The instance name text box is grayed out and I can't select it. Everything else works fine, and I can give instance names to text fields that I create. I have no problems saving files, exporting SWfs, drawing, or animating.
 
After doing some research, it appears that this issue is limited only to my computer - everyone else can give instance names to movie clips, using the same files. Also, this problem appears to be affecting every file I open on this computer.

View 1 Replies

C# :: Using Regex To Alter A String (based On Function)?

Nov 2, 2010

I have some ActionScript code that splits a string using Regular Expression and lets me add content at the split location.

// AS3 Code
function formatTweetText(tweet:String ):String
{

[code]....

View 4 Replies

ActionScript 3.0 :: Way To Alter The Contents Of A DOT Syntax Variable?

Oct 14, 2011

I'm trying to build a little question/answer program in flash using XML data as the source of information.I'm trying to build it in such a way that I only have to alter the XML, not the .as files.So, for example, I have

ActionScript Code:
ui.question_txt.text = xmlData.question1.question;
ui.optionA_txt.text = xmlData.question1.optionA;

[code]....

View 1 Replies

ActionScript 2.0 :: Alter Kirupa's Snow Effect?

Jun 20, 2003

How can I alter Kirupa's snow effect ( http:url.... ) so that it begins on a slow start? Just have little snow start it off and then gradually reach the original effect.

View 10 Replies

ActionScript 3.0 :: Using A Loop To Dynamically Alter Items

Mar 5, 2009

Basically I have five mcs on the stage, MC1, MC2, MC3, MC4, MC5, and I would like to change the alpha, for example, each time I click on nextBtn. I would control the number of mcs but altering the if (j <= 4){ line.

[Code]...

View 3 Replies

ActionScript 2.0 :: Any Way To Alter Path To Image In Meta Tag?

May 6, 2010

I'm trying to figure out a way to alter a path to an image that is in a meta tag. It's for a facebook share button, and I'd like the ability to change the thumbnail image that is sent to facebook depending on where the user is in my flash file. The link itself is sent from flash no problem but I'd like to update this meta tag
Code:
<link rel="image_src" href="[URL]" / >
First somehow (not sure if PHP is the answer or flashvars or what) and then send the link. I attempted to just add all the facebook meta data to a php file that had a redirect link to the facebook share but it didn't like that hack. So basically I need to alter the meta tag on the current page and send the link from flash.

View 1 Replies

Alter Frame Rate Without Altering The Overall Time Of The Animation?

Nov 24, 2009

I've created a complicated animation at a stupidly high frame rate. The .mov file at the moment just runs too slowly. The animation is of a watch interface so the timing is very important and I can't just have the movie file take twice as long at a lower frame rate.

How can I drop the frame rate without altering the overall time? and without manually changing the frame length of each motion tween?

View 1 Replies

Flash - OSX: How To Alter WebKit's Plugin Search Path

Sep 10, 2011

I have a developed a browser-like Mac Desktop app which uses WebKit to render web content. My app links against the standard system WebKit framework (it does not bundle a private WebKit framework).

However, I would like to bundle a private Flash plugin in my app bundle. When my app runs, I would like WebKit to prefer the private Flash plugin in my bundle over any other Flash plugin on the system.

How can I alter WebKit's plugin search path such that my app will load my private Flash plugin bundled with my app?

View 1 Replies

ActionScript 3.0 :: Alter .alpha Property Of Square From Within Oval?

Feb 14, 2011

Attempting to move from AS2 to AS3 and become OOPed! I've come to a sudden halt over the last few days with some basics.I will use a simply example to describe my query.3 movieclips, a square, circle and oval, drawn in Flash, dragged to the stage and given instance names of square, circle and oval! The square and circle sit on the main timeline, the oval movieclip sits within the circle movieclip. How can I alter the .alpha property of the square from within the oval?Each movieclip has its own class .as file (and linked to the instance on stage) but I have not been able to generate a path in the ovals AS3 class script to access outside it and up to the square on the main timeline to change the squares .alpha property.

View 4 Replies

ActionScript 3.0 :: Use ColorTransform To Alter The Colors Of A Gradient On A Shape?

Aug 1, 2009

Is there a way to use ColorTransform to alter the colors of a gradient on a shape? Or is there another way to it aside from redrawing the shape?

View 1 Replies

ActionScript 3.0 :: Targeting Movie Clips - Go Back And Alter Appearance

May 28, 2009

I have created several movie clips in a loop.

[Code].....

After they are added to the stage I later want to go back and alter their appearance. I am having difficulty targetting them:

[Code]...

View 3 Replies

Flash :: How Does One Alter The Size And Weight Of Type When Using Input Text (AS2)

Jan 13, 2011

I have completed a simple contact form using Flash CS5 and AS2. Instead of having headings such as "your email", "subject" and "message" outside each text field, they are contained inside each relevant text field and are made up of input text. I would like to do two things: To have the initial text (ie. "Subject") in a smaller size and heavier weight than the subsequent text typed in by the user. I would also like the initial text (ie. "Subject") to disappear as soon as the user starts to type in the same box.

View 2 Replies

Actionscript 3 :: Capture And Alter All Outgoing Requests From A Flex Application?

Feb 22, 2012

Currently in my flex application, I've got all of the app's assets being served from my local server, but I want to be able to serve all of the assets from a CDN (URL...)

the application has quite a bit of components so rather than going to each component and changing the source of the asset, is there a way to capture all of the outgoing request from my flex application and run some logic where I can change the request from [URL]...

View 1 Replies

ActionScript 2.0 :: Drag The Corners Of An Triangle The Sides And The Angles Alter?

Apr 4, 2005

I want to do a triangle so when you drag the corners the sides and the angles alter and you can show the degrees and lengths. Just like this website.

[URL]

View 2 Replies

ActionScript 2.0 :: Drag The Corners Of An Triangle The Sides And The Angles Alter

Apr 4, 2005

I want to do a triangle so when you drag the corners the sides and the angles alter and you can show the degrees and lengths. Just like this website.

[URL]

View 2 Replies

Media Server :: Alter The VideoReliability Property Of RTMFP Streams Published By The FMS?

Mar 27, 2012

It's easy to do on publishing clients, just use:http:[url]....How do we do it on the FMS? It doesn't appear to be possible according to these docs: http:[url]...What is the default for the FMS for the audioReliable, dataReliable and videoReliable properties?

View 2 Replies

Flash :: Drawn Bitmaps Disappearing After Invoking Function To Alter Vector?

May 13, 2011

I am trying to randomize the positions of MovieClips in a Vector. to be added to the main stage's display list. I have this function that generates the MovieClips with their properties:

private function initMovieClips():Vector.<MovieClip>
{
var initVec:Vector.<MovieClip> = new Vector.<MovieClip>();

[code].....

View 1 Replies

ActionScript 2.0 :: Set Properties - Get Properties - Change An Mc Name Dynamically?

Sep 14, 2005

Just been playing around with the tutorials, on the Set properties/Get properties. Everything is all cool, except the "instance name" aspect. I dnt really understand that too well. Is it possible to change an Mc Name dynamically? If you look at my FLA when you hit the top left red button you will get a trace of the mcName as "square". Now if you input a new mc Name on the right hand side, you will see it change on the left hand side. But i want to know why it doesnt remain as the new mc Name, it still goes back to square.

View 3 Replies

ActionScript 2.0 :: Trace The Properties Of An Object's Properties?

Jan 30, 2008

I forgot to put it in the title so I'll just place it here; I am using AS 2.0. I know that there are other ways to accomplish the goal that am after, but I was wondering if anyone knows of a way to access the properties of an object's properties?

Here is the code that I thought of, even though it doesn't work

var a:Object = new Object();
a.bproperty = 0; //lowerlevel properties
a.cproperty = 1; // lowerlevel properties

[Code].....

This really just boils down to how I am organizing the code(I have ideas on what do next, and i am 99% sure that I can get them to work), and if there is a way to dynamically access the properties of the objects properties, It will save me from creating yet another large block of code for my project. If you want to see the unfinished project, go to [URL]

View 3 Replies







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