Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Masking Probems - Mac Vs PC


Hi. I'm having problems with a Flash movie. Its a simple logo mask that appears fine on my end and anyone with a PC but when viewed on a Mac a portion of the logo gets cut off. Can anyone tell me why this night happen.

Thanks.




FlashKit > Flash Help > Flash MX
Posted on: 03-26-2003, 04:35 AM


View Complete Forum Thread with Replies

Sponsored Links:

Collision Probems.......
Hi there

My head hurts !

I have a movement/collision detection script set up as follows:

onClipEvent (keyDown) {
if (Key.isDown(Key.LEFT) && mySpeed<>-3) {
myRotation -= 10;
} else if (Key.isDown(Key.RIGHT) && mySpeed<>-3) {
myRotation += 10;
} else if (Key.isDown(Key.UP)) {
mySpeed += 1;
} else if (Key.isDown(Key.DOWN)) {
mySpeed -= 1;
}
}
onClipEvent (enterFrame) {
ychange = (math.cos((math.PI/180)*myRotation)*(mySpeed));
xchange = (math.sin((math.PI/180)*myRotation)*(mySpeed));
setProperty (_root.tarmac, _y, _root.tarmac._y+ychange);
setProperty (_root.tarmac, _x, _root.tarmac._x-xchange);
setProperty (this, _rotation, myRotation);
}
onClipEvent (enterFrame) {
for (i=1; i<=17; i++) {
if (this.hitTest(_root.tarmac["walls"+i]) == true) {
if (mySpeed<>0) {
mySound.attachSound("crash");
mySound.setVolume(10);
mySound.start(0, 1);
this.nextFrame();
mySpeed=-mySpeed;
}
}
}
}

This causes the movie clip (of a car) to bounce whenever it hits a wall. It works fine, except sometimes (at high speeds, where the car goes too far into the wall movie clip before the collision routine kicks in) the car gets 'locked', continually bouncing back and forth on the edge of the walls.

The solutions I've come up with are:

1) Ignoring key presses taking place when car is in contact with wall - this resulted in car passing through wall instead of getting stuck !!
2) Creating some kind of time delay to prevent the bounce if the car is already bouncing out of the wall... I've no idea how to implement this ??

I found the suggestion of using something like this:

if (this.hitTest(_root.tarmac["walls"+i]) == true) {
_x = oldXPosition;
_y = oldYPosition;
....etc
}

oldXPosition = _x;
oldYPosition = _y;

to put the car back to its previous position before starting the bounce, but it doesn't seem to have any effect.

Any ideas ??

View Replies !    View Related
Loading Probems
I have a main movie where the "welcome MC" loads a "menu MC" inside of it.when a user selects a menu item, it jumps to the according scene in the welcome MC and closes the animation, then loads an external MC that corresponds to the menu selected. This floating menu is always present. how do i now use the same menu to play the rest of the closing animation sequences in its current mc, and load the acording mc after the animation is played.

When i load the movie it will work fine until i select a menu item, let it load, then select the item just before that. I get some of the layers on top of the original mc. I think maybe i have soe of the layering wrong, but im not sure. If someone can help me out, that would be great.

View Replies !    View Related
Sound Probems
got this problme with the sound in my movie. i got a background loop that starts when the movie begins and also a sound toggle button. it works fine. but when I turn of the sound and use navbuttons to go to different keyframes in the main timeline, the sound begins again to play...
hope someone can help me with this.

View Replies !    View Related
Sounds Probems And Version Check
Ive created a separate swf for my background music. Then I just did loadMovie from a main page and everything worked fine from a harddrive, but when I uploaded the files the music doesnt play. Whats wrong?

Also ...
I am making a website in Flash MX and most users dont have the latest plug-in installed so when they go to my page it just doesnt load until they install the plugins themselves. How can I make my site auto check for the users plug-in verion(flashplayer, shockwave) and auto download the latest one if needed so that they could view my site without having to go to macromedia.com and download the plug-in themselves.

View Replies !    View Related
Masking Issue - Image 'pops' Out Of Masking
ok i been attempting to fix this tiny, but obvious glitch for hours...

