Right Clicking
what's the publish setting to where you can zoom in and out when you right click?
FlashKit > Flash Help > Flash MX
Posted on: 02-05-2003, 06:43 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Clicking Lingage Inside Library. I Think Im Braking A Clicking Record ..
I´m going crazy I have to export 773 files inside my library. All files are small sound clips. So I have to right click 773 times and choose export for actionscript. However the filenames are just as I want the identifier to be so if there would only be a command like
"Export selected items for actionscript using the current filename "
it would save my day.
If anyone know how to do this in a quicker way please let me know.
Thanks
[mx + Flash8] Different Mouse Events For Clicking Or Clicking And Dragging
Hi there,
there's something that nearly makes my head explode ...i'm in desperate need for your help
what i want to achieve is an online magazine where you can:
- flip the pages by clicken on the corners
- click on the pages to zoom in
- if zoomed in, click to drag the page around
- click again on the page to zoom out.
like in this example: http://www1.visions-weekly.de/epaper/epaper.html
what i have so far is:
as i'd never ever be able to program the pageflip thingy myself,
i bought a pageflip component from the lovely guys at flashloaded.com, so the magazine itself is set up, all the pages are in and i can flip them by clicking on the corners ...sweeet
now comes the tricky part (at least for me)
i put an invisible button on top of the book. i started with the zoom function and used the onClipEvent(mouseDown) and (mouseUp) functions. if clicked for the first time i scale (xscale, yscale) the book to 120%. on the next click i zoom back to 100%. That worked out of the box
Now i wanted to integrate the dragging. the book shall be dragged only when the mouse button is pressed ...but i didn't find a function for that. What i can achieve is either drag it after it got clicked or drag it always when clicked.
for example i tried this code:
i defined 3 variables in the main timeline:
firstclick (to monitor if it is the first click or not)
clicker (to monitor if the button is clicked right now)
dragger (to monitor if the book gets dragged)
Code:
onClipEvent(mouseDown){
if(_root.firstclick=="0"){
_root.firstclick="1";
}
else{
_root.clicker="1";
}
}
onClipEvent(mouseMove){
if(_root.clicker=="1"){
_root.dragger="1";
_root.mybook.startDrag();
};
}
onClipEvent(mouseUp){
if(_root.firstclick=="1"){
_root.mybook._xscale=120;
_root.mybook._yscale=120;
_root.firstclick="2";
}
else if(_root.dragger=="0"){
_root.clicker="0";
_root.firstclick="0";
_root.mybook._xscale=100;
_root.mybook._yscale=100;
_root.mybook._x=10;
_root.mybook._y=10;
}
else if(_root.dragger=="1"){
_root.dragger="0";
_root.clicker="0";
_root.mybook.stopDrag();
}
}
the zooming works but not the dragging (i presume because the dragging would start after the click not while the button is pressed.
i tried to work with listeners (for the first time) but to no avail, because if i listen for clicks or drags that interfered with the pageflip function where you click and drag the pages as well.
can some one ...pretty pretty please ... show me a better way to achieve this?
yours
Stefan
Right Clicking
Sorry for my ignorance, but I can't find a way to find out if someone clicks on a button with the right button of the mouse...
Thanks.
Right-clicking
How do you make the right-click menu say nothing but 'about macromedia flash' like on the macromedia website buttons?
Right Clicking
Hi. How come sometimes when you click on flash it says zoom in zoom out etc.. and then other times you click it, and it just says macromedia flash ? How can I make my files just say flash, without the zooming in and out, thanks
Right Clicking In .swf...
hey all...
i'm sure this is not a hard problem to solve, but for the life of me, i can not figure this out...i have seen some flash sites when you right click anywhere in the movie the only option window that appears is 'settings', and 'about macromedia flash', how do i set my (MX).swf's without the 'zoom, quality, print, etc...'? does this make any sense? any help would greatly be appreciated....thanks!
2advanced is an example of what i'm trying to do..
http://www.2advanced.com/flashindex.htm
Right Clicking
Hey everyone,
I was wondering how do you make it so in your flash movie when you right click all that shows up is settings and about macromedia flash player 6, and not when usually shows up all that stuff like zoom and crap like that.
No Clicking
im really new to flash, like a day. im working on the tutorals and i aint doing so good. but thats not what my question is about. i wanna know is it possible to disable keys, like ctrl + x or ctrl c stuff like that??? but i want this to happen at my website, like adding coding. im big on web design. so can anyone help meh out???
Web Right-clicking
how do you make it so when people right click on your flash it doesnt give them the option to zoom in or anything like that?
Right Clicking
can flash detect right clicks? how? does this port over to Macs well?
thanks
Right Clicking In A Swf
when you right click on a swf file it comes up with options like forward and back and rewind and play and loop etc. But sometimes you see just settings and about macromedia flash player. I want to know how you can make it just say settings and about macromedia flash player so people cant cheat in games you make or something. Anyone have any ideas or does anyone know how you do this?
Right-Clicking
Hey all!
I was just wondering... Does anyone know how to make it so people cannot right click on you flash movie?..or even if they right click, the ZOOM option and such are taken away?
I'm sure this is probably an easy fix but still
Thnx - SecondComing114
Clicking
how would you do something simple like this?
http://ic3.deviantart.com/fs11/f/200.../JimmyWalk.swf
While Clicking Down
Hello, and thanks in advance for any help,
I'm relatively to Flash/Actionscript, and i was wondering if theres any function where it runs while the mouse is down. I know that doesn't make a lot of sense. Let me explain better. I know about onMouseDown, but to summarize, basically Im looking for something like whileMouseDown. Thanks!
Right Clicking
Is there a script that will let one thing happen on left click of the mouse and another on right click?
Ex - in first person shooter game, left click would be to shoot and right to reload.
Right Clicking
in the flash movies i make, when you right click on them i get that in flash_2.png
however, i would like it that when you right click the options to come in flash_1.png
(they are attached files)
can anybody help me in achieving this please?
thanks a lot
-binime
Re-clicking.
Is there a method where i can click on a button, and it does some function.. and when i clicked on it again it will perform another action?? (e.g, one click expands, another click closes a textbox)
Thanks.
Right Clicking
in the flash movies i make, when you right click on them i get that in flash_2.png
however, i would like it that when you right click the options to come in flash_1.png
(they are attached files)
can anybody help me in achieving this please?
thanks a lot
-binime
Clicking Soundtrack
Hi,
I've inserted and mp3 soundtrack to run with a flash presentation and once published, the sound clicks/jumps all the time. Has anyone else found this?
Is it to do with memory?, compression?
Can anyone suggest a good mp3 compression rate so that the quality is good but the file can still be emailed?
Right Clicking In Flash - POSSIBLE?
Hey guys...
I tried looking in the forum for this but couldn't find it - and I am sure someone has asked this before.
Is it possible to capture a right click in Flash? I am building some software training that replicates some common Windows functions such as RIGHT CLICKING text to bring up the Undo, Cut, Copy, Paste etc menu.
It is pretty important that users be able to use the right mouse button or else the training will not seem realistic.
Cheers
Right Clicking Code
i have seen many flash sites where you right click on the movie and you only get the option of viewing an abuot page at macromedia. How is it that you can turn off the play, zoom in and zoom out, and otehr functions like that fromt he right click menu? is this actionscript. if so, could someone please tell me how to do this, i can never figure out how.
Right Clicking Buttons
I am making an application that shows people how to use Windows Explorer and I'd like to be able to right click on the folders which will bring up a menu.
Does anyone know of a way to be able to right click buttons?
Is there a way to do this?
Clicking A Button Twice.
This is my problem - I have a button which when clicked plays the first 10 frames of a movie clip. How can i make it so that if I click the button a second time it plays the last 10 frames of the MC?
So basically click once, play 1-10 - click twice, play 11-20, click a third time, play 1-10 again.....and so on.
Can anyone help??
Clicking To Another Scene
I am using this code to try and click a button in my "Scene 1" to "Frame 1" of my "Scene 2":
on (press, release) {
gotoAndPlay("Scene 2", 1);
}
But everytime I click my button, my movie just replays. And at the end of my movie, it then advances to the "Frame 1" of my "Scene 2" - any ideas?
Thank you so much!
Dan
Clicking New Button
I have three buttons on a flash form. I have handlers specified for all three of them and they work however when I click one then click the others the others open the same page as the first. I am using php as a backend. How can I fix this?
Right-clicking The Movie
how would i go about coding something to where it takes out all the right-click options on the movie? like when you normally right-click it gives you "play, forward, loop, etc.." , then there's some movies when you right-click it only gives you "settings & about flash". how do i make it only give me those 2 features?
Navigation By Right Clicking
Hi! I'm trying to go to a previous scene by right-clicking (like a powerpoint presentation) Can this be done?
Also, can I go from scene to scene with the scroller on a mouse?
thanks!
Right Clicking And Randomizer
i have two questions, 1. how do you create a random frame thing, so that it will randomly generate a specific frame that you list, and 2. how do you disable the right click option so that you cant rewind it, forward, back, or any flash box editing option. thanks much.
Clicking To Another Movie
Hey folks:
Well, thanks to this forum I actually figured out how to set up my movie to move through it with button clicks!!! Now I have another stumbling block.....
I have 3 movies. The first one is the overall program. The other 2 are add ons to the first. I have no problem moving from frame to frame with an onKeyPress...but I need to go from Frame 8 in Movie 1 to Movie 2 and at the end of Movie 2 I need to get back to Frame 9 in Movie 1. Here is where I am lost. I tried a few things....but they don't work.
Any help is great!
User Right Clicking ?
Hi all...
Building a scene where the user can right-click on an input-text field and a small window with more information pops up...and once they click on the window, it dissapears...
How can I do this...???
thanks for your help...
D...
Button Clicking Itself
Ok, on my website i have four flash baseball buttons (i have only linked so far) and when go to the website the link i made the button link to load's straight away without being clicked.
I used the 'getURL' action, i cant understand whats wrong with it.
Heres my website
Double Clicking
Is there actionscript that you can write if you want someone to double-click an object rather than single click?
Right Clicking Link
Does anyone know how to do the effect here of having a right click menu, with open in new window etc, within flash. It is located in the news section here.
http://www.fluxen.com/
Right Clicking Limitations
How do you get it so when the user right clicks your flash they have no options such as fastforward and play. I need to take these options off. Any help Appreciated.
-Ryan
Rollover Clicking In IE For PC
i have a button that calls a javascript function on rollover. when you rollover the button in IE on a PC it clicks. i assume that it cliocks becasue i am calling a javascript function? how can i get that click to go away? thanks.
the url for this project is:
http://www.oncallinteractive.com/nb/
the side nav is the culprit.
mike.
Help With Double Clicking
The site I have works fine, except I can't figure why the navigation is requiring a "double click" on some of the images. They are all coded to open new movie on mouse down. Sometimes they work fine, but sometimes you have to ckick twice to get the on mouse down action to work. Any ideas would be greatly appreciated.
//this controls "visual cue"
on (rollOut) {
gotoAndPlay("out");
_root.CURSOR._visible = false;
}
//this calls new movie 1 level above current
on (release) {
loadMovieNum("projects/residential_01/01.swf", 3);
}
The icons I am speaking of are not on the first page, but on any of the subsequent pages where there are project icons. click around on a few and you will notice that some require two clicks instead of a single click as it was designed.
http://www.tntarch.com
How Do You Disable Right Clicking?
How do you disable the menu when you right click in a flash movie? I have seen it done so that you cant rewind or fast forward or anything like that and I would like to know how to do it. Or if you know of a link to a tutorial that would work, I cant seem to find one.
Clicking From 1 Webpage 2 Another...
I am currently using the loadmovienum actionscript to move from one webpage to another. I have a toolbar for navigating around the pages. How can I tell the toolbar to unload itself? I have also noticed if I go from the mainpage to a subpage, then attempt to go to another subpage...you can briefly see the previous page. How do I get rid of this? I was also wondering how to do transitions?
Clicking Outside A Button
I have a button on the stage. When I click on the button a popup appears. Now what I want is when I click outside the button (anywhere in the stage) the popup should disappear. I can do it by making a large button with alpha value 0 and writing the script on that button to make the popup disappear but this is not the way I want it to work.
Is there any other way.
Please let me know.
Thanks in advance
Clicking Counter
Does anyone know how to set up a counter. I need it for a flash banner that will count how many people clicked on the banner and send me a message of some sort of hits a day.
Closing WMP By Clicking On Vid?
(repost from video)
Hi.
I've been using jmovie from flash jester to load movies into WMP. Now im going to use FSP because with the directshow extension, i can do almost everything i need to do, plus more! very cool.
However, there is one more thing i'd like to do, and that is, close WMP with a click (or in my case, touch) on the video window. My video is full screen on a kiosk, so i can't expose my flash movie and just use buttons. Jmovie could do this by building an ini and exe loaded with some sort of command to do this. I suspect that somewhere there's a plugin for WMP that will allow this behavior, or possiblely a FSP extension?
If anyone knows of any such plugin, extention, or info on writing my own plugin to do this, please reply with the info.
Im almost there!!!! B
Clicking Sound
Hi Everyone,
I am new here so please bare with me if i don't make sense.
The problem i am having is that after i launch the site through dreamweaver, I encounter a very weird problem. When my mouse go over and press down on the navigation button, I get a "delayed" + "repeat" mouse click sound.
I have build the site totally from Flash and just exported it as Swf and then publish it through dreamweaver.
This disturb the site as a whole and i tried asking a few people and they have given me different possible solution and it doesn't work.
I tried increasing the frame rate from default 12 FPS to 25 FPS
I have put in the standard preloading bar so it should all load.
It have been bothering me for so long and i seriously don't know how to solve it and which i can get some help here.
an example site link will be the following
test
Thanx for all the help and replies
sawlo
After Clicking Twice Getting Right FileSize?
peepz,
i have a preloader script that only works if i click twice! the first time i click i'm getting a different filesize then when i click it twice...
I'm also having the problem that this line:
mcLargePhoto.gotoAndPlay(2);
isn't working!
how can i fix this?
code:
_global.depth = 5000;
//--------loaderFunction------
function loadJPEG(mc, url) {
mcPhotoPreloader.gotoAndPlay(2);
// load img
mc.loadMovie(url);
trace(url);
_global.depth++;
this.createEmptyMovieClip("load_obj"+_global.depth , _global.depth);
obj = eval("load_obj"+_global.depth);
obj.onEnterFrame = function()
{
var total = mc.getBytesTotal();
var current = mc.getBytesLoaded();
percent = int(current*100/total);
txtPercent.text = percent;
if (total != isNaN && current>8)
{
// preload animation or text
if (total == current)
{
delete this.onEnterFrame;
mcLargePhoto.gotoAndPlay(2);
mcPhotoPreloader.gotoAndPlay(16);
}
}
};
}
//--------loaderFunction------
_global.showLargeImage = function(modelNumber, url, largeImage)
{
//-------------------------------------
// execute with
propShot = new Array(url+largeImage);
loadJPEG(mcLargePhoto.mcLargePhotoHolder, propShot[0]);
//-------------------------------------
mcLargePhoto.gotoAndPlay(2);
}
Double Clicking
I'm trying to set up a button that actually requires a double click. Seems stupid, but that's what the client asked for in this project. I've been experimenting with both time line based function and AS based function and I'm not getting anything.
Does anyone know of any simple code, or a tutorial on creating a "double click" button in Flash? I'm thinking timers but can't get them to work...
Any help?
-Jeff
Clicking Off Navigation
Hello all,
I'm working with FlashMX (not 2004) and am a begginner to intermediate with ActionScripting. Mac User, OS X 10.3.9
The problem:
I've created a piece of drop-down navigation that is functioning very well and now I would like to fine tune the user experience by allowing users to click anywhere on the screen - other than on the menu itself - and have the drop-down menu close, or in other words, gotoandPlay (1) which is the closed or default state of the navigation. Basically, I'd like it to function the same way any application with drop down menus does, (say, MS Word for instance). Typically, a user can click on a menu header, the drop down selection appears, and then, if the user changes their mind and wants to make that drop down menu disappear, they can click any where on the page to make that happen.
What I've tried so far is to use the "on releaseOutside" but I quickly learned that that only works when the Press occured on the hotspot to begin with.
Then I tried creating a button that had only one huge hit area to cover the stage, (with areas cut out for the drop-down), set that to "on release...gotoAndPlay (1)". Which, after a fashion, works okay, but it calls up the hand cursor on the entire stage which will confuse users and look sloppy. Plus I know this huge hitarea will cause me to run into new problems down the road as I work on the other interactive functions within this project.
Any suggestions, solutions, etc. are greatly appreciated.
-- hyperdogt (new to FlashKit Forums!)
Clicking A Button More Than Once Before It Does Something
hello!
i was wondering if it is possible to code a button so that it won't do the action assigned to it until it has been clicked a certain number of times.
i would like to code this button of mine so that upon the 3rd time it is released, it will then goto and play another frame.
so what is the actual code syntax for saying: code: on(release #3) {
gotoAndPlay("part2");
}of course i just made up that "#3" part of the code, but how is it really done?
i'm using FlashMX 2004 by the way.
thanks in advance!
IE7 And Interactive Clicking
Is there any way to get around the fact that in IE7 you have to click to activate something?
I did a groovy scyscraper which - requires you to roll your mouse over it and things then happen and so forth and if I can't get it to work I'm going to stick my head in the oven.
|