all groups > flash actionscript > october 2006 > threads for saturday october 21
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
controlling outside pane
Posted by anchordown band at 10/21/2006 10:51:55 PM
A common menu option in flash driven sites is to have part of the site be
constant, (the menu bar itself) while it loads the different sections of the
site in a lower frame in the same browser window.
a good example is: www.christomlin.com
How do you do this?
anchordown
... more >>
onRollover problems
Posted by Carly G at 10/21/2006 9:36:08 PM
I'm creating a XML photogallery, and have created movieClips with the loaded
jpg from the XML using createEmptyMovieClip. The problem is that onRollover
doesn't work. Does the hit area not include the loaded jpg?
Here's what I have
slides_xml = new XML();
slides_xml.onLoad = startSli... more >>
onRollover problems
Posted by Carly G at 10/21/2006 9:35:25 PM
I'm creating a XML photogallery, and have created movieClips with the loaded
jpg from the XML using createEmptyMovieClip. The problem is that onRollover
doesn't work. Does the hit area not include the loaded jpg?
Here's what I have
slides_xml = new XML();
slides_xml.onLoad = star... more >>
Flash Buttons with Actionscript
Posted by ty_tinman at 10/21/2006 8:35:02 PM
http://img.photobucket.com/albums/v516/ty_tinman/buttonproblem.jpg
I am having an issue with the above setup, I would appreciate any help I could
get with this please.
Basicly what I need is:
When you rollover the button, I want it to go to the "over" keyframe, and when
you rollout ... more >>
Object staying on a frame that it isn't even on.
Posted by Mikeb88_69 at 10/21/2006 6:24:10 PM
[i]I have 3 buttons, and when they are pressed down, I have them switch their
order using this code[/i]
[b]_root.x+=2;
this.swapDepths(_root.x);[/b]
[i]The flash file is 3 frames, and the 3 buttons are on the first frame. My
problem is that, the last activated button (the one with the ... more >>
preloader and preloads
Posted by gdmt at 10/21/2006 1:40:37 PM
hi there!
i'd like to know how to make a preloader like this, wich preloads sound and
images separately...
http://www.fatwreck.com/media/ecard?id=91&bandsubmit.x=16&bandsubmit.y=14
and i'd like to know if there is a way to preload external swfs while the main
movie is preloading or bei... more >>
Mailform using .asp?
Posted by thejokerman05 at 10/21/2006 11:39:34 AM
Trying to do this accurate collision detection with hitTest
Posted by nemesis_256 at 10/21/2006 1:56:07 AM
I found this amazing tutorial/technique
http://flash-creations.com/notes/astb_bounceCollide.php on how to do accurate
collision detection by using the simple hitTest. I'm trying to use this
technique in my own project, which you can find
http://homepage.mac.com/nemesis_256/car.fla. I made ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Re: Can you drag a loaded jpg?
Posted by rodolfo1216 at 10/21/2006 1:15:47 AM
Okay. So I'm thinking that I need code that is similar to a preloader
(getBytesLoaded, etc.). I've never used code like that on a loaded movieclip.
Can you give me that code offhand? I really appreciate your help (and fast
response!).
Michael
... more >>
Can you drag a loaded jpg?
Posted by rodolfo1216 at 10/21/2006 1:06:38 AM
I used a loadMovie command to load an external jpg into a movieclip that is on
the stage. Now I want to be able to drag and drop this jpg image. I can't
seem to figure out how to make it work. Any suggestions?
Thanks!
Michael
... more >>
Random round?
Posted by rfkrocktk at 10/21/2006 12:00:00 AM
Hey All,
First off, thanks to kglad for all the sweet help with sound stuff last time.
Thanks dude, I owe ya one.
Anyway, I have a question. I'm trying to set a variable (let's call it
'numberizer') to a random number, but I'm trying to set it somewhere between 1
and 10. Is there a limi... more >>
Dissallowing mouse clicks
Posted by Sterockicy at 10/21/2006 12:00:00 AM
How do you dissalow a custom cursor from being able to click on buttons for a certain ammount of time?... more >>
|