Actionscript 3.0 :: Magnifying Glass Effect On Cube Material In Papervision?

Oct 21, 2010

I have a cube with a material on the front face. I'm trying to create a magnifying glass in 2D for the 3D cube. Can anyone offer a suggestion for how to achieve this? I was thinking I might try to find the UV under the mouse in an OBJECT_OVER InteractiveScene3DEvent and somehow get the bitmap from the material, mask it, and move it around in relation to the mouse position- mimicking a magnifying effect. How to do that, I have no clue.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Magnifying Glass Effect Stage?

Apr 21, 2011

I wrote a magnifying glass application from a tutorial, but it only effects movieclips:

ActionScript Code:
import flash.filters.DisplacementMapFilter;
import flash.geom.Point;

[code].....

View 9 Replies

IDE :: Magnifying Glass Effect - Focus Instead Of Zoom?

Aug 18, 2009

creating a traditional magnifying glass effect - as you drag the magnifying glass the image gets bigger through the glass.

i'm trying to do something different. i would like a fuzzy image as the background and then the magnifying glass would make the image clear.

View 1 Replies

ActionScript 2.0 :: Horizontal Infinite Menu With Magnifying Glass Effect

May 12, 2005

In my flash page I made, in the right side, a horizontal infinite menu with a magnifying glass that has the same effect. This clip is made separately and is loaded into the page by an empty movie clip. All works well when is not in the page, but when it is loaded the lens is not moving. I figured out this problem putting this AS into the empty movie clip:

onClipEvent (mouseDown) {
startDrag("lens");
} onClipEvent (mouseUp) {
stopDrag();
}

But another problem appeared. Wherever I use the mouse, the lens are acting as if I am manipulating it. The lens are moving according to the position of the mouse. What can I do?

View 1 Replies

ActionScript 3.0 :: Reating Magnifying Glass Effect On A Picture In A UiLOADER Commponent?

Oct 17, 2009

someone have a code for creating magnifying glass effect on a picture in a UiLOADER commponent ?

View 1 Replies

ActionScript 3.0 :: Create A Magnifying Glass Effect In Flash Website - Undefined Property

Mar 28, 2010

I'm wanting to create a magnifying glass effect in my Flash website but the error 1120: Access of undefined property completeLoad is a problem for me - I can't see where the issue is though as i've delt with completeLoad just as I have progressLoad and that doesn't get the error - My code is:

[Code]....

View 3 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 2.0 :: Magnifying Glass, With BitmapData?

May 12, 2006

i was wondering if anyone have an idea on how to make a magnifying glass that would work with AS instead of 2 versions of the same bitmap one scaled down and the other in normal size..i think there should be a way to achive this effect using BitmapData in flash 8

View 5 Replies

ActionScript 2.0 :: Magnifying Glass Over 1 Image That Can Be Moved

Dec 29, 2010

Looking for some code to make magnifying glass over 1 image (can not be 2 images one, small one large) that can be moved to specific locations off of an event like clip load, or clip end.I can find this online for as3 but not as2.so for example...when image is displayed it should load magnifying glass in certain area, then as new clip starts or some type of event happens (not a click event) it should be able to move the glass to new coordinates.we are placing this in a system that CAN NOT use as3. must be as2.

View 0 Replies

ActionScript 3.0 :: Flash - When Press The Magnifying Glass The Middle Picture Should Go Fullscreen

Jun 16, 2010

I've trying to find a solution for a fullscreen bug. Here is a picture showing the "reel" in normal mode:[URL] When I press the magnifying glass the middle picture should go fullscreen. But this is what happens: [URL] As you can see, a part of the left pic is showing as well. Depending on what resolution im on the pictures are shown differently but never with correct fullscreen for the middle picture. I'm attaching some of the code here where I'm guessing the problem might be.

