Flash :: Professional - Change Pop-up Dialogue Box?

Mar 22, 2011

I am creating interactives that are interfaced via touchscreens. When someone holds their finger on the screen for more than a few seconds, a settings pop-up appears where the zoom, etc. can be changed in flash. Is there a way to disable this? I use flash cs3 - as2.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: RPG-style Dialogue In Flash 8?

Feb 9, 2011

I'm building an RPG game and need help with the dialogue. I have no idea how to go about it. What I want to set up is something that after approaching a character and pressing spacebar (or any key), text displays with an image to the left of the character speaking. I've tried looking up tutorials but they all seem to be for CS3 (I am using Flash 8).

I currently have no code whatsoever to share, since...I don't know where to start =/ . Source codes would be appreciated, but most of all, I'd love a link to a tutorial or past thread that explains in detail (and layman terms...) how to do something like this, since I want to learn as I go.

View 2 Replies

ActionScript 2.0 :: Creating Flash Game With Story Dialogue

Mar 9, 2011

I'm using Macromedia Flash Professional 8 at the moment, and I'm fairly inexperienced with actionscript and most Flash processes. What I'm looking to do is create a game of sorts where characters appear on either side of the screen and a dialogue box appears at the bottom with text scrolling across every time the player clicks "Next" or whatever, and the characters' mouths move and their eyes blink as the text scrolls. We're using voice actors so we'd put an audio clip at the start of each piece of dialogue.

View 1 Replies

Flash :: HTTP Authentication Using Htaccess/htpasswd Dialogue Box Comes Up Twice?

Dec 2, 2009

I have a site that has the main path under password protection. I also have a subfolder that have a separate (htaccess/htpasswd) password protection. For some reason, when I access the subfolder, I'm asked to put in my id/password twice. All of the files that are referenced are under the subfolder.

What should I be doing to troubleshoot this? I've tried this on different browsers and it's the same behavior. There is one main html page with a .swf (the only thing on the page)...it loads other assets but they are within the same subfolder.

View 1 Replies

ActionScript 2.0 :: CS3 Dialogue Trees And Allow Them To Progress?

Feb 9, 2010

As I said once before I'm making a dialogue based flash game.I'm relatively new to flash, so I've been having to scavenge for bits of code for what I want to do...-------Right now my situation is this -When a player "talks" with a character by pressing the "talk" button I want them to be able to pick up at the conversation point they were at last time. Not a save file, but more of a progression,so if they were to explore other parts of the world and come back to the same character, they'd have to click on the same "talk" button, but //still// be advanced in their dialogue tree.

Is there a way to do with with action script code?Something that will tell flash, "Oh, this is where we left off, I'll go to the next frame of dialogue" when players clic on the "talk" button?My only idea to do something like this is quite a hassle -make a variable named "times talked to" and have the button depended on this variable, and make it gain a point every time it is pressed,but I'm under the impression that this effect can be achieved without something like this.

View 1 Replies

Empty Char Embedding Dialogue Box?

Oct 4, 2010

I'm using flash cs4 on a mac and I need to embed some characters to support greek, and probably a lot of other languages. The problem is, my Character embedding dialogue box is empty! There's nothing in it at all... I'm using Tekton Pro as the font for that dynamic text box, I tried using something more basic, Arial and Helvitica didnt work, still nothing to embed. I know the phrase that will be in it, at least the first one, when I put it in the "Include these characters" box and reran, all the dt box would show is an apostrophe. I put the phrase into the dt filed itself and "autofilled" it did the same thing. I also tried doing the same with the % character version ie %B6, it picked up that they were characters but still wasnt displaying right. I'm diverging.

View 3 Replies

AS3 :: Php - Open A File Dialogue Box From Zend AMF?

Dec 3, 2010

I want to send a request to my Zend AMF to Open a Dialogue Box for a File Download.The process:Send a request to the Zend Server from my flash App, process the MYSQL results with PHP, then send the result to the browser as a file download (.csv) AND a result true or false to the appI have the code working just fine outside of the Zend Environment, but of course, when i go to echo/print the file - it sends back to flash with nothing happening.Is there any way around this?

$file = "";
$outtype = "Content-type: application/octet-stream";
header($outtype);

