ActionScript 2.0 :: Hover Caption Tutorial On Kirupa

Aug 3, 2011

My query is in respect to the tutorial posted on kirupa : [URL] Now :

1) If I want to add a line of caption ,the moviclip expands in a horizontal manner. So , if I write a big description , the caption movieclip occupies whole stage width. How can i make this movieclip exapand in a vertical fashion after a fixed no. of characters

2) Suppose a button which is inside a movieclip has been applied this function , the button action doesnt work !!!! only the hover caption appears. ( specifically the button on(release) action ) !! What is the possible solution.

View 14 Replies


Similar Posts:


ActionScript 2.0 :: Using Hover Caption Kirupa / Not Working When Loading External Swf File

Nov 7, 2005

I'm using the kirupa fla source file for the hover caption URL...and have created an external movie file where I want the hover captions to appear to be loaded into the main movie swf. The hover captions don't work once this swf has been loaded but works as a standalone swf.

View 2 Replies

ActionScript 2.0 :: Hover Caption Tutorial / Formatting

May 8, 2006

I followed the hover caption tutorial, everything worked, etc. What I want to do is experiment with different uses for the hover captions. I tried to put longer text inside the quotes ("something something blah blah blah" instead of "Portable Devices", etc), but it extends the yellow box way past the text, and if I try to make it multiple lines I get this error mesage:

[Code]...

View 5 Replies

ActionScript 2.0 :: Hover Caption Within Movie Canvas

May 9, 2004

I followed the hover caption tutorial but sometimes the hover caption goes out of the movie.How to make it stay inside the movie and a certain distance of the mouse?

View 9 Replies

ActionScript 2.0 :: [FMX] In Hover Caption In An External Movie?

Apr 1, 2003

I've done the Tutorial written here by Kirupa on how to display an hover captionTutorial It works perfectly in the stand alone movie.But i need to put this in another movie as external.When i do so, it doesn't work , actually 'cos it drag ALL the external movie and not only the item i want to do a Hover Effect.Why this??Maybe because it consider the command_root.x = 1 (and so on whenever there's _root)the root of the Main movie and not the one of the external??Must i correct all the code with level1 or there's another way??

View 1 Replies

IDE :: Hover Caption To Each Movie Clip From Xml Data

Jan 8, 2010

am having totally 30 movie clip ( name it as layout_1 to layout_30 ) for that i want hover caption to each movie clip from xml data note: not load dynamic movieclip only xml data load dynamic

View 1 Replies

ActionScript 2.0 :: Hover Caption Within Movie Canvas?

May 9, 2004

I followed the hover caption tutorial but sometimes the hover caption goes out of the movie. How to make it stay inside the movie and a certain distance of the mouse?

View 8 Replies

ActionScript 2.0 :: Get Hover Caption To Each Movie Clip From Xml Data?

Jan 9, 2010

am having totally 30 movie clip ( name it as layout_1 to layout_30 )for that i want hover caption to each movie clip from xml data note: not load dynamic movieclip only xml data load dynamic

View 5 Replies

ActionScript 2.0 :: Hover Caption & Swapdepths With The Pictures Loaded

Aug 12, 2004

I have a problem with a caption. When i load a picture, the picture goes in front of the caption. I tried a swapdepths between the 2 mc's but it seems not to work. Here's my code : You can also see the swf online here : [URL]

[Code]...

You'll see that i have also a problem with the pictures loaded. I place the pic ni the middle of the scene, but when i click the button, i can see the picture moving.

View 3 Replies

ActionScript 2.0 :: Use The Excellent Hover Caption Effect In Movie?

Jan 5, 2007

i am trying to use the excellent hover caption effect in my movie. the buttons i want to put the captions on are inside a movie clip named mcRobot. so i tried to modify all the paths to go into the mc...but not working.

here is original code from tutorial and then the one i try. basically i put "mcRobot." before most of the paths where i think it should go.

does anyone have a version already modified to put into an mc?

original code:

