all groups > flash actionscript > october 2005 > threads for saturday october 29
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
simple stuff
Posted by hogsmeade at 10/29/2005 11:53:36 PM
Complete noob trying to learn actionscript.
I'm playing around with the Drawing API to see if i can make a line that
starts at 0,0 and has an end point that follows the mouse around.
I'm using the following code, but I'm wondering if this is a huge memory leak.
So basically my question... more >>
Can someone help me out with this?
Posted by TruLine at 10/29/2005 11:45:24 PM
Can someone decifer this for me... I am trying to get going with classes and
static abilities, and I got this to get me going...
class Users {
private static var numInstances:Number = 0;
function Users() {
numInstances++;
}
static function get instances():Number {
retu... more >>
Linear Transparency
Posted by DJ Sick Nick at 10/29/2005 11:20:22 PM
How do I make a color go from it original color and fade into complete transparency? Is it posible?All responces are apperciated!
-Nick Debergue :)... more >>
Bitwise operators?
Posted by anonymusflasher at 10/29/2005 10:58:18 PM
I keep hearing stuff about bitwise operators (>>, <<, etc...) i know what they
are and what they do to the data and stuff but i can't think of a scenario
where bitwise operators might be useful. can somebody give me a real-world
example?
... more >>
Preloader for each slide?
Posted by clieee at 10/29/2005 10:27:26 PM
Hey!
Im trying to put a preloader for each slide so it looks good when people are
visiting my site. I dont get any errors by using this code, but it doesn't work
at all. What I want to is like I said, put a preloader when the user click NEXT
SLIDE and the preloader should xscale a rectangl... more >>
Motion Tweening
Posted by DebScott at 10/29/2005 8:46:18 PM
I have a file that I would like to have text tween in from the right and center
on my canvas and stop, and still show when I have a second tween come in from
the left side and stop ( or from the right side, but after the first tween). I
have both text on their own layer and they are both grou... more >>
Pausing a Script for X Time
Posted by spectravp at 10/29/2005 8:39:57 PM
Essentially, I have a function that is executed on a button click. In this
function, I trigger a movieclip to start playing. I want the function to sit
there and wait until the movieclip gets to a specific frame, then continue on.
I have tried using this: with no success:
_root.clapboard.got... more >>
need slideshow to loop
Posted by geblack at 10/29/2005 7:56:26 PM
I've got a slideshow that advances to each frame by button press. I'd like it to go from the last frame back to the first but can't figure out how. Help?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash XML Photo Gallery
Posted by scotty71 at 10/29/2005 7:55:34 PM
I am gunning to make a photo gallery in Flash using XML. I've found plenty of
tutorials and demos I can disect, etc. What I'd like to to is be able to is:
(I can manage this first part): a collection of thumbs loading a larger image.
However, can I make that larger image - or even a ... more >>
checkBox
Posted by jonnybennett at 10/29/2005 7:53:28 PM
I have a checkbox with instance name 'steve' nested in a movie clip instance
name 'dave'. Whether or not the checkbox is loaded with a true or false value I
want to be determined by a php script. However I am having the initial problem
that I can't seem to change the checkbox state even when i... more >>
Loadmovie Command
Posted by designerssss at 10/29/2005 11:44:06 AM
Basically I want to load a swf movie on a stage through loadmovie command in a
random manner ? that is I have 2 such movies being called at exactly the same
point ? at every instance I want the flash to pick out any one movie and play
it.
... more >>
bookmark function
Posted by ~pranavkumar at 10/29/2005 10:32:49 AM
:sun;
how to add bookmark the swf file... more >>
Need ideas! im fresh out
Posted by ][odine at 10/29/2005 10:16:12 AM
Hello, firstly. i am not a complete n00b to flash, but im no pro either,
especially when it comes to actionscripting and the like.
Basically what i want to do is create a small flash snippet that i want to put
in my signature on a forum...the forum doesnt support HTML, it uses Mcode, but
... more >>
Game script, newbie work!!
Posted by Zjitzu at 10/29/2005 9:17:45 AM
Hey! I'm trying to make this game, but I don't know how to put the script
together!
The consept in the game, is kind of like Super Mario! I need a graphic to jumb
up, and run to left and right, using the arrow buttoms. And there also have to
be some blocks, that he can jumb up at, an stay on... more >>
regarding Input text
Posted by a1212121 at 10/29/2005 5:34:03 AM
hi,
how to write change event for Input text.
it is very important.
thanks in advance
... more >>
Simple ERROR question... I'm a newbie
Posted by teddiD at 10/29/2005 5:13:45 AM
Hey! thanks for reading this... I am EXTREMELY new at all of this flash stuff..
I've been slowly figuring it iut. But this first step to link a button on Scene
1 to Scene 2 isn;t working. I think it isn't the script I'm using, because it
worked once.. and ONLY once. I tried moving on, and link... more >>
How to replace a comma in htmlText
Posted by sampurtill at 10/29/2005 5:06:22 AM
Hey I have run into a problem with my code
I have my blog atom feed loading straight into my flash application and I have
made the storyText_txt textfield html enabled text and take the string that the
story is from and make it the storyText_txt.htmlText. The only problem is,
whenever Flas... more >>
Need to Embed Multiple Font Styles
Posted by theloniuser at 10/29/2005 4:13:24 AM
I have dynamic text fields in my Flash document that get their contents from a
variable in an external file using html tags to denote bold, italic, etc. I
have tried creating font symbols and checking the bold and italic check boxes
which, from what I understand, should embed the plain, bold, ... more >>
Calling setInterval() more than once makes it run faster
Posted by _EnergiE_ at 10/29/2005 12:00:00 AM
I have a clock script inside movie , which itself is in the _root. I call
setInterval() function every 1000 ms to make the clock run. But, if I play the
_root movie for a second time the setInterval function runs faster than 1000
ms. Why is it so?
Here's the code I use :
var n:Number=3;... more >>
Can I hide the dialog box in the flash?
Posted by rambo_bb at 10/29/2005 12:00:00 AM
Hi all,
I will do some automatic function, to detect the link rate between the user
and the server. I used the method: FileReference.download(). but the problem is
that how can i hide the dialog box, and do not ask the user where the file
would be saved--if not, yuo know it do not like an ... more >>
Re: Make scrollable?
Posted by amyinbrooklyn at 10/29/2005 12:00:00 AM
cass_txt is the instance name of the text field that is associated with
bridesCass_txt.
Just wanted to let you know that I found out why it wasn't working. A collegue
told me to put the AS on the frame where the buttons reside instead of the
first frame of the movie. It worked like a charm... more >>
|