3 layers on timeline

bottom layer has 6 different images at regular intervals (every 26 frames).

middle layer is masking the bottom layer. it contains a movie clip of animation of a square shrinking to basically nothing then expanding again (with a 3 frame pause before it expanding again). Basically like a shutter closing then opening.

the top layer is empty except for the action script calls in key frames at intervals to start the animation of the mask. just uses gotoAndPlay('label') to the movie clip in middle/mask layer.

PROBLEM:
The change of pictures if offset in the timeline so the change occurs during the closing of the shutter (mask hiding all of the image).
so the mask movie clip is in layer 2 frame 1.
the first image is in layer 3 frame 7.

for some reason the very first image just pops over the closed shutter i.e. it is visible even though it should hidden. The subsequent 5 image changes behave as they are supposed to.

whiskey tango foxtrot....

edit note:
this movie clips is then placed on the main time line and itself one of a few a masked layers.

View Replies !    View Related
Masking Tricks And Masking Designs
Hi,

I am wondering if someone could direct me to any Flash technique websites that focus solely on a variety of masking tricks and techniques. My vision is to create Flash animations that employ the same design effects as Adobe After Effects..and I've seen plenty of that on TV commercials.

So far I'm checking out Kirupa.com www.kirupa.com

Thanks! I have Flash MX

View Replies !    View Related
Masking Not Completely Masking
i'm masking stuff but there are some artifacts. here's a screen shot:

http://filebox.vt.edu/users/jizietz/seethroughmask.jpg

i drew red arrows pointing to the artifacts. i've got a mask over the rectangle on the left, and things are scrolling into view from right to left. unfortunately, things are showing up outside of the mask. is this because my background color isn't white? any ideas here?

View Replies !    View Related
Masking On Masking - A Dynamic Jpg
Hi Fk'ers.
I've got a problem.. I want to mask a a dynamic jpg, but I can't seem to make it happen.
Please help me.. Quite desperate!

View Replies !    View Related
Masking On Masking - Dynamic Jpg.
Hi Fk'ers.
I've got a problem.. I want to mask a a dynamic jpg, but I can't seem to make it happen.
Please help me.. Quite desperate!
I've attached the file, so it's easier to see what I mean.

View Replies !    View Related
Masking But How
Can u mask an object on the main timeline through a Movie clip i.e. keep an image on the main time line and get an mc place it on the main movie in a way that the image appears masked

View Replies !    View Related
Help With Masking
Hi,
Thanks for at least looking at this problem I am having. What I am trying to do is have 3 squares ined up vertically with a 1/4 space between them and I have a JPEG I want to move behing the squares. I dont want the squares to move just the jpeg. For the life of me I cant get this simple thing to work. Any suggestions or need more information please respond. Thanks,
Tom

View Replies !    View Related
MASKING?
hey everyone, alright, ive been lookin through alot of tutorials here and theyre all great, but ive noticed the word "masking". can someone explain what it is and how to do it? thx
Italian_Stallion
Peace Out
Happy Flashing

View Replies !    View Related
Masking
i have 5 layers with images moving (letters) and iwant them all to mask over a motion tween. i can only get the bottomlayer to mask over the flag, every layerover the first one wont work. how do i get them to all be masks?

View Replies !    View Related
MASKING - PLEASE HELP
I pretty much know the basics of Flash, but I have run into some problems dealing with masking. I am not even sure this is possible. Similar to strobe writing (when pictures are flashed in your text), I was wondering if you could flash pictures through a regular image, picture, or symbol? Or is it just text? What are the restrictions? Please somebody help me.

View Replies !    View Related
Masking Help......
ok say i have a white box with just a black border..and i wanna put a pic behind it, i know how to insert pics into a flash thing but how would i put the pic so that it is inside the box masked behind it? i have trouble with masking so could anyone pls help it would be much appreciated..john

View Replies !    View Related
Masking With AS
Is it possible to control a mask with actionscript?
anyone developed a technique for this..?
m

View Replies !    View Related
Masking
rite i'm going to go mad if i can't sort this problem out...

