all groups > flash actionscript > september 2006 > threads for saturday september 30
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
Moving between Scenes
Posted by briencrean at 9/30/2006 11:48:57 PM
:confused;
Hi all,
Im relatively new to Flash. Im having a bit of trouble at the minute creating
a simple flash game. Its a very basic space shooter. When the user dies two
buttons appear alowing the user either to restart the level or return to the
main menu.
Here is the script fo... more >>
Cannot enter text in TextInput
Posted by zvl at 9/30/2006 8:30:20 PM
I create a TextInput dynamically (with createClassObject). It works fine.
I delete it and create a CheckBox at the same level.
I delete it. I create the TextInput again at that level. It works fine.
I delete it. I create a RadionButton at the same level.
I delete it and create the TextInput ... more >>
how to reference the class that instantiated you
Posted by SPGAnne at 9/30/2006 7:21:11 PM
I have a feeling this is a circular problem and maybe can't be done.
I have a class (myOwnerClass) that instantiates a whole pile of other objects,
one of those objects (myManagerClass) needs to reference many of the objects
that are instantiated by the myOwnerClass. So right now I insta... more >>
Targeting items in for loop
Posted by lunchBoxCoder at 9/30/2006 6:43:59 PM
I have this simple for loop which does everything it suppose to do..
load movies onto the Stage
for(var i=0;i<Items;i++)
{
var t = this.attachMovie("holder","holder"+i,i+1);
t.onRollOver = over;
}
My question is I'm tring to target each movie seperately
on a... more >>
loading xml data and showing 5 xml nodes per page
Posted by icarusdown at 9/30/2006 2:50:57 PM
I am loading data from xml file.
There is 12 XML nodes (in this case)
I don't want to show all xml data in Flash by default.
I am attaching one button on the stage for every 5 xml nodes (depends how much
data I want to show per one page, let's say 5)
So every time user clicks on one of thi... more >>
Can not correctly Load data from external asp file?
Posted by ricky1980 at 9/30/2006 1:57:40 PM
i have following actionscript in a frame:
myVars = new LoadVars();
myVars.onLoad = function(success){
if(success){
trace(this.peter);
trace(this.lastSiteVisited);
} else {
trace("false");
}
}
myVars.load("myData.asp");
and myData.asp
<% Response.Wri... more >>
Newbie question
Posted by Mr Brainz at 9/30/2006 1:00:28 PM
Hi there,
My flash knowledge is little/non-exsistant and I would like your help.
I am updating a website for someone that primarily uses flash. They have a
movie that links to an external XML file. I am trying to locate the
ActionScript to edit in the file but I can't seem to find it.
... more >>
functions
Posted by rebarr at 9/30/2006 3:13:26 AM
I am trying to figure out what is missing from my function.
Here is the code I am using.
function keyplayed(keynumber:Number){
var thekey = "sound" + keynumber;
_global.Sound.mysound = new Sound(this._parent.thekey)
_global.Sound.attachSound(thekey);
_global.Sound.start(0,1);
}
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loading Html within a Dynamic Text Box
Posted by Blades89c at 9/30/2006 2:31:31 AM
Hi, I'm relatively new to flash, and I am attempting my very first flash
website. I've hit a wall though.
I would like to ask the experts in here how to load an external HTML file
within a dynamic text box?
More specifically, I would like the following to happen:
1) User clicks on a ... more >>
Fullscreen Flash Movie with No Scaling or Stretching
Posted by supportinfo at 9/30/2006 1:15:01 AM
I am running into a problem. I want to have a flash movie with a background
that scales to the browser window but I want to have information to stay the
same on the screen without scaling. There is a tutorial I went to that didn't
work the way I wanted it to.
"www.tutorialized.com/tutorial/... more >>
Without 'www' database isnt working
Posted by The 350Z at 9/30/2006 12:00:00 AM
I have a quick question.. how come if I didnt include www, the database
wouldn't work?
thanks
note: I also want to say thank you who have previously helped me with
scripting problem as I have passed my final review.
http://www.ivankandi.com/jive
... more >>
|