all groups > flash actionscript > october 2006 > threads for sunday october 22
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
3 Way Communication
Posted by rlipp at 10/22/2006 11:30:21 PM
:confused;
What I'm trying to do is select a vocabulary word from a list of words in
column A and communicate to the buttons I've created in column B (ex.
Definition, Synonym, Used in a Sentence) which word I've selected from the
list. So in turn when I press the appropriate button in Colu... more >>
Collision Detection Help
Posted by The_Real_Ciber at 10/22/2006 10:50:17 PM
Okay, first take a look at my current collision script:
[quote]if (_root.man.hitTest(_parent.land.clip16) or
_root.man.hitTest(_parent.land.clip22) or _root.man.hitTest(_parent.land.clip1)
or _root.man.hitTest(_parent.land.clip2) or
_root.man.hitTest(_parent.land.clip15) or
_root.man.hit... more >>
xml playlist
Posted by raynestorm at 10/22/2006 9:39:55 PM
I need to create a simple video playlist in an xml file. I have this code that
will play some video clips in a row and then loop to play them over. I need to
call the actual video titles (videos.list[0] = "video/clip1.flv"; ,
videos.list[0] = "video/clip2.flv"; etc) from an xml file. Would som... more >>
help with geturl()
Posted by Cyberworkspace at 10/22/2006 9:35:49 PM
hello,
i am trying to address a bookmark in my page after releasing a button. i
though, that all would work fine by using this script:
on (release) {
getURL("#Zahlung");
}
but that does not seem to work. in fact, nothing happens at all. if i use:
on (release) {
getURL("inde... more >>
Need Help with this code
Posted by Clandestinex337 at 10/22/2006 8:50:26 PM
Alright so i have this code that makes a bottle every two seconds and moves
from the right to left. But once it moves off the screen the bottle gets moved
to the center of the stage and stays there. How can I make this so that it
doesnt stay there and stays off the stage?
[url]http://img.... more >>
Count Down Time Zone?
Posted by Pitchsole at 10/22/2006 8:05:12 PM
Hey all, i have come to this fourm a few times and every time i posted help i
got it and i got the right help to. So here i am back again. Now here my
problem. i made this count down for a certain event. (yes i got help from
someone) and it works fine i made all the images it works great,,,so ... more >>
plus (+) and minus (-)
Posted by thejokerman05 at 10/22/2006 7:17:25 PM
This works;
var namn = field._name;
field.text = (namn +"_txt");
This doesn't;
var namn = field._name;
field.text = (namn -"_txt");
How to leave out "_txt" from name? I could rename my instance but just want to
know why this doesn't work.
... more >>
How to force latest version of SWF file to load in web page
Posted by actionFlash at 10/22/2006 6:06:06 PM
How can I make sure that the latest version of a SWF file is loaded into a web
page?
Once the user has loaded the web page, the SWF gets loaded into the browser
cache, but when I refresh the web page, I would the latest SWF file to load and
not the one already in the cache.
Doable?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
dynamic loadMovie problem
Posted by ricky1980 at 10/22/2006 6:02:06 PM
Dear All,
I want to load photos dynamically. but when i add onload method , the
following codes dont work. Wht is the correct method to do the loading.
Ricky
var arr_photo:Array= new Array();
myVars = new LoadVars();
myVars.onLoad = function(success){
if(success){
var spa... more >>
Countdown
Posted by Ackebacke at 10/22/2006 4:31:03 PM
Hi everyone. I suck at scripting and I need some help. If anyone have the time
to find or create a countdown script which counts down in days, hours and
seconds (and milliseconds if you'd like) towards the 8th of december this year,
I would be as happy as can be. I'm sorry for being such a com... more >>
Needing help with a Loadvars
Posted by Dj... God Lov.... at 10/22/2006 3:22:29 AM
Hi, every body!
after all I hop you hav great Nigth
Well, this is my question... I am making a simple sistem in flash, using php
as a tool for connecting flash with mysql, well, I am using a lot of Loadvars,
they have worked fine, less one of them, I don't know what happen, but It
doe... more >>
|