all groups > flash actionscript > may 2006 > threads for saturday may 13
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
Flash class can not be loaded
Posted by blemmo at 5/13/2006 8:06:04 PM
Hi there,
this is the 2nd time I get this error, now I want to know what's wrong: I have
written a class that imports flash.geom.Point. I can use this class in other
projects fine, but for some projects, it throws the error when compiling:
The class or interface 'flash.geom.Point' could no... more >>
Setting an interval
Posted by exPluda? at 5/13/2006 2:19:49 PM
Hello,
I made a simple function to simulate a typewriter, but now I want to define
the speed of the effect, where do I need to add the interval?
code:
function escrever() {
maquina = "FAZEMOS COM QUE ACONTE?A";
i = -1;
l = "letras";
espaco = 11;
largura = 300;
altura ... more >>
PLEASE CAN YOU TELL ME WHAT THIS ERROR MEANS?
Posted by SLMHILL at 5/13/2006 1:13:36 PM
The script attached to my button reads:-
//This script takes the user to Scene 1 when opendoor is released
on(Release) = function (){
gotoAndStop("Scene 1", 1);
};
The errors in the Output Panel are:-
**Error** Scene=Scene 2, layer=door, frame=1:Line 2: '{' expected
on(Rele... more >>
Autoplay in xml Slideshow
Posted by fanmap81 at 5/13/2006 2:51:25 AM
Can anyone tell me what actionscript coding i should use in order to get this
gallery to autoplay instead of the use of previous and next buttons? I just
want my pics to load up, then fade in and fade out, while going at a set timing
rate. Any and all help is appreciated, Thanks
Heres the... more >>
variable listener
Posted by LSNsaltlamp at 5/13/2006 12:02:07 AM
Is it posible to listen for a variable to change and then call a function based on the variables new value?... more >>
Player detection confusion.
Posted by blueprnt at 5/13/2006 12:00:00 AM
Hi, I have made a flash website in flash 8, and now I would like to set up
player detection on it but got really confused when I downloaded the "Detection
kit" can someone help me figure out what I have to do / where I have to put all
the files. I would like to use one that uses flash to check... more >>
Code to search for URL
Posted by L_ogistics at 5/13/2006 12:00:00 AM
Hi all im using code to load in text created in notepad which is
loadVariablesNum("j:\\Uni
work\\Resume_Website\\loads\\SiteFiles\\TextFiles\\Linker.txt", 0);
but the finished product will have to be tranported to another computer using
probably a hard drive or DVD and obviously when I t... more >>
forcing onPress to react on the exact shape, rather then on the bounding box
Posted by aa at 5/13/2006 12:00:00 AM
If I have a clip with an imported image then clip.onPress reacts on the
bounding box of the clip rather then on the exact shape of the imported
image even if the imported image has a transparent background.
To make it to react to in image shape only I have to use Trace BitMap which
results in d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using ready made 3D models in Flash
Posted by aa at 5/13/2006 12:00:00 AM
There are 3D models for games available on the Internet, for example, here
www.turbosquid.com/FullPreview/Index.cfm/ID/189597
Can they be used in Flash?
... more >>
|