ActionScript 2.0 :: Prototype W/flash5 But Ok W/flash6?
Aug 23, 2004I'm still working on my scrolling product bar, and it works great when I publish in flash 6 or higher, but prototype does not work when I publish for flash 5.
[Code]...
I'm still working on my scrolling product bar, and it works great when I publish in flash 6 or higher, but prototype does not work when I publish for flash 5.
[Code]...
I'm still working on my scrolling product bar, and it works great when I publish in flash 6 or higher, but prototype does not work when I publish for flash 5.
[Code]...
The movieclip mainmenu is sitting on the root and this prototype is in my first frame. Can anyone see why it's not moving the mainmenu mc? This is the line I use to call the prototype:
[Code]...
How do I unregister flash6.ocx when the file does not exist on my computer? I just installed XP sp3 a couple days ago. installed the latest version of flash player. later ran a registry checker and it keeps coming up with an invalid inprocess server and lists flash6.ocx. to the best of my knowledge ( unless it somehow came on the XP install cd ) there has never been a flash6.ocx on my system and I couldn't have deleted it if it was never there. where can I get a copy of this file so that I can unregister it?
View 2 RepliesI have an animation script for particles that was created in Flash 6. I'm trying to recreate it in my flash document that is setup as Flash 8. I couldn't get the animation to play and then I figured out that if I go back to this original Flash 6 document and change it to Flash 8, it won't play in that document either. I'm really new to Flash and scripting in general. Is there a solution that preferably involves changing the Flash 6 particles effect document so that I can recreate it in my Flash 8 document and have it animate?
View 1 RepliesI am awful at Flash, but have the new ver. Flash CS5. I use to be able to make a stickman.
Turn Onion Skin on
Draw stickman
F7
Draw his next movement
F7
I turned on onions
I tried modifying the sound in Action Script but now I do not get any sound on the webpage, only hear the sound in preview on flash editor.It was looping sound on the web page and I did not want to have surfers having to hit the stop button. But I did want it to play just once.[code]
View 1 RepliesI'm having Trouble seeing files once they go online. Everything was just fine yesterday. But now whenever I export a file and upload it, it can't be viewed. They run just fine on my machine but when uploaded I get the "need newer version of Flash" message. And when I try to just load the swf it comes up blank. My older SWFs still work great, just the ones I exported today that are having problems.
View 5 RepliesThe only place where I used templet was in google, it was free, but not for commercial use, if someone know about a place where to find them, if they charge for one or for a year a don't know. and a good place.
View 1 RepliesI've got a macromedia flash 5 CD fresh from the box. But it won't install, it just installs something called macromedia generator 2 and not the flash 5.
View 1 RepliesI have serveral draggable MC's on the stage. When a button is ckicked, I want the MC's to tween to a specific target area on the stage. I can do this in MX, but can't do this in FLash 5..... can anyone convert the code below to work on Flash 5? Or just come up with a differnet way.
***************CODE for flash MX below *********************
on (release) {
startEasing(T1, 10.0, 148.9, 10);//"ball" is the name of the object you want to move, then the ending X position, ending Y position, and the number of frames you want it done in
[code]....
I broke apart all JPGs and converted them to symbols.And they all have correct X & Y coordinates.But while tweening... the JPGs shift a tiny bit. how to stop the JPGs doing the jiggle shift error ?
View 2 RepliesI have recently upgraded to FlashCS5, but i am still working in Actionscript2.
I have a simple document, and on a button click i have several different things that appear, i am wondering though if i can get them to come in one at a time, instead of all together, but still clicking on the same button.
[URL] is where the page is located but i want to copy the transitions between pages into my own flash document and i have literally no idea where to start. I have flash cs5.
View 1 RepliesI have a sample fla file, but I can't find where to edit the scripting in it. Basically there are 2 buttons, each one going to a different URL. I can't figure out where to change the URLs they go to. I've looked literally everywhere in flash.
View 1 RepliesI have searched everywhere but cant seem to find out if the follow is possible.I would like to create a kind of image gallery that scrolls (which is straight forward enough) but instead of images on it i would like it to be folders?
View 1 RepliesI am retired and I am trying to study Flash, and I am practicing with the tutorial about Morphing text, every thing is ok, but it is too fast I can't read what it says.
View 2 RepliesActually I am starting with AS, but what I see is that some tutoriales, have the script in blue, and other letters in green and red, is that important?
View 2 RepliesI import my artwork from photoshop or internet, png8, or bitmap, i convert it to symbol, and double click the scenario, then i try to change color for example and instead of painting the color in the artwork it paints under the imported picture. When I draw a picture in flash it works good.
View 2 Repliesi am having problems with artifact being left on the screen when playing in quicktime player when i export my animation as an avi movie.
View 1 RepliesI want to be able to do site specific searches for a online group on Black Planet but they have so many restrictions on coding my only option is to use Flash. I tried some of the search box stuff on this site but they all seem to just do a web search, not site specific searches. I would like to have something that would search the group threads only. The URL to group is here if it helps: [URL]
View 1 RepliesI've got a very basic fla file which actually worked on flash5 but it's no more working with flashmx 2004. A movie clip move from a position , let say A, to B, then to C.
I insert a stop(); action on B, so the movie stop. Inside the movie entitie I insert a button with the command play() (I have also try _level0.play() or nameofmovie.play())I expected that the movie continue playing from B to C but it does nothing..
I want to zoom in and out on an image (it's actually a thumbnale which pops up). Or if you want, to have a small image 'grow' to a larger formatI tried it with scaling + tween, but it is hardly a smooth transition.
View 11 RepliesI'm trying to manage new levels via duplicateMovieClip and levels on the timeline (static and occlude the new levels)- but what's the best way?I presume that I can use swapDepths on the existing timeline items, to put the new levels properly between them. Or is there another way?(Note since I'm stuck at the lowly F5, I don't have getNextHighestDepth to manage the combinations.
View 1 RepliesI have a set of switch case conditions. On the last one, i want it to run a function called mainMenu, so i put:
[Code]...
I created a project w/a dynamic html scroll box on one page/spot on timeline. I want to use the same scroll box, but have it call a different .htm file for different content at a different part of my timeline.My problem is the file naming. I tried to just copy the entire scroller project I made and append a "_2" to all the file names, so that they wouldn't interfere with my original scroller in my main project, but that didn't work out.Is there anyway to duplicate the original scroller within my project and just have it call a different file?
View 1 RepliesIn main timeline I have a layer that contains my levels. So far 3 test levels. In the actions layer in the main timeline I have this code
Code:
if (circle_mc.hitTestObject(platforms.goal1))
{
nextLevel.alpha = 1.00
nextLevel.addEventListener (MouseEvent.CLICK, nextLevel1);
[Code]...
I would like to high-lite part of my text, but i don't find where to do it, other features like under line, etc.
View 1 RepliesWe are just starting out with Flash CS4 and we are looking to have 4 pages or maybe we should stay stages.
1. Text and Buttons (buttons will take you to a bigger description of the text)
2. Similar to 1st page
3. Similar
4. Actions that the buttons will be calling for
We are thinking that with the 3 pages, the 4th page if we have that in layers, the layers and show seperate actions we request from our buttons. And then an example would be on page 1 they hit a button that would bring up a 540X400 graphic. And another button might bring up the same type but a different picture and I am figuring if they are on different layers we can do it this way.
I want to cycle through several movie clips for a training application. I plan to use an array to hold the clip names, and a variable (CurrentClip) to set visibility and allow me to use a single pause/ play button throughout. For the visibility, I've found that...
CurrentClip._visible = false; does NOT work. But... setProperty (CurrentClip, _visible, false); does work.
I try to display xml content in a text box with flash5, can display firstchild nodevalue, but firstchild.firstchild.nodevalue gives me always null. The xml file text is something like this:
Code:
[slideshow][slide]flower[/slide][/slideshow]