b1.onRollOver = function() {
captionFN(true, "E-Mail!", this);
this.onRollOut = function() {
captionFN(false);

[Code].....

View 2 Replies

ActionScript 2.0 :: Modifying A Kirupa Tutorial

Jun 21, 2006

modify this tutorial ([URL]) so that it does this: one of the external swf's has a button in it that loads another external swf in a different area of the stage, so now there would be 2 external swf's displayed on stage. Then, when one of the main buttons is clicked, the exit animation of the 2nd swf is played, then the exit animation of the 1st swf is played, then the new external swf is loaded in the same spot that the 1st one was.

View 2 Replies

ActionScript 2.0 :: Kirupa's PHP Socket Tutorial?

Oct 6, 2006

Will this tutorial work on servers like this? I read through the tutorial and the author links to his own socket server. Do we have to pay big bucks for our own socket server or can a regular cheap host's server be converted to one?

View 9 Replies

ActionScript 2.0 :: Regarding XML Guestbook Tutorial On Kirupa?

Aug 19, 2011

I have incorporated the following XML guestbook on my site and it works like a charm since its inclusion on my site

[URL]

How to send a mail to me when anyone adds a message on the guestbook ?I guess it is possible as whenever one xml object is send to the php file for processing by sendAndLoad function , it can also send a mail via php .....the code that sends xml data to php in this actionscript is

Code:
myXML.sendAndLoad("processXML.php", receiverXML);

can some code be added in the processXML.php which also sends a mail vial "mail" function in php ?

View 2 Replies

ActionScript 2.0 :: Kirupa Scrolling Text Tutorial?

Aug 24, 2004

Scrolling Dynamically Loaded Text Tutorial[URL]..Best I've come across I can edit the scrollTrack-mc, but I need to edit the scrollpane window itself to change it's b/g colour ( always white ) or more importantly to make it transparent Somebody

View 1 Replies

ActionScript 2.0 :: Adapted Kirupa Xml Slideshow Tutorial

May 9, 2007

I have adapted the kirupa xml slideshow tutorial.However I would like to create a up and down buttons that jog the thumbnails + or - 3 thumb images either way.Is this a case of creating an on (release) action that tells the slider to advance a specified distance??[code]

View 2 Replies

ActionScript 2.0 :: Amend The Photogallery Tutorial Using XML On Kirupa

Sep 28, 2004

I've just tried to ammend the photogallery tutorial using XML on Kirupa... [URL] I have uploaded a test file above... the first 3 images.. i have changed the link in the xml document to my own... but they are not loading in.. heres the changes i have made to the xml document....

[Code]....

View 4 Replies

ActionScript 2.0 :: Dynamic Scrolling Text Box Using Kirupa Tutorial

Dec 23, 2003

I've created a dynamic scrolling text box using the kirupa tutorial. It's the tutorial that uses self-made buttons to scroll up and down. In my movie I've got 7 buttons, when one is pressed I want to display different text in the text box. I have it working by loading text from .txt files but it is slow and does not allow me to format the text as I would like. What I'm thinking of doing is creating 7 keyframes on the timeline of the scrollable text. Then in each frame have the different text that I want displayed. When I click on a button it would go to one of those frames thus displaying the corresponding text. I can't get it to work. I've changed the text box to a static text box. I can't get it to move the playhead to the next frame in the text movie clip which the scrollable text box resides in.

View 2 Replies

ActionScript 2.0 :: Editing Random Movement Tutorial On Kirupa

Mar 29, 2006

I have a movieclip with a grid of 9 squares (3x3) what i would like to do is have each square move either on the x or y axis into a position of another square (like one of those puzzles where you move the tiles around to form a picture...) a random square in a random direction at random intervals.I have tried editing the random movement tutorial on Kirupa, but i cannot get the effect i need.url...

View 2 Replies

ActionScript 2.0 :: Stopping Auto-slideshow After One Run Through (Kirupa Tutorial)?

Aug 1, 2007

I'm using the Kirupa tutorial of the xml auto slideshow. I need it to stop after it runs through all the images one time.How should I modify the code below in order to do that

delay = 3000;
//-----------------------
function loadXML(loaded) {

[code].....

View 3 Replies

ActionScript 2.0 :: Putting Progress Bar Loading Animation In This Kirupa Tutorial?

Apr 4, 2004

[URL]i'm in the midst of extending/modifying this tutorial.... i understand the transition mc is the loading animation.... however i want to put a progress bar.. how do i achieve that..?

View 1 Replies

ActionScript 3.0 :: Flash - Generate An Isometric Grid Via Code Using Kirupa's Tutorial

Apr 8, 2011

I'm trying to generate an isometric grid via code using kirupa's tutorial but it's not quite working correctly as I'm trying to convert it. I am trying to generate a 5 x 5 grid with a unique coordinate to each square, but I can only get a row to form with the coordinates showing x = 5 and y = 5 for each square of the single row. There is also an unclickable square in the corner. Here is my code:

[Code]...

View 2 Replies

IDE :: Adapting Kirupa's "Adding Thumbnails" Tutorial (MX 2004) Into Just Plain Old MX?

Jan 11, 2009

continue the success with incorporating the scrolling thumbnails feature to my current galleries.I have done my best to incorporate the code from Kirupa's "Adding Thumbnails" tutorial to my site, but have a feeling the loader class is only MX 2004 and on, and I'm using plain old MX. I have absolutely no thumbnails showing up at all.

PS I also found two discrepancies in the tutorial:

1. Initial code to be pasted has a line such as this:

Code:
target_mc._x = hit_left._x+(eval("thumbnail_mc.t"+k)._width+5)*k;

and later in the tutorial that same code is treated as this:

Code:
target_mc._x = hit_left._x+(target_mc._width+5)*k;

2. Initial code to be pasted has a line such as this:

Code:
}else if ((_root._xmouse<=40) && (thumbnail_mc.hitTest(hit_left))){

but later in the tutorial when it's broken down it's listed as this:

Code:
}else if ((_root._xmouse<=(hit_left._x+40)) && (thumbnail_mc.hitTest(hit_left))) {

It's very difficult to test all possible variations in this, but I think I have, as there were 4 possible combinations since 2 lines of code varied. But none of them worked. Either way, would be good to know which users should be using. A little help in identifying: "snowThumbMC" is the name of my empty movie clip instance on my stage, in which I should be loading all of the thumbnails.

1. Is "target_mc" the name of an actual movie clip I should have on the stage somewhere? Or is it simply an empty one created via code to hold info?? I'm trying to figure out what exactly "target_mc" refers to.

2. Is "pictureValue" an actual value of a variable named "picture"? If so, should I have this variable on stage somewhere? I'm just not sure by reading the code (since I can't properly read it) what exactly "picture" refers to.

Code:
function thumbNailScroller() {
// thumbnail code!
this.createEmptyMovieClip("tscroller", 1000);
scroll_speed = 10;

[code].....

View 4 Replies

ActionScript 2.0 :: Resize The Caption Box To Match The Caption Text's Length

Jul 24, 2003

I've completed the Hover Caption tutorial at [URL] successfully. What I'd like to do in addition, is to resize the caption box to match the caption text's length.

I've tried giving the background box a name (box) and turning it into a button and then doing:

_root.caption.box._width = _root.caption.help.length * 8;

But the box never aligns with the text properly after that. don't know what methods to call in order to get the bottom corner of the text and bottom corner of the box and align them properly.

View 5 Replies

ActionScript 2.0 :: "Adding Thumbnails" Kirupa Tutorial - Import Transparent Gifs Via Swfs

Jul 14, 2005

This tutorial found on: [URL] Is extension of: [URL] The problem manifests itself when I substitute .jpg thumbnail with .swf one. (I need this because i need transparent thumbs, so i needed to import transparent gifs via swfs - i used [URL] to convert gifs to swfs if someone is interested - It is released under the GPL. ) XML is parsed ok, and the thumbnail is visible with other .jpg thumbnails. The problem is that it is not "alive": Clicking on it doesn't change the main image, hovering doesn't change its alpha:

[Code]...

View 2 Replies

Professional :: Add Caption And On Off Button To Show And Hide The Caption

Mar 1, 2011

I have an audio slide show and I need to add caption and on off button to show and hide the caption. how can I make on and off button to show the caption?and is it possible to add caption on my audio (not video) using actionscript 3.0?

View 1 Replies

IDE :: Resizing_Centering Kirupa Tutorial - Source File Won't Open - Get The Message "failed To Open Document"?

Nov 3, 2009

I'm having problems getting the tutorial to work so I decided to look at the source fla. But the Source file won't open on my computer, get the message "failed to open document".

View 3 Replies

ActionScript 2.0 :: Perspective In Flash MX (tutorial) - Duplicate A Movie Clip Symbol In The Second Tutorial

Mar 22, 2005

I sent an email to pom regarding a tutorial that he wrote, but the email was bounced and he hasn't replied to my PM. I have followed both of pom's tutorials that involve experiments with perspective in Flash, but I have encountered a problem while attempting to duplicate a movie clip symbol in the second tutorial ([URL]). I have a single instance of the "ball" movie clip symbol appearing at random positions. However, I cannot seem to successfully duplicate the symbol instance at random positions using the loop that pom provided:

[Code]....

View 10 Replies

Professional :: Zoom Into Small Content For Readability Tutorial Or Magnifying Glass Tool Tutorial?

Aug 11, 2010

I have built a catalog in flash that was orginally built in InDesign and exported but it has some small content that is hard to read for the elderly users viewing it and I would like to add a zoom feature or some type of magnifying glass.

View 1 Replies

ActionScript 2.0 :: Tutorial Called Senocular's 3D Car Race Tutorial?

Jul 27, 2005

I am looking for a tutorial called Senocular's 3D car race tutorial

View 1 Replies

ActionScript 2.0 :: Photo Gallery Tutorial With Thumbnails Tutorial

Feb 28, 2006

original: I really just need to figure out how to center the pictures. here is what I did I have modified the tutorial that I finished to have a bigger stage for bigger pictures. Everything is working properly but the pictures are displayed on the left side, I want to have them centered in the stage for the images, after clicking on the thumbnails, plus my images are different sizes as well. ranging from 200x410 to 744x410 but all are the same height of 410. i will post up what I am talking about at the end. I believe it is something within either the action script or the xml coding that allows the position of the image to be differently? please help here is what i am talking about[URL] Continued: Here is my coding in action script:

[Code]....

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved