all groups > flash actionscript > january 2007 > threads for sunday january 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
Saving image from internet to specific comp. directory
Posted by jeeepU at 1/21/2007 11:37:48 PM
Like the title states: Does actionscript have the ability to download a JPG to
a specific directory on my computer? This project is for a game where I use fs
command to lauch the game in the first clip then in the second I want an image
downloaded to a specific file so the game can reference i... more >>
Movie clip position
Posted by bragasale at 1/21/2007 11:01:39 PM
My questoin is, how can I setup an alight(left,right,botton...) for a especific
movie clip, whenever the windows size.
I want this movie clip alight on the right side of the windows either if the
windows be resized.
an example here : http://www.podmedialtd.com/
The city is aways on the... more >>
Problem with return true and if statement
Posted by nemesis_256 at 1/21/2007 10:10:29 PM
I'm making a http://homepage.mac.com/nemesis_256/Ship.swf and I have a problem
with the collision detection for the corners of the stage. When you hold down
two of the arrows to move the ship into the corners of the screen, the ship
will go past it. The function bellow is what I'm using to d... more >>
difference between a function and a method
Posted by lumeeguvnor at 1/21/2007 8:48:32 PM
can someone enlighten me on the difference between using loadMovie as a method and or a function. What is the difference and when should one over the other be used? thanks... more >>
Extremly important script
Posted by tibor29 at 1/21/2007 5:45:18 PM
I have planns for many games I could make but I need one single actionscript.
How can I make key or mouse controled object to touch something so it moves to
next frame. E.g car comes to end of race and after it touches the finish line
the moviclip moves to next frame.
Many thanks
... more >>
Buttons in MovieClip
Posted by Ole Kristensen at 1/21/2007 4:49:27 PM
I want to load a navigation bar from a movieclip into my main swf and then
control this navigation bar.
This code works when the navbar is created directly in the main swf:
slide0_btn.onRelease = function() {
loadMovie("head_slide0.swf", slide_mc);
};
But what would the code look li... more >>
Sending a variable from PHP to Flash
Posted by Swirlsky at 1/21/2007 4:32:44 PM
Hello,
If I write on the HTML document that for example [i]&Variable=Something&[/i]
then the LoadVars can see it.
But if I print out it with PHP like [i]print(&Variable=Something&);[/i] then
the LoadVars returns with undefined.
What do I wrong?
... more >>
Flash reading html
Posted by maxtkacz at 1/21/2007 3:38:51 PM
Hello I am making a couple of flash toys in which info for each different
flash toy is stored in a database (eg for a quiz game the questions are stored
in the db) and I was wondering if there is a way to let flash "read" some of
the html it is embedded in (for instance a code) which then can... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
external swf position
Posted by g_t_giannis at 1/21/2007 11:18:43 AM
Hi Guys I need some help.
I am loading an external swf and i the problem that the swf allignment is
alwayw at point x=0 y=0 on my screen...
i want to allign the swf in a deferent possition and i can't find a way... i
try to place it in a symbol and change the syblol position but the result i... more >>
multiple movie interactivity
Posted by tamron at 1/21/2007 4:30:50 AM
I've got 3 Flash movies (Flash v.4--yeh, I know) that interact and I'm having
trouble jumping back and forth from one to the other. I'm using "load/unload"
movie successfully with 2 but can't work out the 3rd to function. All three are
accessed from a fourth Flash movie (via index.HTML), the o... more >>
align images
Posted by oscmejia at 1/21/2007 4:18:40 AM
I'm loading external images to a movie clip. The movie clip is 120 x120. the
images can be 120x100, 120x80, 70x120, 95x120.... one side always will be 120
and the other one can be any size.
How can I load and center this pictures using actionscript???
Thanks in advance.
... more >>
Is it possible to skew a mc using actionscript?
Posted by dfsdfsdfsdfsd at 1/21/2007 3:00:35 AM
Hi, I've made the below rotating cog movieclip but I'm having trouble locating
a method to skew it accurately. I was told a Displacement filter would work but
what i've read it super complicated, and in some cases I've even read skew
isn't possible.
http://www.philtrated.com/stage/cog.swf
... more >>
|