[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

ActionScript 3.0 :: Turn A Cube Material Double Sided?

Apr 15, 2011

I don't see how i can make a cube's material double sided. I need this as i am flying thru a cube.

Code:
private function createMaterialList( color:uint ):MaterialsList {
//creates a wireframe
var ml:MaterialsList = new MaterialsList();

[Code].....

View 2 Replies

ActionScript 3.0 :: [Papervision] Plane Primitive Backside Material?

Mar 16, 2009

I've searched around the web trying to find out how to set the primitive Plane backside material in papervision. Unfortunately without luck. That is why I'm turning to you,My question is simple (as written above):How do I set the background material of a Plane primitive in Papversion 2.0?

View 1 Replies

Professional :: Zoom Into Small Content For Readability Tutorial Or Magnifying Glass Tool Tutorial?

Aug 11, 2010

I have built a catalog in flash that was orginally built in InDesign and exported but it has some small content that is hard to read for the elderly users viewing it and I would like to add a zoom feature or some type of magnifying glass.

View 1 Replies

Actionscript 3.0 :: Papervision 3D Cube Tutorial

May 2, 2010

I'm following the tutorial "PAPERVISION3D Basics Tutorial". I'm developing on mac and i've setup the global class path in the ActionScript 3.0 settings in the preferences panel like this:

[Code]...

View 7 Replies

ActionScript 3.0 :: Papervision 3D Cube Tutorial?

May 2, 2010

I'm playing around with papervision and i've followed this tutorial:[URL]..I wrote the code as the tutorial but i have some errors.

[Code]...

I've flash cs4 and i've downloaded papervision 2. I followed the tutorial but i have this errors...why?

View 2 Replies

ActionScript 3.0 :: First Papervision Cube Interaction?

Jul 6, 2010

i'm trying to use for the first time papervision.I'm able to add a cube to the scene. now i wanna add interaction at the cube. i try with

Code:
InteractiveScene3DEvent.OBJECT_PRESS

but it doesn't do anything.another thing that i've not understand is that if delete this instruction:

Code:
renderer.renderScene(scene, camera, viewport);

i don't see anything.This is the code:

Code:
import org.papervision3d.view.Viewport3D;
import org.papervision3d.cameras.*;
import org.papervision3d.scenes.Scene3D;[code]......

View 3 Replies

Professional :: Papervision 3D - Image Materials On Cube?

Mar 29, 2011

I coded my Papervision 3D .as file. I am getting errors for the section of code that creates variables for the materials that are images.

package {
import flash.events.Event;
import org.papervision3d.materials.ColorMaterial;

[code].....

View 5 Replies

ActionScript 3.0 :: Papervision - Add Some Text With Line Next To Cube?

Apr 14, 2011

How can I position a bit of text (or text as image) next to a cube?

View 1 Replies

Actionscript 3.0 :: Papervision / Cube / Rotation And Easing

Dec 13, 2008

I'm at the moment trying to recreate a menu system that I found on URL... as you can see, the menu you get after you've choosen a language is a 3d menu rotating so its always looking at the cursor, but as you will notice, the motion has a little bit of easing to it, which I'm currently trying to recreate using the cube you make with the "Papervision3D 2.0 Interactive Cube" from GotoAndLearn();URL...and here is the code behind that drives the rotation:URL...Now, my problem is that I'm having a hard time figuring out how to create a tween effect on his, resulting in a bit out of sync rotation that slowly stops instead of just following my pointer in an instant.

View 12 Replies

ActionScript 3.0 :: Papervision, Cube, Addevent Remove?

Feb 26, 2009

package{
import flash.display.Sprite;
import flash.events.Event;

[code].....

View 1 Replies

ActionScript 3.0 :: [papervision] Scaling From Other Cube Point?

Apr 13, 2011

I am testing with scaling a cube, like so

Code:
private function growCube():void {
TweenLite.to(cube3, 2, {scaleX:1.5 , scaleY:1.5, scaleZ:1.5} );

[code].....

View 1 Replies

Actionscript 3.0 :: Papervision 3d Interactive Cube Rollover Function

Aug 31, 2008

I have successfully implemented the INTERACTIVE 3D Cube, but I can't seem to figure out how to create a rollover function properly, so that once the user rollovers a face, a title for the face fades in and when the user rolls out, the title fades out. I have done it by placing 6 movieclips on the stage and giving each face a rollover and rollover event, but once I rollover a face the title flickers.

View 3 Replies

ActionScript 3.0 :: Change A Cube's MaterialList At Runtime In Papervision 3d?

Mar 29, 2008

change a cube's materialList at runtime in Papervision 3d?

I have a cube already drawn up with two different images on the front and back. When it's clicked, I want to change the image texture on the back and then spin it to show the recently loaded image's side. Spinning's fine, I'm just unsure how to change the cube's materialist.

View 14 Replies

ActionScript 3.0 :: Loading XML-driven MovieClips Onto A Papervision Cube

Jan 21, 2010

currently I'm working on a tag-driven interactive image cube. It's almost done, but one thing doesn't work. I can't load my images onto the cube.

I'll give you the code:

PHP Code:

var externalXML:XML;
var picList:XMLList;
var bilder:Array = new Array();

[Code].....

View 1 Replies

ActionScript 2.0 :: Dynamic Magnifying Effect On Rollover?

Nov 29, 2010

www dot arcteryx dot com (sorry unable post the link){once u are on the site goto mens(top left) >> jackets (left menu) >> click on any jacket}i figured out the magnifying part by masking but the issues that i have are :1. Snap the position of magnifying glass part to the position of cursor.2. make the cursor invisible3. start drag on Rollover (i think i got this)4. stop the magnification as the user rolls out out the specific area (the jacket in this case)

View 1 Replies

Professional :: Export The Icon Without The Glass Effect?

Mar 6, 2011

i make the app by using flash cs5 when the ipa export, the icon is auto added the glass effect by flash cs5(like many apps in appstore),but i don't want to add the glass effect on the icon.how to export the icon without the glass effect?

View 1 Replies

IDE :: 3D Cube Flip Effect?

Feb 1, 2010

I need to make a 3D cube menu. All 6 faces should be a link to another scene (or basically just a link to anything). For rotation wise, it should turn towards the left when the user click and drag the cursor from left to right.[URL]

View 1 Replies

ActionScript 2.0 :: Speed Up The Cube Effect Transition

Feb 28, 2007

Here is the .fla, I'm hoping to speed up the cube effect transition. I've been toying with the variables, and nothing is working...perhaps it works off the grid somehow? You can download the file here, it was too big by 150kb to upload here, If the download doesn't work, here's a link to the page I found the transition effect on, it's the bottom flash video. [URL]

View 4 Replies

ActionScript 3.0 :: How To Achieve 3D Cube Rotate Effect

Apr 16, 2010

How to achieve an effect like this? [URL]

View 2 Replies







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