all groups > flash actionscript > october 2006 > threads for saturday october 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
Problem with ground
Posted by DJ Sick Nick at 10/28/2006 11:44:42 PM
I'm making a game that I mentioned earlier and when my character falls, he gets
caught on the top of the ground MC instead of the actual content. Here?s the
file: http://www.wormyadventures.com/test.swf and
http://www.wormyadventures.com/test.fla Please tell me what I?m doing wrong!
Thank yo... more >>
pixel manipulation
Posted by stephan.k at 10/28/2006 11:02:38 PM
Dear Forum
I'm looking for a way to get rgb values (Hex) of pixels in a bitmapData
rounded to the next closest websafe color.
Any ideas? Is this already built in flash? are there any Algortithms out
there?
thanks
stephan
... more >>
Auto Fade In/Out effect in actionscript...
Posted by IndioDoido at 10/28/2006 10:34:38 PM
Hi,
I'm trying to make a mc with a shape fade in and out when someone clicks a
button. No problem here...my issue is that i what to use actionscript to fade
in and out continuasly.
Exmp.:
iMais.onEnterFrame = function()
{
this._rotation += 10;
this._alpha -= 5;
}
This code... more >>
Stage follows MC
Posted by DJ Sick Nick at 10/28/2006 10:30:16 PM
I'm making a game that requires the stage to move with an MC with an instance
name of "u". I just want the character to stay in the middle of the stage and
300 PXs to the bottom. The stage is 550x400. Can someone please help? Thank you.
-Nick Debergue
... more >>
loading an swf from Windows projector without Flash Player
Posted by aa at 10/28/2006 9:51:44 PM
I have a catalogue of flash games implemented in flash and published as
Windows Projector names catalogue.exe which uses loadMovieNum() function to
load a game when a relevant icon is clicked.
The flash games are sitting in the same folder as swf files. I did not
convert swf into .exe because ... more >>
fade and STOP images
Posted by vivi_sclark at 10/28/2006 8:26:26 PM
Hi,
I'm using this code below to fade pictures. How can I have them "stop for
3sec" and continuing fading?
Any help, please.
Thanks
stop();
this.banner_clip_1._alpha = "100";
this.banner_clip_2._alpha = "0";
this.banner_clip_3._alpha = "0";
this.banner_clip_4._alpha = "0";
this... more >>
SwapDepths: Problemo
Posted by southbeachbum at 10/28/2006 5:41:02 PM
http://www.haicontrast.com/swap/swapproblem.html
http://www.haicontrast.com/swap/swapproblem.zip
Move over those colors and notice this: mouse over red, fine. mouse over
blue, red disappears under grey, whereas the red should stay above the grey.
when you get to the green, both red and... more >>
Attaching Code to a Duplicated MC
Posted by VaporAction at 10/28/2006 2:24:39 PM
I'm hoping people can help me finish this dialogue...
Q - I have a bunch of movieclips generated through the duplicateMovieClip
method...they all have names like MC_mc1, MC_mc2, MC_mc3 etc, etc....I want to
run a hitTest with the movieclips...it doesn't matter which MC_mc is in the
hitTest... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
local connection objects
Posted by Vee at 10/28/2006 3:35:44 AM
I am communicating between two swfs.
I have done so by using the local connection object. The problem Im having is
that I cannot send two methods at one time to the receive.swf. Each sending of
lc_name and lc_jump works if I send them at different times (or rather one at a
time). What I was ... more >>
Dynamic Flash Player
Posted by enniobozzetti at 10/28/2006 12:28:54 AM
I'm creating a dynamic flash video player, and I need to know how can I set the
player to play the movie that I selected.
I created a FlashVar and I can send it to my Flash Player, but when I set the
movie name it doesn't work.
Here is my code.
on my action script I have this.
debug_tx... more >>
|