all groups > flash actionscript > august 2006 > threads for saturday august 26
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Movement based on 2 variables...
Posted by VaporAction at 8/26/2006 8:57:07 PM
I wasn't sure how to title this problem...anyway, the scenario is as follows...
The user drags 2 charged particles (ParticlePositive1_mc and
ParticlePositive2_mc) to a ruler...when they come into contact with the ruler
(HitTest_mc), a hitTest is run to determine if they're both on the ruler an... more >>
I need some help, please
Posted by gregmax17 at 8/26/2006 7:16:38 PM
Alright, I have been working on a project for a couple of months and everything
is going according to plan (progress, etc.). But until just recently, EVERYTIME
I execute the .swf file, it immediately shuts down (including Flash itself). I
have done very little research and it might be that it ... more >>
flash variables
Posted by calmchess333 at 8/26/2006 7:01:31 PM
The following script adds a user name to a user list on a flash
page.......right now a user puts there name in a text box and presses
submit.....i want to modify the script so that it accepts a user name from a
php cookie or session variable and automatically submits it without the user
havi... more >>
dynamic text - am I doing something wrong
Posted by SPGAnne at 8/26/2006 5:57:23 PM
I'm wondering if I'm doing something wrong here or this is just how stuff
works. I have a movie clip (myClip_mc) which has a dynamic text field called
myText_txt . The movie clip has a bunch of key frames where other stuff
changes, but the myText_txt field appears on each of those frames. I... more >>
If / then statements - please help!
Posted by Boghog at 8/26/2006 4:49:53 PM
Hello!
I'm trying to program a movie clip object so that it plays Frame 1 when the
cursor hovers over it, Frame 2 when it's clicked on, and Frame 3 when it's
dragged away. BUT, I want it to remain on Frame 4 constantly after it's been
dragged. At the moment, it's going back to Frame 1 when... more >>
? on boundries VS attachEmptyMovie
Posted by lunchBoxCoder at 8/26/2006 3:55:59 PM
I've wrote these boundries:
var xCenter = Stage.width / 2;
var yCenter = Stage.height / 2;
var xRight = (Stage.width -(xCenter/2));
var xLeft = (xRight-xCenter);
var yTop = (yCenter-(yCenter/2));
var yBot = (Stage.height - (yCenter/2));
trace(xRight);
trace(xLeft);
trace(yTop);
... more >>
Could use some help trying to link a movie clip
Posted by drosszro at 8/26/2006 3:14:37 PM
Hey everyone, id say im kind of a beginner with flash so please take that into
consideration.
Anyways, i made this: http://www.geocities.com/drosszro/mysite/Menu1.swf
it gets messeg up and unaligned if its not in the table im using on my website
but you get the idea. Now i cant figure out ho... more >>
calling an AS function from Javascript
Posted by glennn.php at 8/26/2006 3:09:07 PM
i've been trying to find a way to call this:
//////////////
button.onRelease = function() {
video.setMedia("vid_title_from_link.flv", "FLV");
title = Title2;
copy = "copy copy copy";
webURL = "http://www.*****.com";
setsite();
};
///////////////
from an external hyperlin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
problem with preloader from tutorial in flash 8
Posted by artkiyv NO[at]SPAM yahoo.es at 8/26/2006 1:38:23 PM
when i open preloader in flash 8, it dosn't work.
and trace message **Error** C:\Documents and Settings\?????\Local
Settings\Application Data\Macromedia\Flash
8\en\Configuration\Classes\mx\events\EventDispatcher.as: Line 15: The name of
this class, 'mx.events.EventDispatcher', conflicts with... more >>
hi, need a little help with sound
Posted by koomisan at 8/26/2006 12:10:57 PM
hi everyone...
i am making a song player in flash, and the feature i am having trouble with
is the timer of the player... i have a little timer that shoes the progress of
the song (not the progress of the loading that area is fine);
the problem i am having is that each time i change a song, ... more >>
Flash Quiz
Posted by ~aryan~| at 8/26/2006 4:40:56 AM
GUys...no help or idea for me..posting 2nd time ..help me out plz..
hi guys... i m plannig to build a quiz based on flash. i want some ideas from
u guys...let me tell u how the entire quiz should work..first of all this is a
ameture project ..to learn the script well.. now...
1. quiz will... more >>
flash.display.BitmapData
Posted by actionFlash at 8/26/2006 2:07:01 AM
I am importing "flash.display.BitmapData" so that I can use "getPixel" in my
flash file.
It works fine when I view the resulting SWF file that is stored on my laptop
in a web browser.
Once I upload the SWF file to a server and then access it via a browser,
"getPixel" does not work anymore.... more >>
button rollout and IE
Posted by vo2max at 8/26/2006 1:16:06 AM
I have a simple button that calls:
on (rollOver) {
fscommand("rollon", 2)
}
on (rollOut) {
fscommand("rolloff", 2)
trace("out");
}
on (release) {
getURL("/products/main.jsp","_self");
trace("release");
}
my problem is that, when rolling over/on the button, rollout is... more >>
Trimming the end off a string
Posted by paulpsd7 at 8/26/2006 12:01:41 AM
There may be a different way to do this.
I have a button nested in an MC. When the button is clicked, I want to store
the path to that MC.
I've tried this:
targetpath (this)
However, that gives the path to the button, not the MC. In other words, it
gives the MC path and adds ".this... more >>
|