all groups > flash actionscript > january 2004 > threads for saturday january 31
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
hitTest
Posted by wd40smellsgood at 1/31/2004 8:54:31 PM
Hello, my name is alex, and i am sort of a "Newbie" at action script, and i was trying to creat a hit test, so that when the "Axe" hits the guys head, the guys head gets chopped off. Here is my syntax:
on (press) {
startDrag("axe");
}
on (release) {
stopDrag();
}
on (release) {
hitTest(Y_... more >>
How can i unload _root?
Posted by Illusion2004 at 1/31/2004 7:37:19 PM
My script looks so:
on (press) {_root.othermc.music_choice1.gotoAndStop(2);}
"music_choice1" - the name for movie clip which loads
"othermc" - the name in which movie clip is loading the next movie clip
How will look the unload script; how can i unload _root?
Is it possible?
Thanks f... more >>
Random function
Posted by Nupz at 1/31/2004 6:13:14 PM
Hello all,
Wondering if you can help me,
I need the playhead to jump randomly to 1 of 3 frames after the preloader has finished.
Can anyone help?
... more >>
FScommand to open PDF file
Posted by MrSpeedMan at 1/31/2004 1:05:38 PM
Hi,
Hope someone can help with this.
I want to open a pdf file (offline) from flash EXE.
Used FS Command to open start.bat file but appears annoying pop up window called 'File Download' warning about possible malicious content. After pressing OPEN nothing happens.
(this works ok in Flash ... more >>
CGI-Radio Buttons-Flash Form
Posted by timheit at 1/31/2004 9:20:43 AM
Ok, this is my last resource.
How the h3LL do you get radio button info on a flash feedback form; to send to a CGI script
label, data, instance name, changeHandler, i don't care which one get sent.
I am fairly new to CGI...
Here's the test directory for the site
http://www.randallph... more >>
LoadVars in fuction - return parameters
Posted by alien251 at 1/31/2004 9:12:11 AM
Hi all!
Once again, a newbie question, sorry.
I'll try to make it fast: I have a file called functions.as where I defined the following code:
FGloadSlideContent = function(iCourseNb, iChapterNb, iSlideNb) {
lvMyContentLoader = new LoadVars();
lvMyContentLoader.load("test.txt");
lvMyCont... more >>
Attachmovie stumbling block
Posted by jarvphot at 1/31/2004 9:02:22 AM
Thank you for taking the time to help.
I am using attachmovie to load a clip onto the stage and am having problems executing.
This code works fine, where "Image05_mc" is a simple mc where a JPG has been converted to a symbol :
_root.onEnterFrame = function() {
_root.attachMovie("Image05_m... more >>
How the hell did they do that???
Posted by designateddesigner at 1/31/2004 8:51:42 AM
Okay.....I have seen this script many times. It is a script that allows a shape to scale to the specified size when clicked on a button. Here are two working exaples.
http://www.2miamimodels.com
This whole site is based on this concept
http://www.visualtablature.com/
This is more along the l... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
setInterval
Posted by dumbmonk at 1/31/2004 8:37:04 AM
can setInterval timer be a varibles???
for example:
t=500;
setInterval(myfunction, t);
t=t+100;
i have tried this, but doesnt work.....can someone helps?
peace
dm
... more >>
help making an actionscript picture viewer
Posted by shottogan at 1/31/2004 7:13:02 AM
hey. i'm trying to make a picture viewer with scrolling thumbnails at the bottom which open the fullsize pic of on the same page. the hard part is that i want the whole thing to be dynamic, so instead of a preset number of thumbnails with preset .jpegs attached to them, it generates the number of th... more >>
how to load movieclip in such a circumstance?
Posted by SuperMary at 1/31/2004 2:42:50 AM
Hi,
What I am doing is to drop four small windows on the stage, say "w1", "w2", "w3" and "w4", all of which are instances of "w0".
I also have four different jpgs for these windows, say "i1", "i2", "i3", and "i4".
OK, my question is how can I load the "i1", "i2", "i3", and "i4" into "w1",... more >>
Automatic Dynamic text scroll
Posted by Gabbagod at 1/31/2004 1:34:14 AM
Im building a website for someone where they require a tickertape style News bulletin to scroll along the bottom of the page with all the latest news appearing.
Obvioulsy as this will be updated a lot it needs to be dynamic, and load from an easily changeable text file which is of course easy to ... more >>
|