all groups > flash actionscript > november 2004 > threads for sunday november 14
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
preloaders
Posted by TheFlashNewbie at 11/14/2004 8:22:53 PM
Hi how do you add one of those loading bars before the flash starts?... more >>
new to flash
Posted by TheFlashNewbie at 11/14/2004 7:10:50 PM
Hi, I want to create a button that when the mouse rolls over it changes to antoher button and when i press it I want it to load a url in a target frame.
Any help would be appreciated thanks!... more >>
High Score List
Posted by KenithH at 11/14/2004 6:48:41 PM
I made a game in flash and want to post a high score list. The Flash Remoting
Manual shows lots of options and I don't know how to decide which one is best.
It seems to me that a simple text file containing score/name couplets is the
straightforward way to store it. But I don't know how to g... more >>
<strong>Please someone answer....Can I use mediaPlayback component and set the buffer time?</strong>
Posted by raznov at 11/14/2004 6:29:04 PM
I am using the mediaPlayback component to play external .flv files. First
problem I had was that they were stopping intermittently when loaded to the
server.. so I read up on the netStream class and attached this basic code...
var netConn:NetConnection = new NetConnection(); netConn.connect(nu... more >>
Referring to an Instance
Posted by Dan-C at 11/14/2004 6:28:07 PM
Hello. Ok, I hope I can explain this properly. I want to create a function
that dynamically refers to different instances based on a variable, and I know
this can be done, but I don't know the syntax. Here's an example: function
myFunction(myNumber){ myLoader2.load(); } I want to replace ... more >>
Assigning actions to buttons based on xml file??
Posted by Doug Strickland at 11/14/2004 6:09:50 PM
I have a template that I would like to use that has a series of nav buttons
at the bottom. clicking on any of the nav buttons does some script (getURL
type stuff) The thing is, I would really like to assign the specifics of
what those buttons do, effectively their url's, from an external source... more >>
Control XY of a dynamic jpg
Posted by davechuck at 11/14/2004 5:57:51 PM
I am using the following script to load a dynamic jpg picture into my page.
Works great, BUT, where do I add the XY coordinates in this statement? I need
to control the pictures top left origin. Thanks
_root.createEmptyMovieClip('mc1',1); mc1.loadMovie('J4Fpic.jpg');
... more >>
character walking
Posted by blindRKside at 11/14/2004 4:50:05 PM
newsgroup user, if ur reading this, here is the code i used to make my
character movie clip to move. if anyone else wants to experiment with this go
ahead, just make a movie clip and put this code on it:
onClipEvent (load) {
movespeed = 10;
}
onClipEvent (enterFrame) {
if (Key.isD... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Script Works On Button, But Not As Function?
Posted by AwesomeDigital2 at 11/14/2004 3:29:27 PM
Why when I put the script below on the button does it work, but not as a
function? I used the target path tool, so I know the names of everything are
correct. Thanks Mathias
This Works?
on (release) {
this.stop();
this.disclaimer_mc.stop();
}
But why not this?
this.pauseD... more >>
Duplicated movie clips will not animate?
Posted by iaustin at 11/14/2004 3:06:26 PM
Hello, I'm trying to create a flow of water from a water faucet. I duplicated
a movie clip, the clip is one drop of water. There are no actions on the clip
so it automatically plays. The function below duplicates the water
drop('iclip'). When the clip is duplicated all the duplications appe... more >>
Adding dynamically an MC into ScrollPane
Posted by johnny_XP at 11/14/2004 2:34:21 PM
Hello there.... Due to documentation of ScrollPane componennt with the property
contentPath you can load stuff (actually jpg or/and swf) exterally or from the
library. Is there any way to load into the ScrollPane a dynamically cretaed MC
(let's say a mc that created with createEmptyMovieClip()... more >>
delete onEnterFrame
Posted by bitok at 11/14/2004 2:20:11 PM
onClipEvent (enterFrame) { if (this.getBytesLoaded() ==
this.getBytesTotal()) { delete this.onEnterFrame; trace
('test') } } why when i kill the EnterFrame process, the trace continues
to output 'test'?! thx
... more >>
dynamically displaying pictures with links
Posted by vvs_leo at 11/14/2004 1:51:33 PM
Hi,
I need to dispaly some photos and their links dynamicaly. The links should be
activated when I click over the photo. I read the photo's filename from db and
display it on the screen. Each photo must have a different link.
I succeed to display the photos but their links don't work.
... more >>
dynamic tabindex possible?
Posted by hdubfour at 11/14/2004 5:39:47 AM
I'm working on a movie that loads a series of buttons dynamically, and each
button links to dynamic content. I have been trying to set tabindexing
dynamically for only the currently visible set of buttons, but it seems that
the tabindex property won't recognize variables (output always reads
... more >>
insert code from diff location
Posted by vodax at 11/14/2004 4:53:29 AM
Hey, what I want to do is load script from a different location.. like a
different frame so what I did is: function mycode();{ MYCODEHERE } Then in
the frame i want it all to load I put mycode(); but it just doesn't work!!
please help :)
... more >>
|