all groups > flash actionscript > february 2004 > threads for sunday february 8
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
Scroll 2 text by one scroll bar?
Posted by FlashAsh99 at 2/8/2004 11:20:20 PM
Is there anyway to scroll 2 text fields at the same time by using one scroll bar?... more >>
Save state of tree component in sharedObject
Posted by Brad Berkland at 2/8/2004 10:36:04 PM
Hello
I am using tree components (MX 2004 Pro) to present collections of useful
links at couple web sites. I would like to be able to store the current state
of the tree in a sharedObject when a user clicks on a node so that when he/she
returns to the links page, the tree of links has the... more >>
ARGH... this code not working... WHY?
Posted by Karim N at 2/8/2004 7:49:28 PM
Here it is
function checkWalk(x,y)
trace (map[y][x][0])
if (map[y][x][0] == 2)
return (1)
} else
return (0)
This code returns 0 while tracing 2
I can't understand WHY? what's going on?
... more >>
ARGH... this code not working... WHY?
Posted by Karim N at 2/8/2004 7:47:34 PM
Here it is
function checkWalk(x,y)
trace (map[y][x][0])
if (map[y][x][0] == 2)
return (1)
} else
return (0)
This code returns 0 while tracing 2
I can't understand WHY? what's going on?
... more >>
Complex Object Oriented Application
Posted by verni0 at 2/8/2004 6:59:42 PM
Hi
I'm an experienced programmmer in C++ and Java but I'm a beginner in
ActionScript
I'm wondering about the posibilities of AscionScript as an Object Oriented (I
guess) programming language
I don't expect it to have Interface, (Multiple) Inheritance, Abstract Classes
or Virtual Functi... more >>
Why do variables not work in this script?
Posted by Canbrit1000 at 2/8/2004 5:31:36 PM
I am trying to set a movie clip on the stage at a specific location set by x,y
values
This is the code I use
onClipEvent (enterFrame)
_x = x_pos
_y = y_pos
x_pos and y_pos being the variables
It does not work
If I substitute value
onClipEvent (enterFrame)
_x = ... more >>
Problem with Custom Class
Posted by Ticean Bennett at 2/8/2004 3:19:55 PM
Hi, I'm having some problems using a simple custom class I've created, maybe
somebody can help me out.
Here is the class definition I've created:
_______
class ChipColor {
var colorName:String;
var colorValue:Color;
// Method to return property values
function getName():Stri... more >>
Upload Files?
Posted by chrism59 at 2/8/2004 2:49:06 PM
Is it possible to used flash to browse, select a file and upload it ? If so HOW? I am using mx 2004 Professional.
ANY suggestions are more that welcome!!!!
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
createTextField issue
Posted by contact72 at 2/8/2004 12:52:56 PM
I have a serious problem trying to create text fields based on variables
that I load from external text files.
Have a look below.
Inside the main movie I do this :
loadVariables("data.txt", "_root");
which loads the variables new1, new2, new3 etc.
On a different movie clip I do this :
... more >>
test
Posted by Davinci brussels at 2/8/2004 12:34:05 PM
my messages do not seem to get published....... more >>
possible freelance work
Posted by MightyHokie at 2/8/2004 12:25:07 PM
I am doing a site for a baseball team. They want there to be games and
whatnot on there. This is beyond my abilities.
Is anyone interested in creating one or all of the following:
1) a full 9 inning baseball game. simple, cartoonish top-down view. not much
required really, just something for... more >>
LoadMovieNum
Posted by Claire Toche at 2/8/2004 11:26:48 AM
Hi,
I have tried to get answers to this many times but nothing has worked
successfully yet.
I have created a site which uses the LoadMovieNum function assigned to
buttons to load subsequent sections of the site onto level 1 (starting with
homepage as level 0). {The pages are all different so ... more >>
go to anchors in HTML without reloading the page.
Posted by Davinci brussels at 2/8/2004 10:35:11 AM
Hi
I have a simple question, but I am afraid the answer won't be that simple :
I have flash movie that is 1200 pixels high and at the bottom I want a button
that goes to an HTML anchor on top of the page so the whole page scrolls up
An example on http://www.dumortier.be/atest.htm
If... more >>
need proper timeline code...
Posted by Markooshio at 2/8/2004 6:02:10 AM
hello..
i have a loader that is loading an external swf. and in the external swf
there's a piece of code that goes like this..
with (_root.main)
gotoandplay(36); (the syntax may be wrong on this example but you
get the idea
now when it's playing in the loader, it doe... more >>
loading a movie into another movie?
Posted by Will Y. at 2/8/2004 3:09:55 AM
I'm hoping this is simple..I'm pretty new at action scripting
I've got a Flash show that loads a movie which contains a photo slide show
complete with next and previous buttons - a photo a day project. That part
works fine
I wanted to break the photos up by months, to keep the file size... more >>
|