Help Plzzz ...
simple Q?? can i change frame rate using action scripting? if yes ,,, how ... ?? if you give an example this would be really great ... thanx in advance ..
FlashKit > Flash Help > Flash ActionScript
Posted on: 02-23-2003, 11:32 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Plzzz Help
Hi there,
tricky little problem,
i have 10 different hidden buttons on stage which carry different
tweens in them. when one takes mouse over them evey button changes and amination of
each buttons and then stops and is over the hit button now we can see the
button but now its not a button any more.
now i need your help from here on. In the left lower corner there is
a dynamic text box(its name is text) which will show that on how many hit buttons mouse have been rolled over.
what will be the code.....?
and when this dynamic text box shows 10 then movie will go to next frame and start playing.
i have tried my best to explain u what problem i am facing.
HELP.....
plzzzzz reply. ALL COMMENTS WILL BE APPRECIATED.
Bye
ADNAN
[f8] Plzzz Help
okay im having a huge problem ... okay so .. i have this design template and im editing it .. im not that good at flash havent used it in years so ... okay when i copy this button it makes the same changes to each one when i edit either of them ... how do i fix this so i can edit one and it wont change the actions in other one or change anything in general to the other???
Help Me Out Plzzz
good day! its my first post here!
thank you for allowing me to join!
here's my question.
i'm trying to create a map based search street. what i did is i created several movies with the whole city map in my main movie
then i created a movie for each search st. what i want to do is to load the search st movie unto my main movie. i know how to do this but my problem is how will you call the search st specifically when a user search a certain st.
thanks in advanced!
flashroiem but my problem is how you call the search st specifically call the search st specifically
Help Me Out Plzzz
good day! its my first post here!
thank you for allowing me to join!
here's my question.
i'm trying to create a map based search street. what i did is i created several movies with the whole city map in my main movie
then i created a movie for each search st. what i want to do is to load the search st movie unto my main movie. i know how to do this but my problem is how will you call the search st specifically when a user search a certain st.
thanks in advanced!
flashroiem but my problem is how you call the search st specifically call the search st specifically
Plzzz Help Very Tricky
plzzzzz help cos the wall has a big dint in it from where im banging my head against it...
ok i got a start page which has a chromless window html code in it. when the enter button is pressed it loads the intro.html page in a chromeless (e.g. borderless) window.
this is fine but when the intro movie finishes i want the intro page to close and the main movie to open in a chromeless window again.
this is where the problem is how do i close the intro movie and load the main movie in a chromless new page?
the other problem is that i think the sorce code for the chromless window needs to be on the previous page e.g. for the intro it will be on the first index page. therefore for the main movie to open in a chromless window the source code would have to be in the intro page source.
if anyone could help me it would be really good as its a university project and needs to be handed in very soon
# # DropTarget # # Plzzz Help
i have a main movie and using the load movie command i load and unload various movies onto various levels, but when i load a movie with the droptarget function the problem starts.
the movie can be dragged but when u leave it on the hit area it does not recognise the hit area and comes back to its orginal position.
but when u play the movie independently it works fine..
i am attaching two files for reference
click.swf ie the main movie
ooo.swf ie the movie with the drop target feature.
Plzz help !!
Fscommand Help Plzzz
i have made a projector file with flash mx. and i want to open an external file, from a click of a button (exactly like the pne that PC Magazine cover discs come with, where you click to install a demo software). The problem is that i have tried the fscommand "exec" but flash wants me to store my extrenal file in a folder called fscommand. This is a problem to me becasue i have quite a few softwares with the setup.exe file and if i put all of them in one folder they will clash.
Could some one PLZZZZZZZ Help!!
Fscommand Help Plzzz
i have made a projector file with flash mx. and i want to open an external file, from a click of a button (exactly like the pne that PC Magazine cover discs come with, where you click to install a demo software). The problem is that i have tried the fscommand "exec" but flash wants me to store my extrenal file in a folder called fscommand. This is a problem to me becasue i have quite a few softwares with the setup.exe file and if i put all of them in one folder they will clash.
Could some one PLZZZZZZZ Help!!
Collision Script Help Plzzz?
onClipEvent (enterFrame) {
if (_root.b1.hitTest(_root.right)) {
setProperty ("_root.b1", _x, targetx);
setProperty ("_root.b1", _y, targety);
tellTarget ("/") {
nextframe()
// tell main time line go to ...next frame in
// this example
}
}
}
I use that script for when a movie collids with another it goes to another frame. It doesn't work if you put the goto action where nextframe() is. I don't want it to goto the next frame i want it to go to another frame. Plzzzz help!
Stopping My Navigator Plzzz Help
ok my navigator tracks and seeks my mouse as you can see at
http://www.silk-design.com/test
but he goes we out of the movie
how do you stop this by telling him by variables
like this x= -450 and x= 450
but I don't know how you set up this script
plz help
this is my script so far:
onClipEvent (enterFrame) {
_x = _x+_xmouse/20;
}
Plzzz ,,, Flash Button
hello ,, this is what am in to :
burn a cd that contains a .doc files and make autorun flash interface that contains a buttons and when click on one of those buttons it have to open a specific .doc file on my cd ,, i know how to open it without using a cd with a fscommand folder that contain those file : html.bat - html.doc - html.exe - invoke.exe ... but how can i use those file on my cd and make it effective with those button so any one can use this cd and open the files ??
Help Plzzz With Button Actionscript
i would like to control a movie via a button. my movie is made of over 100 frames (swish animation exported to flash) i want a button that will stop the movie at the frame that i desire. eg my button is on frames 10 - 20. in that time i want to be able to press the button to make the movie stop at a particular frame, say frame 35. how do i do that?
basically i want a button to stop the movie at a given frame. the movie has to play until it reaches that frame then stop. so if the button on frames 10 - 20 is pressed, it will play until it reaches frame 35 then stop.
Translate In Actionscript For Me Plzzz
Hello,
My problem is in the following code :
ActionScript Code:
this.gotoAndPlay("press");
this.enabled = true;
if(prevClip != this) {
prevClip.enabled = true;
prevClip.gotoAndPlay("go");
//prevClip("out");
_global.prevClip = this;
}
I use it in my main navigation so that a button stays highlighted when clicked untill another button in the head navigation is clicked.
I created another navigation, in the swf that is loaded when clicked in the main navigation. Now I also want to use the code above for this navigation, but unfortunately it doesn't only work for the new (sub)navigation but also for the main navigation. So if I click something in the subnavigation, the clicked item in the main navigation is no longer highlighted.
Does someone understand what I'm saying. Cos I don't think I'm talking much sense. I only want to know if somebody can translate for me in actionscript :
How do I say "delete prevClip" as long as it is not f.e. "mc_button_3"
Someone plz????
Login Issues - Plzzz Help =)
hey all,
im trying to think of how i should do this i want to have 1 login preferrably that will allow the client to access several secure pages and i want the admin to have access to all the secure pages?
i have aready made a login on another site with php and a database and that works fine but its just dealing with different permissions or levels...could anyone plzz pass me in the direction of any tutorials of this or if they know how to do it to plzz share with me
cheers peeps!
Needdd Helpppp Plzzz
hi guys,
im making a webcam flash game atm, its a ninja game, like the playstations eyetoy game, i have ninjas come from left and right, i am using script to place the ninjas from the library to the stage they are called Template2player,targetTemplate,targetTemplate3play er, 3 ninjas in total. now the problem is placing them in the right position eg(one comes from the top of the building, one on the ground, one on level 2 etc)
i placed the ninjas in an array (targetList and added the positions i wanted them to appear.
my code looks like this
if(!gameOver) {
targetCounter ++;
targetList = ["targetTemplate2player, _x: 38, _y: 80 " , "targetTemplate, _x: 60, _y: 140", "targetTemplate3player, _x: 210, _y:15"];
var randomNum = random(3);
var someTarget:String = targetList[randomNum];
var target:MovieClip = targets.attachMovie(someTarget, "Target" + targetCounter, this.getNextHighestDepth()+1000+targetCounter);
target.myNum = targetCounter;
num:target.myNum};
}
}
now can someone help me, the ninjas are not showing on the stage, is there something i missed in the code??? or do i have to place the positions of the ninjas elsewhere
plz help
cheers
Text Scroller With CSS - MAC And PC HELP PLZZZ
Hi All,
I am having the WORST time creating a text scroller with CSS. I just wanted a simple text scroller for my site for the news. I noticed that when I use the Font FFF Harmony it does not show up in MAC only on PC. And, none of my CSS works. I am still learning. PLEASE PLEASE HELP!! Can someone please help me or give me a tutorial??
Kristina
Im Not Sure How This Can Be Done, Its A Drag And Drop Thing Plzzz Help
What i need is for if an object is dragged and released on top of another object it goes to another frame, but if it isn't released on that object the object will go back to its original place! Like in the inventory or arcane episode 2 at:
http://www.sarbakan.com/Arcane1
Please help!
?Custom Cursor Problem? PLzzz HELP
I've built a custom cursor following a tutorial in a book.
Basically using :
onClipEvent (mouseMove){
_x = _root.xmouse;
_y = _root.ymouse;
updateAfterEvent();
}
Which works fine..but I became stuck as the tutorial continued to explain how to only activative the custom cursor when it's over a particular area (a 'Hot' mc) !! Which is what I want .... but I just can't get it to work ??? Does anybody have any Ideas ??
I've added an FLA of what I've got up to now !!
Problem With My Flash Site, Plzzz Help
---> http://www.4thdimension.homestead.com
I'm new at flash, this is my first attempt to create a flash web site. I used javascript to edit the html file that was published from the flashMX file i created in order to use popup windows to display large imgs from thumbnails in the flash movie. i got these codes from some website to put on my thumbnail as action "on (release) { getURL("javascript: popup();");}" then insert javascript "function popup() {window.open ('http://......" in my html file. It does load up the images properly, but everytime after i close the popup window tat was loaded, it will mess up all my buttons, watever buttons i click, it will take me back to the first button where the thumbnails were, and i cannot loadup the popup images again. check my website, click all the buttons and thumbnails u'll know wat i'm talking about. I tried and tried, but i couldnt figure out why, its getting on my nerves. Plzzz someone help me out here, i'd really really appreciate it, thanx a million in advance.
Jeffrey
Problem With My Flash Site, Plzzz Help
---> http://www.4thdimension.homestead.com
I'm new at flash, this is my first attempt to create a flash web site. I used javascript to edit the html file that was published from the flashMX file i created in order to use popup windows to display large imgs from thumbnails in the flash movie. i got these codes from some website to put on my thumbnail as action "on (release) { getURL("java script: popup();");}" then insert javascript "function popup() {window.open ('http://......" in my html file. It does load up the images properly, but everytime after i close the popup window tat was loaded, it will mess up all my buttons, watever buttons i click, it will take me back to the first button where the thumbnails were, and i cannot loadup the popup images again. check my website, click all the buttons and thumbnails u'll know wat i'm talking about. I tried and tried, but i couldnt figure out why, its getting on my nerves. Plzzz someone help me out here, i'd really really appreciate it, thanx a million in advance.
Jeffrey
Problem With My Flash Site, Plzzz Help
---> http://www.4thdimension.homestead.com
I used javascript to edit the html file that was published from the flashMX file i created in order to use popup windows to display large imgs from thumbnails in the flash movie. i got these codes from some website to put on my thumbnail as action "on (release) { getURL("java script: popup();");}" then insert javascript "function popup() {window.open ('http://......" in my html file. It does load up the images properly, but everytime after i close the popup window tat was loaded, it will mess up all my buttons, watever buttons i click, it will take me back to the first button where the thumbnails were, and i cannot loadup the popup images again. check my website, click all the buttons and thumbnails u'll know wat i'm talking about. I tried and tried, but i couldnt figure out why, its getting on my nerves. Plzzz someone help me out here, i'd really really appreciate it, thanx a million in advance.
Jeffrey
Plzzz Urgent>> Scroll Bar's _focusrect
hii all
using flash mx 2004. i am using scrollPane for calling swf files and at a certain point in that scrollPane i have to click a button whic opens a mc above that scrollPane. The Problem is that the only focus rectangle of scrollPane is still above the mc which i am calling. i tried but can't solve it. i have to submit that file please help
Dynamic Text In A Swf Loaded Into Another Swf - Help Plzzz
I made this swf movie where a dynamic text displays an external text file.
Since I don't have much knowledge in actionscript, i just typed
LoadVariablesNum("text.txt",0);
in the action layer and it worked out fine.
But when I create a preloader and load the main movie(the movie with the dynamic text) in it using the Loader component, the dynamic text dies.
please help me with this. I don't know how to use pathing.
Curly Line Drawing Problem.... Plzzz Help
Hi there Every1!
First: I am newbee so please try not to lame me cos I am allready, and please if you can help me try to explain it very detailed, step-by-step like trying to explain it to your grandma! Thanx…
So here is my prob. I would like to make a simple movie (I told you I was a newbee) which shows a pencil which draws a curlicued (not straight) line! I have the pencil on a layer moving but…. I just CANT make the line. I really dont know how can show the drawing… I would like to make the line appear as the edge of the pencil is moving. I hope you understood my problem and you can help me!
Thanx in advance!!
Palestine Game Help... Variables Problem Urgent, Plzzz Help.
hya guys, cheers for the help first of all,
im making this game which is parody on palestine situation. in brief, i need to workout the action script for the + and - buttons so that when they are pressed on different thermometers, it changes the value of the other ones...
dont know if that makes sense, but see what i've done, it's a bit of a mess.
the - buttons work for all thermometers but not perfectly, the plus buttons dont seem to work right at all. please, i have a deadline, and if u can help me fix this you're a legeeeeend!!!!
thank you.
shroomly.
Help On Making Countdown Timer Work For My Middle East Game? Plzzz
hya all, cheers for helping.
im making a middle eastern game, i have a start page and on that page ill have a button which sends the user to the game page (scene 2) how exactly do i integrate a countdown timer that i downloaded off this site to run so when the game starts it displays 2:00 minutes and counts donw. do i write this stuff in my action script??
not sure what to do, im not too great with flash and would appreciate any help!!!
thank you very much.
|