Actionscript 3.0 :: Papervision 2.0 And Alpha Property

Jan 4, 2008

Do you know how we can modify alpha parameters on Plane object with the new release of Papervision (2.0 alpha)? Previously, I was doing something like that : Code: Select allplane.containers.alpha = 0.5; But containers property disappeared from Plane object in version 2.0; I browsed every property of the new Plane object and couldn't figure it out.

View 9 Replies


Similar Posts:


ActionScript 3.0 :: Papervision Alpha Property Does Not Work

Apr 7, 2011

I have a papervision project and this problem has kept me from going for days. I have Text3D object in my project and I have to reduce and increase the alpha property of this object , and I do it by changing the alpha property of the ViewportLayer that contains this Object. everything works fine but when I change it's text property due to some circumstances I can't work with it's alpha property anymore.

I change it's text like this:
var text1:String = "second string";
mytext3D.text = text1;

I don't (and I can't) use "useOwnContainer" and I use a defined ViewportLayer for this Text3D which I've defined like this:
var textLayer1:ViewportLayer = viewport.getChildLayer(mytext3D);
And I change the alpha property of this "textLayer1" in order to change the alpha of my Text3D object. Everything works fine till I change the text property and after that when I change the alpha of my "textLayer1" nothing happens!

View 2 Replies

Actionscript 3 :: Load A Papervision/Flex Application (SWF) As A Material On A Papervision Plane?

Mar 24, 2011

I am trying to build a portfolio application similar to the used by Whitevoid. I am using Flex 4 and Papervision3D 2. I have everything working except for one issue. When I try to load an external SWF as a material on one of the planes, I can see any native Flex or Flash components in their correct positions, but the papervision objects are not being rendered properly. It looks like the viewport is not being set in the nested swf. I have posted my code for loading the swf below.