i'm working on my website, i've got some vector artwork that i've imported from freehand.. i'm making a button from this artwork but it needs masking. i make a mask in the button and all is fine within flash, its when i publish it that it all goes horribly wrong in the file the masked layers appear as the vector picture but where the mask is its black (the mask layer is black)and when i put the cursor over the button the 'over' state is also black where the mask should be..

can any1 shed some light on this?

thanx, anymore info needed i'm sure ur shout for it

View Replies !    View Related
Masking In MX
I know how to mask I have been doing it in flash 5 for ages but now I try to do the same in MX and it doesnt work.

I'm trying to make a glint like in the spot light tutorial,
shape on top text underneath. Nothing happens. Now if I reverse it. Shape on bottom, text on top it works untill I publish the movie. This is driving me crazy. Could someone help me out please.
thanks

fin.

View Replies !    View Related
Masking
Hi pls help.
I have a fla movie, very simple. It has a background and I am creating an animated mask above it so when it moves it reveals the background. My problem is however I want various things to happen-ie multiple animations that are masked, I can't seem to do this though. It will only let me mask the one layer above. Do I need to create a movie clip. I can't seem to get that working either.

Any help appreciated.

Thanks

View Replies !    View Related
Masking Help Please
Hello All,
I have not played around with masking a whole lot, but I understand the gist of it. I know you can use shapes and text to mask bitmap images and vector shapes and so on.

I am trying to mask a bitmap image with gradiated edges to make the edges looked "faded" and soft.

I have tried using the gradient tool and the soften fill edges command to fade the edges but I still get a hard edge.

Any suggestions??

Thanks,
Brian

View Replies !    View Related
Masking Help ?
Hi all can any one help me im trying to get the same effect or similar to the loading effect on the http://www.designreactor.com site .
iy looks like firey blury thing ant help would be useful.
Thanks

View Replies !    View Related
Help With Masking
Ok This has probably been asked before but here goes.

I have a graph, white lines on a black background, it starts off as 50% transparent (or alpha). As I sweep across it from left to right with a rectangular mask, I need the mask to reveal a full brightness (100% alpha) version of the graph. I suspect it isn't as simple as a single mask. Can anyone help?

Thanks a lot

Luca

View Replies !    View Related
MX And Masking
This is a pretty slick site: http://www.bsfllp.com/flash.htm. Does anyone have an idea of how they did it?
Is it a movie clip composed of Layer One 'TEXT' masking Layer Two 'IMAGES'. And this clip masks all else?
Thank you,
Fred

View Replies !    View Related
Masking
I'm having this odd and annoying problem -- I have four images, masked that animate over each other. Sounds ok, but for some reason the published movie comes out at weird opacities, sometimes its solid, sometimes it's semi-transparent. If you publish it ten times it looks ten different ways. Even the text and non-image elements are sort of ghosted. Has anyone else had this problem?

View Replies !    View Related
Masking
can anyone help with masking text.
every time i mask text it makes it invisble

View Replies !    View Related
Masking Bug?
Ehh.. I downloaded a couple of already made flash tutorial for "masking" but it wouldn't play right... The FILL is not masked even though it is checked. I'm also having problem making masks for my guestbook... it will NOT mask the freaking FILL i made...

View Replies !    View Related
Masking
All right, this is a simple problem.

Situation: I have 5 buttons coming from the right of the screen into the center stage. I want the buttons to show up when they are at a certain position on the stage. I put a mask where I want them displayed.

Problem: I can't get the mask to work correctly when I export the movie into a .swf file. In fact, I don't even see the buttons at all. However, it works just fine when I press "play" on the stage.

Any ideas on what I could be doing wrong?

If any of you don't mind, I would like to send someone my .fla file, it's too big to attach. I have just the buttons and the mask on there...if you're good you be able to figure it out in a synch.

Thanks.

View Replies !    View Related
Masking
All right, this is a simple problem.

Situation: I have 5 buttons coming from the right of the screen into the center stage. I want the buttons to show up when they are at a certain position on the stage. I put a mask where I want them displayed.

