all groups > flash actionscript > january 2007 > threads for saturday january 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
fix it
Posted by rbr1234 at 1/13/2007 7:15:42 PM
if (_root.ball._currentframe == 44) {
gotoAndPlay("lv2");
}
why doesnt it work?... more >>
using getURL to access network files
Posted by kaseymac78 at 1/13/2007 6:59:48 PM
I am working on an Intranet site and I need a button in Flash to open a file
that's on our network share. I know about the getURL function and use it often
to link to HTML files that are on the same server as the web files, but I don't
know how to use getURL to open external files on the netwo... more >>
cursor arrow
Posted by Ldavinci at 1/13/2007 6:51:35 PM
if a symbol is button the cursor arrow become a "hand" ...how can make that as arrow still even if i put that in a button object.. is there any script..?... more >>
Using variables as variable names
Posted by mac monkey at 1/13/2007 6:30:03 PM
Hello (me again)
I know I can use this[variable] to evaluate a variable name so it can be used
for such things as referring to a movie clip
e.g
this[variable]._x=100;
However... I'm trying to create movieClips with:
var MovieClipName:MovieClip = new MovieClip()
which doesn'... more >>
Help please
Posted by JackCostelloe at 1/13/2007 4:54:48 PM
I need some flash help. Really basic stuff. Quite new to flash so just have a
couple of questions with the actionscript of a flash site I'm creating. Could
anyone willing to help please contact me via Private message? I don't want to
upload the .fla to the public. Thanks.
... more >>
FlashRemoting ActionScript Error
Posted by wilsoneto at 1/13/2007 4:21:14 PM
Hello, I'm trying to use the Flash Remoting from Flash8 to access Java Stuff,
But the action script in the .fla file always shoms me as an error:
Code:
import mx.remoting.*;
// connect to the gateway server
if (inited == null) {
inited = true;
NetServices.setDefaultGatewayUrl("htt... more >>
Understanding Symbol/Instance hierarchy relationships
Posted by Perseus101 at 1/13/2007 4:08:24 PM
Hello
I am looking for some insight into the symbol/instance hierarchy.
First off what I have done simple enough is create a dynamic text field and
convert it to a symbol.
This symbol has an instance name of "symHeader".
I then dragged an instance of that symbol to the stage and ga... more >>
Movie Load doesn't work
Posted by IwannaFlashU at 1/13/2007 1:30:09 PM
I have developed a lesson where the root movie is like a tv set where all the
controls for volume and changing channels (ie topics) are contained. When the
user clicks on a topic button, the root movie loads the topic into a child
movie holder.
I developed this on my laptop and everything... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re: XML based drag and drop
Posted by NSurveyor at 1/13/2007 4:30:07 AM
I didn't read your whole script, but it seems the clip that you are dragging is
'btn'. However, you are checking the _droptarget property of some other clip,
'droper'. Shouldn't you be using this._droptarget and not droper._droptarget ?
... more >>
a question about the save function
Posted by Bencwai at 1/13/2007 3:05:53 AM
How does the save function work in the following flash application(in fact,this is a game)??
http://www.deviantart.com/deviation/40255643/... more >>
globally change texField properties?
Posted by raylaur at 1/13/2007 1:50:16 AM
Is it possible to change the way text antialiasing is applied to all text in a
movie clip?
I am developing a Flash front end application that will load SWF files
generated by SWF conversion tools like pdf2swf, SWFprinter, PPT2swf, etc.
These programs convert text using the default Flash a... more >>
|