[code]......

View 2 Replies

Empty Char Embeddign Dialogue Box?

May 26, 2009

I'm using flash cs4 on a mac and I need to embed some characters to support greek, and probably a lot of other languages. The problem is, my Character embedding dialogue box is empty! There's nothing in it at all... which is... problematic.

I'm using Tekton Pro as the font for that dynamic text box, I tried using something more basic, Arial and Helvitica didnt work, still nothing to embed. I know the phrase that will be in it, at least the first one, when I put it in the "Include these characters" box and reran, all the dt box would show is an apostrophe. I put the phrase into the dt filed itself and "autofilled" it did the same thing. I also tried doing the same with the % character version ie %B6, it picked up that they were characters but still wasnt displaying right. I'm diverging. get that Char embed box to have chars in it... I don't know why its empty.

View 4 Replies

ActionScript 3.0 :: Close The RPG Text Box After The Dialogue Is Completed?

May 20, 2010

I have been using this tutorial to get RPG text boxes in my game. So far, so good. The RPGtext.as I'm using comes from that tutorial, and hasn't been altered, while I'm calling the var arrays containing the character speeches from yet another document class. Something like this:

[Code]....

The dialogue begins and it's all good. Now, here's my dilemma: Is there a way to "shut down" the rpgText movieclip when the Dialogues.d1 has no more text to provide? Each time I press the rpgText movieclip, it refreshes with new text, but when it reaches the final text, I want to be able to press it and make it go away (remove movieclip from scene, something like that).

I tried the "if (Dialogues.d1.length == 0)", but it doesn't work. Is there a way to detect if the Dialogues.d1 has reached its final sentence? Will it be necessary to alter the rpgText.as?

View 12 Replies

Actionscript :: Save Text File Without Dialogue Box In It?

Jan 13, 2010

I want to save the text file without dialogue box and store the given particular path in flash actionscript 3.0 or 2.0.

View 1 Replies

ActionScript 3.0 :: Call Javascript Alert Dialogue Window?

Aug 2, 2010

I think I remember hearing that you can trigger a java alert message from within actionscript out to the html page but whats the code to do such a thing?

View 2 Replies

ActionScript 3.0 :: Download File Without Prompt Of Save As Dialogue?

Aug 29, 2009

I need a way to be able to download a file without the prompt of save as using filereference i need to download this file, manipulate the file and then later on, upload it back to the server!

View 4 Replies

ActionScript 3.0 :: Splitting Dialogue Text Into Smaller Chunks/Lines?

Apr 27, 2010

I'm working on an RPG engine where all the dialogue is stored in an XML file. Ideally like to be able to pass the engine a large paragraph of dialogue text and display it bit by bit inside a fixed-width text field without splitting any words.So for example, if I were to pass the following chunk of text:"Good countrymen, let me depart alone, And, for my sake, stay here with Antony. Do grace to Caesar's corpse, and grace his speech. Tending to Caesar's glories; which Mark Antony"The engine would work like this:"Good countrymen, let me depart alone, " - PRESS SPACEBAR"And, for my sake, stay here with Antony. " - PRESS SPACEBAR"Do grace to Caesar's corpse, and grace his speech. " - PRESS SPACEBAR"Tending to Caesar's glories; which Mark Antony" - PRESS SPACEBARDoes anyone have any ideas how I could achieve this?

View 1 Replies

ActionScript 2.0 :: Create An Array For Every Time Two Characters Exchange Three Lines Of Dialogue?

Jul 9, 2009

i'm creating a very linear game which will be dialogue-heavy. In fact, there will be little action involved at all. Think a game storybook. I'm using ActionScript 2 because AS3 is just too complicate for the type of newbie that I am. But all I'm trying to do is set up dialogue between two characters in my game with an image of the speaking character to the left of the textbox. Something very much like this:I considered creating arrays for the dialogue but my problem is that if I create an array for every time two characters exchange three lines of dialogue, I would end up with over 300 arrays. Not my cup of tea.