Problem: I can't get the mask to work correctly when I export the movie into a .swf file. In fact, I don't even see the buttons at all. However, it works just fine when I press "play" on the stage.

Any ideas on what I could be doing wrong?

If any of you don't mind, I would like to send someone my .fla file, it's too big to attach. I have just the buttons and the mask on there...if you're good you be able to figure it out in a synch.

Thanks.

View Replies !    View Related
Help With Masking
Ok i have a mask over a text in the background. It follows the mouse. But how do i make things actually show up? like this site for example: http://www.freshmedia.net/v3/frame.html
I cannot make it so the button actually shows up. It just shows up when tehres a BG but its the BG color. Do i need a black back ground PLEASE HELP lol

View Replies !    View Related
Masking
How Can I create a Semi Transparent Mask to overlay the main scene?

View Replies !    View Related
Masking Or RGB
I want a circle move over a text(symbol) and the text should change its color but just within the shape of the circle. Is it possible to do this with a mask or by changing the RGB color of the text. I really do not know how to manage this and as I am a real newby I am very grateful for any suggestions. Thanks in advance.cu.

View Replies !    View Related
Masking A Url
Hello,
I have a web site that has links that open in a new borwser window.
I want to have the adress bar show a different url that it does.

Is there a way to have the url masked, or chenged to something i specify.
Or, alternitively, can i have the adress bar not show at all?

Thanks
Ari

View Replies !    View Related
Masking ?
I have a site I have seen recently and want to know how to do the effect on the site in flash mx. The site is http://www.seanjohn.com/sj6/ enter the site and it writes out a S and a J. I want to know how to do this. I heard it is done with masking. I have looked on this site for a tutorial but none cover this. Am I wrong that this is masking? Can someone please help me out on how to do this, by a post here and include a example fla if posible.

Thanks

View Replies !    View Related
Masking
Hi,
I am trying to use a draggable mask that when dragged over a picture will show the masked Picture....
This is very Similar to the Magnifying Glass.. however, the Magnifying Glass Movie had one picture and I am trying to use 2 picture above an below the Masking.,....
The Mask Layer Does not move.... What Do I do??
I have attached the File... Please assist me with this...

Thank you...
Wishy

View Replies !    View Related
Masking
Hi,
I am trying to use a draggable mask that when dragged over a picture will show the masked Picture....
This is very Similar to the Magnifying Glass.. however, the Magnifying Glass Movie had one picture and I am trying to use 2 picture above an below the Masking.,....
The Mask Layer Does not move.... What Do I do??
Please assist me with this...
AM unable to attach the file so I have uploaded the here..
The Masking File
Thank you...
Wishy

View Replies !    View Related
Masking
I had downloaded the .fla file for one of the educational movies. The link for it is:
http://www.flashkit.com/movies/Anima...5164/index.php
I was trying to recreate that effect. I understand that masking is used to create the magnifying effect and I was able to achieve that. However, the smaller version is also visible when the magnifying glass passes over the stage, together with the enlarged version. Whenever, I put anything on different layers, all the layers are visible at the same time. How has the author managed to hide one of the layers, so that only one layer is visible?
Will somebody please view the movie at the above link and explain how I can do it? I had sent a mail to the author, sometime back, but received no reply. I would be grateful for any guidance.
Thanking You!

View Replies !    View Related
Masking Help
Here's my question I'm trying to make a mask layer to give the effect of writing curse letters. I want it to look like the words are been writen on the screen. Please help thanx.

View Replies !    View Related
Masking
i'm doing a sort of like a camera thingy.
as we all know, camera has the lcd thing.

this lcd layer will be masking e animations that is going on in the 'real world'(background).
while this masking displays e animations in the lcd, the 'real word' animations are hidden.

how do i work around this problem, as i tried to use duplicate movie, but that only allow me to duplicate a MC onto the same layer. (my lcd is in another mc, i need the same mc on the main timeline, _root)

or any other way alternative ways to get around this problem? the animations are being controlled by actionscript.

View Replies !    View Related
Masking
Well, I have troulbing understanding this excerpt from my Flash Bible

