all groups > flash actionscript > april 2004 > threads for sunday april 25
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
Need Help with Scroll Bars
Posted by Congchuav143 at 4/25/2004 10:53:01 PM
How do I make a scroll bar in Flash and make it scroll to the right or the left while I have pictures in the middle ? Does anyone know? Thanks ...... more >>
Method to load jpegs into a named placeholder?
Posted by Francesca NY at 4/25/2004 9:43:10 PM
I'm wondering if there sre there any tutorials or methods available to load
jpegs into an empty movieclip or placeholder on the stage when a user clicks
different buttons in the movie. All my jpegs are different sizes though. I have
about 50 photos.
Or if anyone can offer a better alterna... more >>
FOOL PROOF POPUP
Posted by fasterthanlight at 4/25/2004 8:02:51 PM
alright alright, So, there are many different tutorials out there that teach
you how to make a popup, BUT, my problem is, half dont work on pcs, and the
other half work on both mac and pc, but not all pcs... SO, i was wondering if
anyone had a BOMBPROOF popup script that works on BOTH systems ... more >>
Error message when testing movie
Posted by stepsemp at 4/25/2004 7:31:03 PM
I get the following message when testing a movie:
The script in this movie is causing flash player to run slowly. If it
continues to run, your computer may be unresponsive. Do you want to abort the
script?
What the heck does this mean? I checked all my script and can't find a darn
thin... more >>
Equivalent 'loadMovie' action but for movieclips?
Posted by Francesca NY at 4/25/2004 6:46:57 PM
Does this exist?
I have two questions really:
1) Basically i have about 50 photographs, which i wish to appear at a spot on
the stage at the pressing of certain buttons. Do i nee dto create an swf for
each image inorder to use an action like loadMovie (which seems a bit
excessive), or ... more >>
loadSound method problem
Posted by Graff|ti at 4/25/2004 5:35:13 PM
I use these lines in a movie:
s=new Sound();
s.loadSound("some url (This adress is from my hard drive, and it's
correct)",FALSE);
How can I make the Sound play? It doesn't start automatically.
I know it loads, I checked with getBytesLoaded and the value matched.
If I put TRUE instead of ... more >>
Pendulum
Posted by MiniMurderdoll at 4/25/2004 3:44:33 PM
Hey, if possible could someone make a template for me to build on. basicly a
pendulum which you can control the height of the swing by 2 buttons.
For example it starts at 0? and then if you press one of the buttons it
increased it by 2? so it now swings from 2? to -2?. But then there is a sl... more >>
Can I embed a updatable web page into flash?
Posted by Rovmis at 4/25/2004 3:25:56 PM
I think that the script would be
on (release) {
getURL (http://www.sitename.com/)
}
I know this is pretty simple but what command would I use to put the site in a
dynamic text box? (or if it can't go in a dynamic text box what would it go
in?). Thanks, sorry for such a simple questi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
projector?
Posted by Greg_123 at 4/25/2004 2:57:49 PM
My movie has a number of swf files that it loads and unloads at certain times.
Can anyone tell me ho i would publish this to a .exe file?
The movie has a main menu swf file, which is the starting point. Can i get
away with just publishing this into a .exe and having the others as swfs ?
... more >>
Help with a navbar.
Posted by cazwazere at 4/25/2004 2:53:15 PM
I'm tring to make my nav bar buttons scroll across when you hold your mouse
over other buttons (with the instance names Larrow and Rarrow). The nav bar
buttons are in a movieclip with the inctance name 'Buttons' the code on the
Left arrow (Larrow) is as follows:
on (rollOver) {
Buttons... more >>
Data Grid isn't allowing modification of UI attributes
Posted by jason NO[at]SPAM reposagroup.com at 4/25/2004 1:19:27 PM
Hello all,
ActionScript 2 question that I'm hoping someone has an answer to. It
seems that I can populate a Data Grid, setRowCount() and
setSelectedIndex(), but I can't change any of the UI properties.
Specifically, I want to turn off the scroll bar, borders, grid lines,
headers, and add an a... more >>
Click And Drag Quiz
Posted by RobbieSoule at 4/25/2004 11:38:18 AM
Hello,
I am trying to figure out how to get a quiz interaction to work. I have 6
items on the stage, and a bucket. The player will be asked; "Which of
these items belongs in the bucket? Use your mouse to drag the correct items
to the bucket. When you're finished, click on the DONE button ... more >>
hide components used in component?
Posted by chall3ng3r at 4/25/2004 11:13:01 AM
hello,
i've not good exp. with fkash components, im now creating some adv. component
for flash developers, in which i've used radio button and slider components.
now when i view my component in component panel in flash, these two (radio
button and slider) components apear alog with my co... more >>
movie clip time display?
Posted by waveturtle at 4/25/2004 10:49:08 AM
How do you display the elapsed time of an external swf file? I have a movie (swf) loading into a main swf and I'd like to display the loaded swfs elapsed time...??
Thanks in advance
Rob... more >>
Movie clip and scene change problem
Posted by Tsquared at 4/25/2004 9:08:17 AM
Hello,
I thank you for looking and I hope you can help !
I have a muti-scene movie that has a black line movie clip that covers a text
caption running at the bottom of each scene.
I have a button that controls the visibility of that black line movie clip and
thus the ability to s... more >>
Request help with fading in/out a movie clip with
Posted by cnetech at 4/25/2004 6:19:32 AM
Here is the situation I am working on.
I have a script on the main stage that calls an external .swf file to load
into a movie clip.
A button one the state will activate a script to alpha fade the movie clip
down to '0' then back up to '100'
All works well as long as the external .swf do... more >>
created object need to access [name] in hitTest
Posted by elissa at 4/25/2004 5:03:15 AM
i have used the game design demystified to rough together in mx 2004 an example
of what i need.
i want to click a button attach a movieclip to stage and then give it an
original name using a variable.
i want to place the obj. information into an object i created named course for
future r... more >>
loadVariableNum
Posted by rubbersoul69 at 4/25/2004 4:40:17 AM
OK...I have some dynamic text box's whixh are getting there data from a .PHP
file. Problem is this....in my code on my movie clip I have the code you see
here. When I preview this within flash....I see my text. When I add the flash
document to dreamweaver and preview there I see the text. Howe... more >>
How to make a button in aduplicate movieClip work
Posted by Matchman_Ray at 4/25/2004 4:36:09 AM
Hello ~ Everybody
I'm doing a online datebook, accroding number of meeting on that day to
duplicate movieClip which contain a delete , modify button and meeting
information ( include id in database) . My problem is how to make those button
work properly , I dunno how to make the button to g... more >>
How can i stop only one layer
Posted by SelfaCyrus at 4/25/2004 2:31:58 AM
i want to use a object to stop only one layer (but other layers in scene would not stop)
how can i do in action?
thx a lot ...... more >>
Trying to grow/bounce/stretch instead of tween
Posted by Francesca NY at 4/25/2004 1:32:10 AM
I am trying to progress past my methods of tweening to achieve effects, but
having a hard time writing my own initial actionscript.
Ive attached a file where a button tweens larger, and a word tweens into the
screen. i'd like to learn how to make the button gracefully stretch bouncilly
lar... more >>
Grateful for help with my infinite scroll menu
Posted by Francesca NY at 4/25/2004 1:27:36 AM
Hi,
I created a movie based on a tutorial, the difference is in teh tutorial the
menu and the movie size were the same. Inmy movie, the menu is much longer and
so i am having a hard time figuring out the amendments that need making in the
script. It's only two lines of script but my brainh h... more >>
how can a user freely move an object?
Posted by Pavelthesecond at 4/25/2004 1:14:53 AM
Hi,
does anybody know what action to use if i want to make the user be able to move an object around the screen using mouse or keyboard?
thanks ... more >>
Global Variable Trouble for Beginners HELP!
Posted by 13u1313a at 4/25/2004 1:05:29 AM
Hi please can someone tell me what is the easiest way of creating and modifying
a global variable (where should i initialise the global variable?). This is for
a simple quiz that requires the user to select a radio box and then when the
user selects AND moves onto the next frame it records whe... more >>
Flash EXE it's own icon
Posted by altergothen at 4/25/2004 12:45:14 AM
Hi there
How can I give a Flash EXE it's own icon instead of the default flash
projector icon?
... more >>
My button doesnt work...
Posted by Ze-Chiken at 4/25/2004 12:08:21 AM
Ok, I've got a button and I want to script it so that when you click it it
jumps to the next frame.
The code that I have :
[i]Button_Green.onPress = function() {
nextFrame();
}[/i]
I think the name of my button is Button_Green but I'm not sure... When I
dbl-click on it, it shows the ... more >>
|