So, instead, I focused on this. I created a function called speak. Speak pulls two parameters: charNum and charText. CharNum is a number which specifies which frame of the charPic instance should be displayed, showing which character is currently speaking. CharText is simply the dialogue the character will speak, which will be displayed in the dynamic textbox with variable name 'dialogue'.The following code is an example of what I have at home. I'm at work trying to get help, so I don't have the actual coding. Therefore, small errors may be present. I'm looking more at the overall functions guiding my code.

[Code]...

You see, AS2 sees these as I believe what is called synchronous functions, meaning they run at the same time. Therefore, the second speak function overwrites the first one before the user presses the space bar to go to the next one. See the issue?I've tried to seek help on this issue (and other before), and I keep getting told about arrays and setInterval. But my problem is that I've tried it all. I don't see a good array tutorial about this type of thing, and setInterval doesn't function like I'd want as well. Instead, it seems that from what I've read and tried, setInterval is for setting a delay up for a certain amount of time. I don't want that. I want a delay to occur until a button (namely the space bar) is pressed.

Like I said, this seems like a fairly common thing to do (stringing together dialogue in a flash movie/game), but I have seen no tutorial nor other help through all my Google and forum searching. A little push in the right direction would be appreciated. Like I said, I've figured out everything else my game needs from preloaders to game inventory to animation effects.

View 1 Replies

ActionScript 2.0 :: Make A Ticker Counter That Starts From 0 - 0 Rand And Counts Up For Portion Of Dialogue?

Sep 27, 2010

I need to make a ticker counter that starts from 0 - 0 rand and counts up for this portion of dialogue.

a commission of between R6,000 and R12,000 per month,
again depending on the amount of each person's
purchases.
200 customers gives you R15,000 to R30,000.
And 600 customers gives you a return of R50,000 to
R100,000. Per month.

View 1 Replies

Professional :: Change A Few Flash Settings?

Oct 19, 2011

I bought a template but can figure out how to change a few flash settings .My website is done except for these few minor changes.To see what Im talking about go to the website main page here [url]....

1) There are two flash files, a menu and a header, in the menu when the page paods the buttons are white and turn orange when you scroll over them. Id simply like them orange when the page loads and then to turn white when you scroll over them. I can figure out how to get the scroll over to white but not the first part to getting the load orange.

2) In the header file there are several pics. Beside the pics there are scroll over buttons. Id like the first button, that says domestic contract, open when the page loads.

View 1 Replies

Professional :: Change Stage Position In Flash?

Sep 4, 2011

I didn't find that my flash is larger than the browsering area on screen  until I publish and preview it in my browser but I do want all the content to be displayed on the screen. All I need to do is to move everything up for about 150 px.(in other words, to shorten the stage by 150 from the top but I can only cut the stage from the bottom ) Is there a way I can change the position of the stage like what I can do to the artboard in AI?

View 4 Replies

Flash :: Professional - Change The Stage Height

Jan 19, 2012

I have a completed Flash, but I need to change the stage height. Is there anyway to do this with out have to touch every cell. I have a ball that moves across the the stage, and I don't want to redo the whole thing. I've tried selecting all and moving the items, but it doesn't work.

View 6 Replies

Ios :: Change RenderMode=direct In Flash Professional CS5.5?

Mar 15, 2012

I need to change the render mode (wmode) to direct in Flash CS5.5, but I only get Auto, CPU or GPU mode. How can I edit the Name-app.xml to build the .ipa file with MY XML?

View 1 Replies

Professional :: Flash CS4: Change MovieClip 3D Vanishing Point

Jan 30, 2010

Is there any way, using Flash CS4, to change the vanishing point (ie projectionCenter) of a MovieClip? Or can Flash CS4 only adjust the stage's vanishing point? It seems that when I change it from inside a MovieClip it changes it on a global level, which is not what I want.
 
I've found I can use AS3 with PerspectiveProjection to change it at runtime, but I can't see the affect in Flash CS4 which makes doing the actual animation incredibly cumbersome.

View 9 Replies

Professional :: Change (Replace) A Flash Movie Icon?

Feb 28, 2010

I have created a flash movie for my company and I have been asked to send the swf file with our company Icon instead of regular flash icon.

View 1 Replies

Professional :: Change Origins Of Stage In Flash File?

Mar 16, 2010

