all groups > flash actionscript > october 2007 > threads for saturday october 27
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
i really need help with my site
Posted by kevin-net2 at 10/27/2007 10:12:27 PM
hi
can anybody help me with the following
i am making some sort of windows but then in flash but i want something in it
that can chance the background when the swf file is in use
i thought the following and pls tell me if this is possible
oke i have 3 wallpapers (test1.jpg ,test2.j... more >>
Custom Cursors- drawing bitmaps?
Posted by mikeumus at 10/27/2007 9:52:58 PM
Hello everyone,
I went on to www.youtube.com and found a tutorial
to set up custom cursor using the actionscript(2.0) on the actualt movie
clip(which was my cursor):
onClipEvent(enterFrame)
{
_x=_root._xmouse
_y=_root._ymouse
}
And the actionscript ... more >>
targeting multiple movie clips
Posted by lac3rta at 10/27/2007 8:45:44 PM
I have four different movie clips which serve as backgrounds for externally
loaded swf's and a respective button to expand each background (basicaly small
windows that expand to big windows. for each mc, frame 1 is collapsed and frame
25 is expanded and then 50 is collapsed again where it goe... more >>
executing javascript actions from flash...
Posted by Shannon Duncan at 10/27/2007 7:53:10 PM
I have a flash header with my site navigation in it. I want to use this great
javascript utility (loaded in the head section of my page) that dynamically
loads page content, instead of reloading the whole page. This works great with
static html text links - but I'm having a hard time getting... more >>
1046: Type was not found or was not a compile-time constant: Event.
Posted by SpectacularStuff at 10/27/2007 5:59:26 PM
Hello,
I foudn some code during a tutorial that I believe will help me with my
resizing capability for Flash CS3 however I keep getting an error no matter
what I try to do in order to repair this.
1046: Type was not found or was not a compile-time constant: Event.
Can someone help me... more >>
Array length issues
Posted by evil_muffin_man at 10/27/2007 5:16:12 PM
Whatever i put in for h, tiles[i]'s length is always 1. tiles' length is
correct. Why?
public function level(w:Number, h:Number) {
trace(" Construct: " + w + "x" + h);
tiles = new Array(w);
for(var i:Number = 0; i < w; i++) {
tiles[i] = new Array(h);
trace(" Column " + i... more >>
Beginner ActionScript
Posted by JoeLongstreet at 10/27/2007 4:03:09 AM
I'm trying to create an interactive movie where the user presses a key and a
certain action occurs. It works great when I use the space bar or arrow keys
as the hot key but I need the movie to react when the letter A is pressed.
Simple solution?
... more >>
Novice Actionscript Question
Posted by kcSTL at 10/27/2007 1:54:30 AM
I am designing a Flash slide presentation. On some of my slides, I have
animations that run. As I only wish for the animation to run once when the
slide is viewed, I have used the actionscript function stop(); to prevent
looping of the animation. However, I would like the animation to replay i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help with falling snow script.....
Posted by TnaE at 10/27/2007 12:28:21 AM
Anyone have a link to a falling snow script that works in AS3? I'd like one of
the good ones with the snow falling in random patterns. It needs to be
transparent though so that it will fall over a background.
I've found some AS for falling snow but apparently its AS2 and apparently AS2
an... more >>
AS3 problem with loader class under fullscreen
Posted by Satan666999 at 10/27/2007 12:00:00 AM
Hi, i ran into a problem that i have no idea how to solve nor did i find
solution on internet. problem is quite simple.
i have a master SWF file that is quite small to be used as loader and since
website that it loads branches into 2 different sites, each of those has it's
own menu and other... more >>
|