all groups > flash actionscript > july 2007 > threads for saturday july 28
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
rotating image
Posted by dawndawg at 7/28/2007 10:53:37 PM
I have a flash website designed as a photography portfolio. On the home page
there is one large image. How do I code it so that each time a user clicks the
home button, a different image shows up? can I even do this in Flash? I don't
want it to change while at that page, just on each "refresh... more >>
Mouse button releasing problem
Posted by Armen Zen at 7/28/2007 10:26:53 PM
IN A NUTSHELL---------------------------------
how can i write this line in Action Script?
while(mouse is not released) do {
whatever
}
--------------------------------------------------
I want; to add a script to a button , btw i was using Flash CS3 proffesional
and didn;t kno... more >>
horizontal strip that moves with the users mouse.
Posted by dtrace at 7/28/2007 8:56:25 PM
Basically, I have a photo gallery, on a long horizontal strip. I want the user
to navigate this strip by simply moving their mouse to the right to make it
move right, and moving their mouse to the left to make it move left.
I know that there is a way to do this where you track the mouse wher... more >>
Simple Color Change
Posted by alterego123 at 7/28/2007 7:54:59 PM
Im still fairly new to flash and having issues with what seems like the
simplest of tasks.
Basically all Im trying to do is change the colour to a different color
depending on the item selected. I have a script (very simple) that works for
one button, but I cant string the code together to c... more >>
basic AS3
Posted by SummerLongSince at 7/28/2007 4:41:32 PM
Hi,
I'm trying to learn AS3. I was very comfortable with AS2, but now even the
most basic things seem impossible for me. If someone could give me a hand with
this I would really appreciate it. This is a basic AS2 example that I want to
be able to replicate in AS3 and from them learn more ab... more >>
Timeline and display
Posted by hciguy at 7/28/2007 3:46:35 PM
Hi all,
I am wondering if someone can help. In Flash 8 and earlier, I would load data
from a server-side script and then as the user made actions, either use
goToAndPlay()/goToAndStop() actions to move along as necessary or else make a
movie clip visible/invisible. In AS 3.0, how do you do... more >>
Sound stop in Timeline
Posted by zambrito at 7/28/2007 3:43:25 PM
1_ First question :
If my streaming sounds lasts for 1200 frames, is it possible to tell the sound
to play from frame from 100 to frame 300 using on enter Frame (#) stop playing
the sound, bypassing the StopAllsound command ?
Is it possible to tell the same timeline to play from frame 100... more >>
Preloader starting SWF before complete
Posted by Oxenfish at 7/28/2007 2:11:53 AM
I've written simple ActionScript 3.0 code into the first frame of a quick
preloader swf file to load my larger animated swf piece. The preloader works
correctly, but when my main swf file opens it has already proceeded a couple
hundred frames. I know this is because it is progressively loadi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
dictionary length?
Posted by cayennecode at 7/28/2007 12:59:21 AM
Anyone know best practice for retrieving the number of objects held in a
dictionary object?
Since there isn't a length property, or getLength method, I'm assuming that
you can only loop through the dictionary, and use a counter variable.
yay or nay? :?
... more >>
Buttton code for onRelease
Posted by M2Designs at 7/28/2007 12:30:04 AM
I am not sure why this isnt working.
I want the movieclip to become visable upon clicking a button
this code is working for mouse over and out, just not the onRelease?
stop();
this.ul_mov._visible = true;
this.ll_mov._visible = true;
this.ur_mov._visible = true;
this.lr_mov._vi... more >>
bitmap data / bytearray scale down from hi-res image
Posted by marcushouse at 7/28/2007 12:00:00 AM
So far I love the new bytearray and bitmap data flexibility.
I am readlly wanting to find a script to scale bitmap data (or the bytearray)
into a smaller (or larger) version of the image.. e.g. the user is playing with
a hi-res image.. such as 1600x1200 etc. I then want to take that bitmap a... more >>
Fill tool (like in MS paint or photoshop) done on bitmapdata / bytearray
Posted by marcushouse at 7/28/2007 12:00:00 AM
Hi All,
I wanted to implement a real fast "Fill Tool" into a flash app that I am
making.
e.g. user selects a colour. and clicks over a pixel on a bitmap. The tool then
fills pixels with the colour up to a certian tolerance etc.
I have currently written one but it is very slow. I'd like... more >>
new to actionscript...call to undefined method
Posted by elduuderin0 at 7/28/2007 12:00:00 AM
HI Guys,
IM really new to to flash and actionscript. Ive got a version of the news cs3
flash and am following a tut to make an xml driven mp3 player. Ive followed it
to the t but when i go to test movie ( i dont know if thats the best way to see
if ti works or not) i get some errors.
I... more >>
click counter button
Posted by opelfoto at 7/28/2007 12:00:00 AM
Can anyone direct me to a good tutorial on writing the actionscript and php for a button with a click counter.
Or can anyone explain to me how to do it?
... more >>
checkBox cellRenderer problem
Posted by Valetta Road at 7/28/2007 12:00:00 AM
Does anyone know why a checkBox in a DataGrid cellRenderer doesn't appear until
you mouse over the dataGrid?
Also, how do you inherit the style of the parent datagrid cell for the
cellRenderer?
The dataGrid is created in code so:
dataGridTracks.x = 241;
dataGridTracks.y = 75;
dat... more >>
|