How would I go and change the origins of the stage in my Flash file? right now its at x:30, y:35 for some weird reason. and when this file is done playing I have the as3 code tell it to load the next .swf file but the next .swf is not in the 0,0 location but rather the 30,35 location

View 1 Replies

Professional :: Change The Background To A Picture On Adobe Flash CS4?

Apr 23, 2010

how do make it so no matter how big my stage is, my background will tile on the stage AND off the stage forever and ever and ever and ever?

View 3 Replies

Flash :: Professional - CS5 - Position X / Y Coords Change By Themselves After Typing

Sep 20, 2010

I've been working in CS5, with an older FLA I originally built in CS3. On the timeline, I have different MCs and button symbols which need to stay in the same coordinate position. Usually if I notice some sort of 'wiggle', I will go and check the position coords by hand, updating the x/y position by typing numbers directly in the Properties panel.

However today, I repeatedly saw the coordinates change -by themselves- after I typed and hit Enter. For example, typing '165' in the Y field changed immediately to '164.95'. With one symbol, this behavior continued, no matter what I typed, with the number changing by 10 pixels sometimes, every time I just selected the symbol. Not only was I not able to keep the symbols at the same coords (I tried making  them all 164.95), the 'automatic decimal' numbers would actually change further, as I was trying to correct them. I was only able to resolve this by creating an entirely new MC symbol in the Library, and placing it on a new timeline layer.

I've noticed this sort of behavior before in CS3 and CS4 (the CS4 Alpha slider never wanting to go to 0 or 100%), but never to this extent, or as consistently. It's gone from an annoyance to a genuine problem in my workflow.

View 1 Replies

Flash :: Professional - Banner Over A Animation - Change The Text

Sep 29, 2010

I'm going crazy trying to figure out how to change the text on this banner. The person setting up my website isn't available anymore. I have this slide show with a transparent banner at the top and photos that I can manipulate. I can also change the order by modifiying the file Images.xml:

[Code]...

View 6 Replies

Professional :: Change Text In Purchased Flash File?

Nov 21, 2010

I use DW CS4. I've gone to the Library panel, as suggested (below) but cannot find the "a Text 1" text as suggested.
 
 Instructions that came with the Flash file:

This file has downloaded from Istockphoto.com.Thanks for buying this file.
 
This is a file for Adobe Flash version from CS3, CS4 or CS5.
 
For open source ".fla"  file run Adobe Flash and press Ctrl+O.For viewing all movie clips open library panel (F11).Double-click mouse on any movieclip for view or edit.
 
For replace text - open library panel and click clips "a TEXT 1", "a TEXT 2" and "a TEXT 3" and change it.
 
All elements maded in vector, scalable to any size. No raster.
 
[URL]

View 4 Replies

Professional :: Flash FLV Playback Continues When Change Scene?

Jan 26, 2011

I'm creating a programme on flash where some of the scenes have FLV players playing various videos. They all work fine, stopping and playing etc. However when I leave the scene by clicking my "home" button, the video stops, but the outline of the player stays up in the new scene!
 
my code is reading;
stop();button_24.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene_98);
function fl_ClickToGoToScene_98(event:MouseEvent):void{    MovieClip(this.root).gotoAndPlay(1, "catchup");   

[Code]...

View 1 Replies

Professional :: Make A Global Color Change In Flash CS5?

Mar 29, 2011

I am a rank Flash newbie, so maybe I'm missing something obvious. In InDesign or Illustrator, if I want to change every red object to blue, I can go into the color list, edit the red color to the blue values, and every instance of red in the document reflects the edit. I don't have to select each red element and pick the new blue for stroke and/or fill.

View 2 Replies

Professional :: Flash Animation To Change Product Colors?

Oct 23, 2011

I am trying to create a website with a product where you can change the colors on the product similar to this url...Is this something that I can do with flash?

View 1 Replies

Professional :: Change The Size Of Every Object In A Flash File?

Dec 6, 2011

i created a flash website but the problem is the size is to large to fit on screen i have imbeded buttons, Movies clips, masks, and about 7 different scenes in this 13 mb movie what do i do to make the physicle size of the objects on screen so i can view it on my sceen?

View 1 Replies







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