private function loadMovie(path:String=""):void
{
loader = new Loader();
request = new URLRequest(path);

[Code]....

Below I have posted two pictures. The first is a shot of the application running by itself. The second is the application as a MovieMaterial on a Plane. You can see how the button created as a spark object in the mxml stays in the correct position, but papervision sphere (which is rotating) is in the wrong location.

View 1 Replies

ActionScript 3.0 :: Alpha Property For Dynamic Text

Jan 20, 2009

How to apply alpha rpoperty for dynamic text.

View 1 Replies

Actionscript 3.0 :: Adjusting Alpha Property Of Textfield?

Jul 29, 2011

I've seen a few posts about this, but nothing that explains this issue concretely. Can anyone tell me how to change the alpha of a textfield in Actionscript 3?, and more importantly a textfield that uses embedded text fonts? I've heard changing blendmode.

I know how to do this in Flash IDE, but not purely in code.

View 8 Replies

ActionScript 2.0 :: Smoother Increment On Alpha Property?

Apr 29, 2004

I normally spend hours battling with the simpliest AS and eventually work it out.I've trying to run the following AS applied to a button:

on (rollOver) {
i = getProperty(this.button01, _alpha);
while (i<100) {
if (i>100) {

[code]....

The action seems to work, however the increment is instant and I want to achieve a smoother transition.

View 10 Replies

ActionScript 3.0 :: Saving Alpha Property When Changing Frames

Mar 22, 2010

i have this little display and when you click on certain items their alpha changes to 0.1, this worked fine until i added another frame with a different display on another frame. so now when you change frames and go to the new display then go back to the old display on frame 1 the alpha properties are all reset back to 1. So to fix this i thought i could simply add all the movieclips with an alpha less than one to an array when i left the frame then when you come back to the frame you could reset all the moviclips in that array back to having an alpha of 0.1. But this doesnt seem to work. here is the code i used.[code]But this code doesnt seem to work, the strange thing is even when i add some trace statements they tell me that the alpha does in fact equal 0.1 but visibally they haven't changed.

View 2 Replies

ActionScript 3.0 :: Alpha Property On Dynamic Text Not Working?

Sep 25, 2008

I have generated several TextFields dynamically through a for loop. I would like all the text fields to have their alpha set to 0 so that each field can eventually fade in.

When I apply the alpha property by setting it to 0, or even .5 the text appears to still be at an alpha of 1. Does anyone know how to make the text appear with a low to 0 alpha?

I have attached the code from the function which runs the for loop to generate the text fields. Please not that the value of the text fields are stored in a global array, and the text format objects are also global and are declared in the main body of the class.

View 7 Replies

ActionScript 3.0 :: Changing Alpha Of Object - How To Define Property

Aug 15, 2009

I am very new to Flash and I have the following script:
mouseInterval = setInterval(changeAlpha,10);
function changeAlpha(){ fader_mc.alpha = Math.round(root.mouseX/550*100) }
This is simply to change the Alpha of my object as I change the X value of the mouse cursor. I keep getting the following error message:
1120: Access of undefined property mouseInterval

View 5 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 :: Change Alpha Property Of Button [from Post]?

Sep 7, 2006

I am trying to change the alpha property of a button using actionscript 3.I dont want to create external AS file. Can you guide me on this?

Code:
circle_mc.addEventListener(MouseEvent.CLICK, clickHandler);
function clickHandler(event:MouseEvent):void {

[code]........

View 2 Replies

ActionScript 2.0 :: Set Alpha Property In Flash Mx Without Using The Setproperty Action?

Jul 4, 2003

how can i set alpha property in flash mx without using the setproperty action. when i use setproperty action to change alpha value ,the graphic doesn't animate.

View 3 Replies

ActionScript 2.0 :: MovieClip Alpha Property Of Dynamic Masks

Oct 15, 2009

I am having problems with the _alpha property of dynamic masks. For some reason they don't seem to accept it. I have a holder mc that I use as a mask and the holder is full of dynamic mcs for which I would like to set alpha properties.

My code is:
_root.createEmptyMovieClip('holder',_root.getNextHighestDepth());
function init() {
for (i=0; i<100; i++) {
holder.attachMovie("msk","msk"+i,i,{_xscale:0, _yscale:0});
_root.holder['msk'+i]._x = (550*Math.random());
_root.holder['msk'+i]._y = (380*Math.random());

View 3 Replies

ActionScript 2.0 :: Can't Access Alpha Property Of A Movie Clip

Mar 1, 2005

I can't seem to access the alpha property of a movie clip. I can change it's y x position but not the alpha....

This works great: loader2.lettercontainer.letter_mc1._y=50;

But this doesn't do anything: loader2.lettercontainer.letter_mc1._alpha=50;

The movieclip "letter_mc1" contains a createTextField with one letter in it. I'm completely lost why this isn't working....

View 7 Replies

ActionScript 2.0 :: When A Button Is Pressed It Will Move To The Specified Location And Then It's Alpha Property Will Be Zero?

Mar 20, 2009

Basically I have a MC called "__root.T1" that when a button is pressed it will move to the specified location and then it's alpha property will be zero. the alpha property to the functionstartEasing(_root.T1, 50.4, 161.9, 10);

function startEasing(object, endX, endY, frames) {
yourTween = new mx.transitions.Tween(object, "_x", mx.transitions.easing.Regular.easeInOut, object._x, endX, frames);

[code].....

View 2 Replies

ActionScript 3.0 :: Alpha Property Causing Play() To Stop Working

Jan 21, 2009

I have a problem that is stopping my mc.play() stopping when I try to set the .alpha property of an object. I have attached the code and have rem // out the alpha lines. can send you the fla to see the problem occuring.

View 4 Replies

ActionScript 3.0 :: Error #1056: Cannot Create Property Alpha On Builtin?

Oct 29, 2009

I am trying to tween some text and keep getting the error.

ReferenceError: Error #1056: Cannot create property alpha on builtin.as$0.MethodClosure.[code].....

View 4 Replies

ActionScript 3.0 :: Error #1069: Property Alpha Not Found On String And There Is No Default Value

May 4, 2010

I have two movieclip in stage named home,home_mc . I want when mouseover on "home" it will change some property of "home_mc".But dont know how to write this code.I am trying like this......

import caurina.transitions.*;
home.addEventListener(MouseEvent.ROLL_OVER,over)
//home.addEventListener(MouseEvent.ROLL_OUT,out)

[code]....

but it is throwing--- Error #1069: Property alpha not found on String and there is no default value.

View 1 Replies

ActionScript 3.0 :: Error #1069: Property Alpha Not Found On String And There Is No Default Value?

May 4, 2010

I have two movieclips in stage named home,home_mc . I want when mouseover on "home" it will change some property of "home_mc".But dont know how to write this code.I am trying like this......

import caurina.transitions.*;
home.addEventListener(MouseEvent.ROLL_OVER,over)
//home.addEventListener(MouseEvent.ROLL_OUT,out)[code]....

but it is throwing--- Error #1069: Property alpha not found on String and there is no default value.

View 1 Replies

ActionScript 3.0 :: Setting The Alpha Of MovieClip With Objects Changes The Alpha Separately For Each Object

Oct 23, 2010

[URL] i want the object to fade out but in the object there's a lot of overlapping pictures and each becomes half transparent. how to make the movieclip to change the alpha as it was without objects?

[Code]....

View 2 Replies

ActionScript 3.0 :: Curious Tip: Flipping Sprite.alpha=0 To Alpha=1 Back And Forth With No Logic?

Dec 15, 2011

just spotted this curious trick. If you want to flip something to go invisible on a click, and then reappear on another click (etc etc), try this:

create the sprite, setting alpha to either to 1 OR -1
mySprite.alpha=1; //OR
mySprite.aplha=-1;

[code]....

View 9 Replies

ActionScript 2.0 :: Loading A Movie A Solid Shape Is There With Alpha At 100% Then Over A Period Of 5 Secs Its Alpha Is Reduced To 0?

Jun 27, 2003

using AS, on loading a movie a solid shape is there with alpha at 100% then over a period of 5 secs its alpha is reduced to 0.

i'm new to this......please help if you want to if you don't have a good weekend but think of me struggling onwards and upwards...

View 14 Replies

Set Alpha For Whole Stage Down But Have 1 Mc Full Alpha?

Aug 2, 2011

I want to do aplpha = .5 for the whole app, but then have a MC display at full alpha, is there any way to do this?

View 6 Replies

ActionScript 3.0 :: Car Skidmarks In Papervision

Oct 19, 2009

I asked this question in papervision 3d forums, but nobody replied. So. I am writing a 3D application with actionscript 3 and papervision 3D. But I have stuck on one problem, I can't figure out, how to place skidmarks (decals?) on an object. The only method I can think of is drawing directly to BitmapData (texture). What would you suggest to draw a textured skidmark on ground (plane primitive)?

View 1 Replies

Actionscript 3.0 :: Globe Done In Papervision

Jul 2, 2009

I have done globe in papervision - basically sphere + material (image of political map) over it.Now, I need to make every country on my globe interactive, what means, I need somehow create event listeners for lots (at least 15) of small areas on my globe, and if I click those areas, something will happen (say, additional info windowwill come out)I googled a lot and found a lot of things describing some realted stuff (hotspots?), but since I am quite new in flash/actionscript/papervision, could I, please, get some introductory idea how my problem might be solved?

View 1 Replies

Actionscript 3.0 :: Put Text In Papervision?

Jul 27, 2009

i was trying to put text in papervision but am having touble.

View 4 Replies

Get Papervision Development Tool?

Aug 21, 2009

Is there any development tool that has the papervision3d classes buit-it, so i can get hints when i'm writing th code as i get hints for as3 code?

View 2 Replies

IDE :: Importing 3d Animation With Papervision

Feb 12, 2009

I am new to Papervision, and am experimenting on importing animated 3ds max models into my project.I can export a model (with no animations) into Collada format, and import it using Papervision, with no problems. But when I try to import a model with animations, i get this error:[code]I am using Flash CS 4 / Papervision3D Public Beta 2.0 - Great White / 3D Studio Max 2009 (with the New Collada Plugin).

View 7 Replies

ActionScript 3.0 :: PaperVision 3D .. CPU Performance?

Jan 4, 2011

I am trying to develop a game based on papervision and flash.the very basic idea of the game is that some 3D objects are falling from the sky and you have to catch them .. At a time there can be as many as 20 of such 3D objects on the stage.Now the problem is that these 3D objects are causing too much CPU usage .. I was hoping if there was another way to do the same thing and which causes less of performance issues ...

1.I have two classes suppose A and B

2.the class A calls class B

3.class B initiates a 3D sphere whenever it is called .. the Sphere has a bitmap image material .. and it rotates along the X axis on every enter frame event

4.class A has a timer function which moves the 3D object in the Y direction and also destroys it when the object reaches a specified Y position ..here are the code snippets ...

Class A :Code:
public function onTick(e:TimerEvent)
{
if(Math.random() < spawnrate)[code]......

View 2 Replies

ActionScript 3.0 :: Where To Put The Material Jpg [papervision]

Apr 11, 2011

trying a simple papervision tutorial and swf stops rendering by mat = new MovieMaterial(rec);

[Code]...

View 2 Replies







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