all groups > flash actionscript > november 2006 > threads for saturday november 4
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
Map problem
Posted by FrankvZ at 11/4/2006 10:50:04 PM
I am trying to make a map game where you get the name of an area and have to
click on the correct area. I have programming experience but am fairly new to
Actionscript. At this point I want every area to change color when i click on
it. I have now 3 areas (MovieClips) named area0, area1 and ar... more >>
Dynamic html content in a movie?
Posted by sheizenhouzer at 11/4/2006 10:48:07 PM
Hi,
Can someone tell me if it's possible to dynamically load a HTML file into a
flash movie without opening the content
into a separate browser window? i.e. Load the HTML into a container in the
movie window itself. The actual HTML file name itself could be hardcoded in the
movie if that h... more >>
Actionscript Issue?
Posted by evophoto at 11/4/2006 5:55:15 PM
I am a complete flash novice and am just experimenting with flash on my web
site - www.evolution-photography.co.uk/wedding.html - I bought a flash template
and have been modifying it with my details. Unfortunately the template doesn't
have enough pages for all my information so I thought I wou... more >>
Radio buttons
Posted by binx4life at 11/4/2006 5:25:08 PM
Does anyone have a sample script of how to send radio button info variables to
a simple PHP script that will email me the results? I can get it to work with
input text boxes, but not with radio buttons. Just need a sample of what the
code on the submit button would look like. No validation ... more >>
area help
Posted by Balloony2 at 11/4/2006 5:15:39 PM
I want to make a game like the classic mario games where you jump over the
blocks. when attempting to make this i keep having to put in the seperate axis
in so if i had a block at 93 on the x-axis i have to put
ON(Keypress("<Right>"){
this._x += 5
if(this._x >= 93)
this._x = 93}
a... more >>
clicks per minute counter
Posted by rossisbudda at 11/4/2006 4:02:15 PM
hi
i am trying to create a script that will count and display how many mouse clicks per minute have ocurred. does anyone smart enough know how i mihgt go about doing this?
thanks... more >>
Re: Action script
Posted by kglad at 11/4/2006 2:55:02 AM
target movieclip methods are lost after initiating a loadMovie() or loadClip().... more >>
MC coordination
Posted by mpwalker at 11/4/2006 2:41:01 AM
I'm building a simple adventure game engine using the Flash Virtual Camera.
Basically, I need the camera MC to parallel the movement of the character MC so
that he is always centered in the camera as he moves around and the camera
stops moving in that direction when the character hits a wall. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Action script
Posted by mymar at 11/4/2006 2:16:39 AM
:confused;When loading a SWF into a loader component in a seperate file the
attachMovie script of the code does not work.
For example I created a FLA with two movie clips and a hit test which in
turn attaches a movie clip to the stage from the library and this works fine
when I test it as... more >>
Replay Button
Posted by rolorolo at 11/4/2006 12:26:35 AM
Hi, I just got flash 8 Pro and I'm not very good with action script, so I need
some help making a replay button at the end of my movie.
It's just a simple movie on the main timeline and at the end of it a clip
appears that says 'the end' and theres a replay button. Could someone please
tell ... more >>
share objects
Posted by Popeye the Sailorman at 11/4/2006 12:00:00 AM
Hi,
I have created a sharedObject with
var so:SharedObject = SharedObject.getLocal("TEST");
and
var so:SharedObject = SharedObject.getLocal("TEST", "/");
it works. Where is the related file stored. I can not find it (using the
search funciton of explorer). And the documentati... more >>
bipmapData
Posted by tegnegi at 11/4/2006 12:00:00 AM
how can i manipulate dynamically loaded jpg images(with movie clip loader
class) with bitmapData..What all i want is that i ve a button i click on it n
it loads an external jpg image into the file, but now i wanted to use this
image as bitmapFill or use ne other bitmapData method to manipulate... more >>
Problem Some "on" effects
Posted by jjsand28 at 11/4/2006 12:00:00 AM
Hello all,
I'm having a little issue with incorporating FlashVars along with some MC
buttons. I'm passing the page name to the flash movie so the bottom stays up
and that seems to work. However, when I rollover the same button it moves and I
do not understand why so I was hoping you could ... more >>
XML > Array problem
Posted by Hoiku at 11/4/2006 12:00:00 AM
I want to load data from a XML file to an array:
then sort descanding.
XML :
<test>
<node>15</node>
<node>20</node>
<node>30</node>
<node>7</node>
</test>
code:
test = new XML();
test.load("test.xml");
test.onLoad = function() {
A = new Array();
for (i=0; i<this.f... more >>
|