"The uppermost layer of the Mask is the Mask Layer and is responsible for the effect that you see. As a mask, this defines which portions of the Masked layer will be seen"

Okay, I will tell the truth. I am only 14 and still don't get some of this techilogical stuff in the book. So can somebody explain this in english? Thx a lot.

View Replies !    View Related
Masking
is this the only/best way to aheive this effect?

http://www.flashkit.com/movies/Effec...1993/index.php


thanks,

P.

View Replies !    View Related
Masking
First of all I thank Iaskwhy and somebody else(srry forgot your name ) helping me on my masking. I have attached a flash movie that shows me doing some simple masking and would like if anyone commented on how it is for a simple mask. Remeber, it is a newbie movie lol. Thx

View Replies !    View Related
Masking
Let's say I have a banner, and I'm going to do one of those outlines, that i'll mask right. Well how do some people make it that the edges are "soft" or fading out. Like for example here:

http://www.templatemonster.com/scree...0/2619-ih.html

View Replies !    View Related
Help With Masking
We have a client that would like a intro similar to what is found at tasmania.info. This is a flash screen saver. I know it is asking alot but you will need to download the screen saver to see the effect. I have attached the zip file or you can get it from

http://tasmania.info/home/index.cfm?...b=selectscreen

Question, how do I do this? I can do the basic masking but what I get is the image under the mask revealed as the mask moves across but do know how to take the letters off as I go and change the color of the images as I go.

arlie

View Replies !    View Related
Masking
Huwo everyone, I need help with an effect, Ive seen this before on like Cooties bard with the X-Ray specs, where there are two images on sceen, and a 3rd object that reveales only the image under it, the effect is meant to be like a scanner, where the bar scans some one and shows of their skull as it moves. can some one please tell me how you can pull of that effect...PWEASE oxoxxo

View Replies !    View Related
Masking Help
I have been working on a problem all morning and am about to bash my head in. I have 4 pics that I want to use in my into animation. I have a mask that is removing the first picture of the stage but as it removes it I want the next picture to follow the mask in so when the first pciture is completely gone the second picture is now on stage. I cant seem to get this to work. If you dont understand what I am saying see www.jenniferlopez.com. Click HIFI. Notice how when the slide show comes on the masking technique that allows the second picture to come up as the first one goes off.

Can anyone help me with this before I kill myself!



Thanks... Bubba

View Replies !    View Related
Masking...
SO... I'm an... "not so smart Guy right now"

Ive had it work before.. but I cant figure what I am doing wrong now..

I am trying to mask an imported image, and It looks masked in EVERY way.. UNTIL.. I actually test the movie... Then the masking goes away and the entire image is revealed in all its glorious design wrecking beauty.

help?

Thanx

MaiMas

View Replies !    View Related
Masking
when using masks why do some operate correctly while others just show the masked layer and not the mask itself. I am working with multiple masks in the same movie. The layers are locked and I've moved them to the top and yet the one mask is not working properly yet the other is.... Confused

I'm sure its something simple, but illuding me

View Replies !    View Related
Masking
I'm trying to figure out how masking works via a simple tutorial involving a bar that moves across text makeing it look kinda like it's lighting up (I'm shure you know what I mean)

I have 3 layers, one for the mask, one for the masked, and one for the base text. it works fine when I play through the frames on the stage (hit enter) but when I preview (ctrl+alt+enter) it dosnt work, and all I get is the base text.

any help would be apriciated

View Replies !    View Related
Is This Done With Masking?
this effect is cool.

check out the navigation

i've seen it before but it is a mystery on how it is layed out. i think it is done with masking and several moving lyers but i could be wrong if anyone has seen source files with this effect please post.

thanks

View Replies !    View Related
Masking
What is maksing?
And could someone give me some links to tutorials on basic masking?

View Replies !    View Related
Masking
i'm using flash mx

i'm making this slider, however i can't make the masking to mask the second movie loader.

second question is how can i make the movie stop when my mouse is over one of the button inside the slider?

i'm attaching the file,
can anyone help me?

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved