Student In Need Rollovers
Hi,
I've made a website in MX for my final university project, but I've got a problem. I have buttons moving all over one half of the stage, and I need to be able to rollover them and have an image appear on the other half of the stage, but I need it to stay in the same place, even though its button is moving around.
Please can someone help!
Cheers, Aussie01
FlashKit > Flash Help > Flash ActionScript
Posted on: 05-02-2004, 10:12 AM
View Complete Forum Thread with Replies
Sponsored Links:
Student Vs Student Online Practice
I have written a times table application using actionscript for my students that allows them to practice their tables agains the clock. I would appreciate it if someone could guide me to where I can get a tutorial on how to set up a situation where students can compete against each other online over the net. Even a topic heading to research in this area would be much appreciated.
View Replies !
View Related
RollOvers Whos Parents Also Have Rollovers
I'm creating a self-hiding nav bar like the Start bar on Windows when it is set to auto-hide.
I have it set to retreat onRollOut, the problem is, when I roll over one of the menu items, it triggers the onRollOut of the parent bar and it retreats.
Any suggestions on how to handle this?
View Replies !
View Related
Student Needs Help
Hi I’m a SCAD (savannah’s college of art and design) student looking for crisp high resolution pictures of a F4U-1A Corsair ( I believe this is the one with the three blades) I’m recreating this war bird in 3D space and I need everyone’s help in order to finish this project. If anyone could take photos or redirect me to sites that have up close shots of the nose of the corsair would be great! I need to see what the mold looks like that holds the blades together. I can’t find any sites that have any up-close detail of beautiful craftsmanship of the engine and blades.
** This is for a demo in flash and theses pictures will show highlighted detail that I need to express to a group of people. So using a combo with flash and theses photos would help
Thank you all in advanced for your help!
- Wintermute
View Replies !
View Related
Help A Student
hey people, this is my first post here at flash kit which is really a great site.
i'm working on a web page for myself and was wondering how to make the browser window automaticly shrink to fit my flash page when you go to it.
View Replies !
View Related
Student Please Help
Hi, I am a student, at college in sussex. And i am currently on my final project of my course and i wish to involve flash. I want to constantly get information from a text sheet into flash and constanly play the information in a flash movie. To make it "live". For Instance if the text file has the letter "g" in it, then flash play a the colour blue. Everytime the text file changes, like the letter "a" appears ont he text file, flash produce the colour blue.
Can anybody help
Dan
View Replies !
View Related
Student In NEED
Hey,
I have a situation that I need you help with. I am exporting this Flash banner to my PHP website. I exported the banner.fla file and the banner.swf. I ftp everything correctly ,but it is displaying a blank object. // It said, “Please press spacebar to activate this control. I did that ,and it still was blank. I also right clicked the banner and it said, “ movie could not be loaded.” I browse through my directory and I did see the files were loaded. I can view the files through iexplore , but when I use the code listed below it won’t work:
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
View Replies !
View Related
STUDENT IN NEED
Hey,
I have a situation that I need you help with. I am exporting this Flash banner to my PHP website. I exported the banner.fla file and the banner.swf. I ftp everything correctly ,but it is displaying a blank object. // It said, “Please press spacebar to activate this control. I did that ,and it still was blank. I also right clicked the banner and it said, “ movie could not be loaded.” I browse through my directory and I did see the files were loaded. I can view the files through iexplore , but when I use the code listed below it won’t work:
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
View Replies !
View Related
I've Been A Bad Student
I can remember some elementary math heh
anyway, could someone help me out with this little problem?
A is a static dot, let's say A(x,y)
C(x,y) is the dot of a possible click (could be anywhere)
now i want to know how to calculate the angle that the line A(x,y)and C(x,y) does with the line made by the horizontal passing by A(x,y)
TiA
View Replies !
View Related
A New Student On Flash Mx Who Needs Your Help
Hi everyone;
As ý said at subject really i need your help.if you tell me how i can improve my experience on flash mx 2004,i will be so happy.if you know web site which can help me about tutorials of flash or give ebook(however if it is freee..)or tell me page book's name..
...i am from turkey..
thanks laddies and gentelmens.....
View Replies !
View Related
University Student In Need With Help With As3
Hi
i'm a brighton university student and currently building a flash mulitmedia application.
i have designed a bedroom and have made all the functions in the room, however i have lamp shade and can not work out how to allow the mouse to move the lamp shade around the room by pulling it with the mouse and then having the lamp shade retract back to the original position.
any ideas would be appreciated
thanks
View Replies !
View Related
New Flash Student
I am moving along in Flash. I'm studying and working with it every day. I am an experienced, out of work graphic design print artist looking to reinvent myself for designing web pages and consistently see jobs advertised for people who know Flash. I am determined to learn it. My question is this: Do I need to immediately learn Dreamweaver or anything else, or will I be able to post pages to the web just utilizing Flash?
View Replies !
View Related
Stuggling Student Needs Urgent Help
can anyone recommend to me the best way to create a shopping cart facility within my Flash website?
my lecturer (at uni) recommended using PHP but hes bein all too vague about it, ive never used PHP before
can anyone help, make any suggestions or point me in the direction of a tutorial?
any feedback would be greatly appreciated
View Replies !
View Related
Desperate Student Needs Hero
hey guys, well, i'm trying to create a system where by if you roll over a button, one of five red light (movieclips) turn green at random
once all are green i want the system to reverse and turn them all red again
but i cant get the first side to work yet!! it looks all good to me!!
please help!!
heres the code--- i've also added the .fla
Code:
on (rollOver) {
objectchoice = random(5)+1;
trace("number generated="+objectchoice);
if (playMode == 0)
function () {
if (objectchoice == 1 && object1_status == false) {
_root.obj1.gotoAndStop(2);
object1_status = true;
counter += 1;
} else if (objectchoice == 2 && object2_status == false) {
_root.obj2.gotoAndStop("green");
object2_status = true;
counter += 1;
} else if (objectchoice == 3 && object3_status == false) {
_root.obj3.gotoAndStop("green");
object3_status = true;
counter += 1;
} else if (objectchoice == 4 && object4_status == false) {
_root.obj4.gotoAndStop("green");
object4_status = true;
counter += 1;
} else if (objectchoice == 4 && object5_status == false) {
_root.obj5.gotoAndStop("green");
object5_status = true;
counter += 1;
}
};
}
View Replies !
View Related
Student Uni Project: Assistance
Hi All,
I am currently creating an interactive cd rom for my final year uni project and am experiencing problems with the actionscripting for sounds. I'm not very expreienced with actionscript so need your expert advice if anyone can help..
I am trying to load a sound on release of a button. There are two buttons with instance names of "hearing" and "deaf" also.. i have added an ID identifier to the sound clip which i want to play "sound1" Theres only one sound clip at the moment as still working on it.
Problem tends to be that when I apply the actionscript to the actions layer, the interaction movie seems to jump scenes or play a scene that is not in the set order if that makes sense..
heres the actionscript that i have applied into actions layer of the "home" scene where the buttons are located.
_parent.hearing = new Sound();
_parent.hearing.attachSound("sound1");
play();
_parent.deaf = new Sound();
_parent.deaf.attachSound("sound2");
play();
Many Thanks
David
View Replies !
View Related
Help Student With Question About Feasability.
I am a senior graphic design student who has been assigned to create an interactive installation piece. I have gone through the concept development and have hit a wall. I have limited knowledge Java/ActionScript.
A projection shows a constantly flowing progression of news tickers from around the world. These tickers are culled from the internet and RSS feeds so as to be current. When a person moves through a field observed by an iSight camera, an application discerns their profile and then translates it into an outline that is then projected into the news tickers. This outline displaces the text, allowing it to wrap around the outline as the person moves through the sensor field.
I need to know if i could feasibly create in flash translates a signal recieved from an iSight camera of a person into an outline that would be able to displace text in an animated live environment. Any advice (or code!) you could give me would be greatly appreciated.
Thanks in advance!
View Replies !
View Related
Littel Help To Make Question For My Student
I wanna to make question with four choices
if the student choose wrong answer mc appeare tell him that. and he couldent press any button from the choices button that under the mc until he press the button on the mc whiche let him go back to the question to choose another choice .
thank to all for help
[Edited by nanonag on 03-30-2002 at 11:25 AM]
View Replies !
View Related
Manipulating Movie Clips (help A Student)
Good evening
I am in need of some help. I am in the midst of creating a banner project for school. I have created several movie clips that contain text and effects. I would like to have them played at different times on the main time line. Although I would like to have the main movie clip continue as a constant. I am unsure of how to achieve this. I have included a link where you can download my FLA and see to what I am reffering too. Any help tonight would be greatly appreciated.
thank you in advance
Mario
www.meghanstorm.com/bannerviaohelp.fla
View Replies !
View Related
Quiz For Student Like The Win100000 Show
hi all
i am try to make quiz the famous show where you answer question to win 1000000 this quiz is for students i am teaching
i am still a newbies so i found a quiz in the this forums and modifyed it but i faced some problems
1. i entend to make lots of questions shuffle them and choose only 11
questions
2 when you press on an answer there should are sure yes no buttons
any help is apprciated
thanksssssssssss
View Replies !
View Related
Professional MX 2004 Student Version
I am in a community college working on action scripting in the Flash Professional MX 2004 student version. Last semester I took Flash MX. Action Scripting seemed easier in MX. My question - is there a similar version of action scripting MX located somewhere in the Flash Professional 2004 student version? If so how do you turn professional off and turn MX on?
Thank you,
Cartooning Lady
View Replies !
View Related
Help With Flash 8: Student & Teacher Edition
My son goes to King's School Tynemouth, Senior School, and I was wondering whether Macromedia/Adobe will accept this. I would like help on this subject because it is an awful lot of money for flash and I don't want to be rejected from the Registration of the product.
Please could someone help me!!!
Thank You
P.S. It is 'Flash 8 Student and Teacher' that I am enquiring about.
View Replies !
View Related
Student Flash Interior Movie Help
In older versions of Flash, shapes were very volatile. If two shapes on the same layer overlapped each other, they would actually cut chunks out of each other. Flash 8, on the other hand, now has object drawing mode, which allows you to create a shape as a self-contained object that won't interfere with other objects.
View Replies !
View Related
Adobe Suite CS4 - Student License
My daughter is taking a graphics course starting in December. She's looking at the CS4 suite and of course would like to purchase the student version. Question is, once she is finished school and would like to develop graphics/websites for money is she going to need to purchase the full version license or can she use the student version for that?
View Replies !
View Related
Looking To Upgrade Flash, Can I Use Student Or Do I Need Standard?
Hello,
I have a question about upgrading to the new flash 8 that was just released by Macromedia. Right now I'm only using flash 5 and am looking to upgrade to flash 8, but am not sure if I will be able to use get the student edition or if I will require the standard edition. I am currently a student and will be for at least a couple more years, so I AM eligable for the student edition, however, I want to start making a profession out of website design and will be using my skills in flash to do so. So because I am going to be using it for income, will I need to get the standard edition?
View Replies !
View Related
Flash 8 (student Version) Question?
I am considering purchasing a student version of Flash 8 but, before I do I wanted to see if anyone out there has used it and can tell me if there are any differences from the full commercial version.
The software provider I am looking at says the only difference is a sticker on the box that says "for educational purposes only".
Any input would be gladly apprieciated!
Thanks,
BOHMAN
View Replies !
View Related
Loading Text: Student With Headache And Deadline (Help?)
Hi,
I've got a pressing deadline. I just started using/learning Flash two weeks ago because somebody dared me to make my school project with it. (mistake!)
Basically I have a text scroller that is done by action scripting, and I want to know how I can load files on top of text with the least load time. The text is embedded within the movie, it isn't an external dynamic file. What should I do? For example, make additional movies, overwrite the current content w/ one frame, and fastforward to the "listen" text?
Anyway, my site:
Koug1610
Here's the link to the .fla file (for some reason it's not downloading properly?)
Any help would be greatly appreciated.
Susie
View Replies !
View Related
Student Lost Action Scripting Land...
Hiya Guys!
I'm VERY new to the world of Action Scripting, and am trying to create some stuff that is very much over my head. I was hoping that some one wise out there could help...I've uploaded the .fla file containing an example of the dilemma, if anyone wants to take a looksee.
Essentially what I am trying to do is create a MC that includes two animations and a hidden button.The effect I would then (ideally) like to create, would involve the first animation in the MC playing and interacting with frame actions designated fro it on the main timeline, then, behaving like a button, posses an onRelease event handler and performs a gotoAndPlay action to the second animation in the MC, plays it, and ends.
The first animation in the MC is a shape tween that enlarges the MC's size. I've incorporated onClipEvent actions for the MC in the main timeline so that the animation plays forward if the hitTest=true, and then plays backward if not.
I've tried to create the overall effect by incorporating a hidden button in the MC,and assigning an onRelease action to target frame 21, labeled "here" in the MC timeline, but it isn't working.As far as I can gather, the onClipEvent actions in the main timeline are clashing with the button actions inside the MC.
If any one could shed any light on how I can either disable the main timeline MC actions for the initial animation once the hidden button is clicked, or knows knows a better way to achieve this all together could you let me know?
cheers!
View Replies !
View Related
Student Help.. Animating With Loop And Drag And Drop
I have draggable pictures and words as MC's. I need to drag and drop the pics and when they hit a certain area the words slide into place to form a sentece.. like the refrigerator magnetic poetry things.
Got everything to work except the animating loop.. pleas help!
trace statement works..
on (press) {
this.startDrag(false);
}
on (release) {
this.stopDrag();
if (this._droptarget == "/box") {
trace("hit");
_root.textBox1.onEnterFrame = function() {
{
_root.textBox1._x - 5;
if (_root.textBox1._x == 0) {
delete this.onEnterFrame;
}
}
}
}
}
View Replies !
View Related
Adobe Flash CS3 Professional Student Version
Hi,
I wanted to ask what exactly is the difference between this version.
http://www.saversoftware.co.uk/details-6410.htm
and this version
http://www.royaldiscount.com/adflcs3...her&ysmtac=CMP
Is there any difference or is just the price different?
The second one says fullversion on it, is the other one not the fullversion?
thanks for your help
View Replies !
View Related
Student Needs Help W/ Tutorial Creating Scrolling Text
I am new to this forum & if you have suggestions for me to make this go smoother, please let me know.
I am taking a Flash class & don't have access to my instructor for a couple days. Need help w/ a tutorial for Creating Scrolling text from this site. (scroll.fla from tutorial Basic Text Scroller) When I try to use the the downloaded source file, I can't seem to change the text & have it work. I know it's probably some simple little thing I'm not doing, but I can't figure it out & I'd really like to get this part done by Wed 4/20 if possible. I would welcome any help, if someone is willing to work with me on this.
Thanks!
http://www.kirupa.com/developer/flash5/scrolltext.htm
(tutorial site)
After reading a few posts, I think I need to add that I am an adult student in a college course.
View Replies !
View Related
Student Needs Help W/ Tutorial Creating Scrolling Text
I am new to this forum & if you have suggestions for me to make this go smoother, please let me know.
I am taking a Flash class & don't have access to my instructor for a couple days. Need help w/ a tutorial for Creating Scrolling text from this site. (scroll.fla from tutorial Basic Text Scroller) When I try to use the the downloaded source file, I can't seem to change the text & have it work. I know it's probably some simple little thing I'm not doing, but I can't figure it out & I'd really like to get this part done by Wed 4/20 if possible. I would welcome any help, if someone is willing to work with me on this.
Thanks!
http://www.kirupa.com/developer/flash5/scrolltext.htm
(tutorial site)
After reading a few posts, I think I need to add that I am an adult student in a college course.
View Replies !
View Related
Flash Student Could Somebody Please Assist Me With This? (Falling Snow/.jpg File)
Hi, my name is Joe and for the last week or so I have been studying this flash stuff quite a bit. Ive been doing web pages for awhile, and graphcis, but flash is new to me and in order to be up-to-date with my web design business, I better learn flash!
Here is the situation, I have a logo thats about 700x200, and it is currently a .JPG. I use it on the front of my web site. I would like to add a falling snow effect on my logo, so the snow falls in front of the .jpg.
I followed TWO different online tutorials (including the kirupa one), and time after time (remember, Im new at this) I would end up with a single snowflake in the top left corner with no animation. I kept trying it over and over and paying more and more attention, until finally when I go to preview my falling snow and I get an error message saying "A script in the movie is causing Flash to run slowly. If it continues to run your computer may become unresponsive...."
First, what the hell does that mean? I updated to Flash 9 and Im still getting the error message.
But even when I do figure out how to the falling snow, I do I implement my .jpg with the snow to make it look like its falling on the logo?
Any help would be extremely appreciated!
Thanks
Joe
View Replies !
View Related
Rollover Rollout Help - 2nd Year Graphic Design Student In Desperate Need
Please help anyone who feels that they are able to!
I have a problem, in reprogramming my portfolio I wish to make an interface where by if the viewer were to Roll over a button, information would emerge, and on roll off, the information returns in a reverse of the emergence animation (Does that make sense?) I've managed to make it do so by complicated means (i.e minimal use of action script) but cannot make it so that if the user were to roll off before roll over sequence has finished the animation simply reverses. All mine does is jump to the end of roll over sequence and then play out the reverse. I have limited Script knowledge but any help would be really appreciated.
View Replies !
View Related
[MX04] Help An Esl Teacher Capture And Play Back Student Voices
Hi all,
I have used this forum in the past and it has been an enormous help. Thank you all very much. I am again hoping that someone out there can help me solve this issue.
I need to record and play back students' voices. The students will use this to improve their English pronunciation. I know I can use the Microphone class (?) to capture the audio, but I can't seem to work out how to save the audio captured in the movie clip and play it back to the student. I also need this to be client-side. If this is not possible in Flash MX or Flash 8, is there any other way I can do this? Thanks again for your help. Any and all suggestions will be gratefully received.
ESLTeacher
View Replies !
View Related
Virtual Student Yrbook: Variables>Arrays>Variables? SOMEBODY RESCUE ME
Hello, All.
I am totally stumped. I am creating a student virtual yearbook, which displays students names with pictures. I cant find a totally understandable tutorial that teaches me how to extract variables from an array. So I created an asp file that writes out all of the student records to different variable names, and load them using loadvariablesnum(). Using this ASP file works, but once I click the exit button to take me back to the front page, it is as if all of my other variables are erased.
I dont completely understand levels when it comes to loading variables, so everything is loaded like this
loadVariablesNum("http://10.0.1.2/tp/tpod/processGet_studentInfo.asp", 0, "GET"); --- "POST" gives me the same results...
To view the pictures you would click a button on SCENE 4, and it takes you to "VIEW STUDENTS PICTURES" - SCENE 11. 'EXIT' sends you back up to Scene 4, which runs an ASP file which simply grabs a message that is updated every 30 minutes. What Level would I use here??? I have tried many.
Everything works beautifully until I exit the VIEW STUDENTS PICTURES page from Scene11
I've written a pretty sizeable file that uses lots of variables.
I am pretty sure that the problem is with the ASP file: "processGet_studentInfo.asp" - because when I comment it out, the application works fine.
::::::::::::SUPPORTING INFO BELOW:::::::::::::::
Here are the variables that "processGet_studentInfo.asp" creates:
&varStudent1=Crystal&varImagePath1=http%3A%2F%2F10 %2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FCrystal%2Ej pg&varStudent2=Brandy&varImagePath2=http%3A%2F%2F1 0%2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FBrandy%2Ej pg&varStudent3=Angel&varImagePath3=http%3A%2F%2F10 %2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FAngel%2Ejpg &varStudent4=Cathy&varImagePath4=http%3A%2F%2F10%2 E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FCathy%2Ejpg&v arStudent5=Destiny&varImagePath5=http%3A%2F%2F10%2 E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FDestiny%2Ejpg &varStudent6=Amber&varImagePath6=http%3A%2F%2F10%2 E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FAmber%2Ejpg&v arStudent7=lester&varImagePath7=http%3A%2F%2F10%2E 0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2Flester%2Ejpg&v arStudent8=paul&varImagePath8=http%3A%2F%2F10%2E0% 2E1%2E2%2Ftp%2Ftschool%2Fimages%2Fpaul%2Ejpg&varSt udent9=Ginger&varImagePath9=http%3A%2F%2F10%2E0%2E 1%2E2%2Ftp%2Ftschool%2Fimages%2FGinger%2Ejpg&varSt udent10=Brittany&varImagePath10=http%3A%2F%2F10%2E 0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FBrittany%2Ejpg &varStudent11=chad&varImagePath11=http%3A%2F%2F10% 2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2Fchad%2Ejpg&v arStudent12=jaden&varImagePath12=http%3A%2F%2F10%2 E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2Fjaden%2Ejpg&v arStudent13=Jami+Lynn&varImagePath13=http%3A%2F%2F 10%2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FJami+Lynn %2Ejpg&varStudent14=kara&varImagePath14=http%3A%2F %2F10%2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2Fkara%2 Ejpg&varStudent15=Cody&varImagePath15=http%3A%2F%2 F10%2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FCody%2Ej pg&varStudent16=darla&varImagePath16=http%3A%2F%2F 10%2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2Fdarla%2Ej pg&varStudent17=Jenna&varImagePath17=http%3A%2F%2F 10%2E0%2E1%2E2%2Ftp%2Ftschool%2Fimages%2FJenna%2Ej pg&varStudentCount=17&varENDER=1
-----------------------------------------------------------
Here is the meat & potatoes of the ASP file that created this:
oRS.Open "SELECT * FROM STUDENTS", oConn, 2, 3
' Move to the first record
oRS.MoveFirst
'Loop to output all the query results to the document
do while not oRS.eof
' counter to give each record a sequential listing
counter=counter+1
Response.Write "&varstudentname" & counter & "=" & Server.URLEncode(oRS("studentname"))& "&varImagePath"& counter & "=" & Server.URLEncode(oRS("ImagePath"))
' move to the next record
oRS.movenext
loop
'LET FLASH KNOW THAT WE ARE DONE RETRIEVING
Response.Write "&varStudentCount=" & counter
Response.Write "&varENDER=finished"
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::
Please help.
View Replies !
View Related
Help Late Night, Late Project, Beginning Student In Need
ok, i know it is something really stupid im not seeing...i am just starting actionscripting (flash mx 2004)
can someone look @ this and see what my code is missing? i just think i did not get much sleep last night and this all seemed so clear in class this morning and now it is eluding me - i feel like an idiot! any help would be appreciated - thanks - jb
View Replies !
View Related
Rollovers
I created a button withh a rollover sound in create button window, but how would I have a sound on the same button rolling out.
Please Help!
Kraazy
View Replies !
View Related
Rollovers
I have some buttons where upon rollover, the buttons changes color and some text appears over to the right of the page, but now everytime my mouse enters the area where the text is supposed to appear, it sort of acts like a button and my buttons start doing their rollover thing. How do I fix this?
View Replies !
View Related
Rollovers
I'm trying to figure out how to make a button play an animation when you roll over it, but play a specific frame when you click it.
I've used this Action Script:
on (rollOver) {
play();
}
on (release) {
gotoAndPlay(17);
}
It'll play the animation but win't go to frame 17 and play, it does nothing. I've also tried putting a shape over it and asigning the:
on (release) {
gotoAndPlay(17);
}
Action Script, but then it won't play the animation. Any ideas NE1... Thanks
View Replies !
View Related
Rollovers
I have just completed a Flash animation and I am having trouble with the on rollover function. I have 5 buttons on one layer, each button triggers a goto and play function which displays a different logo on mouse over in a section of the stage. The problem is that the rollover doesn't work the first time you roll over. They work fine once you have gone over each button once with the mouse, just not the first time. I'd appreciate any help.
Thanks,
Flasher
View Replies !
View Related
Pop Up Rollovers
Hey, 'evenin' to ya! Having some issues with getting this to work... I cant get the tooltip to appear. I have a feeling its something simple (but complicated enough to give me fits @ 12am LOL).
Now, Ive assigned the variable "tooltip" to the dyn.txt.box, and named what instances I need named... And I have these tooltips nested in the third frame of myMovieClip which is on the second frame of my main timeline. I have this code on that third frame inside myMovieClip:
========================================
function tooltip (string) {
xmouse = getProperty("", _xmouse);
ymouse = getProperty("", _ymouse);
duplicateMovieClip ("_root.myMovieClip.tooltip", "tooltip1", 1);
tooltip1.tooltip = string;
setProperty (tooltip1, _x, xmouse);
setProperty (tooltip1, _y, ymouse);
startDrag ("_root.myMovieClip.tooltip1");
tooltip1.gotoAndPlay(2);
}
function remove_tooltip () {
stopDrag ();
removeMovieClip ("tooltip1");
}
====================================
and this code for each tooltip (with different text for each button)
====================================
on (rollOver) {
_root.myMovieClip.tooltip("heres my use for this popup");
}
on (rollOut, dragOut) {
_root.myMovieClip.remove_tooltip();
}
====================================
Now, It is 12am, so I know Ill probably be embarrassed by the fix, but, I know it has to do with the path to which its played on. I know what youre thinking, but Ive tried several different variations of _root.myMovieClip.tooltip, or myMovieClip.tooltip, etc. Something tells me the path isnt identical throughout... or is it? 8P Or maybe Im just labeling it wrong. where/how would I fix this to get these sweet tooltips to work. any help would be greatly appreciated.
Thanks
geoff
View Replies !
View Related
Rollovers
I’m working on a Flash site at the moment and I have some text that slides in when you rollover another button, but when you roll out the text is supposed to disappear but it doesn’t unless you go and rollover the button again.
This is the script I have.
on (rollOver) {
tellTarget (“homeroll”){
play 0;
}
}
on(rollout) {
tellTarget (“homeroll”) {
stop 0;
}
}
Do you know a way to solve this?? I would like the text to completely disappear at the moment I've used a movie clip to animate the text.
View Replies !
View Related
|