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


Similar Posts:


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

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 :: ComboBox Style: Can't Style Text

Oct 23, 2009

I've got a comboBox component on the stage, instance name 'combo'. I want to style the text. I followed the adobe instructions, but they seem not work, and I get no errors.

Code:
import fl.data.DataProvider;
import flash.text.TextFormat;
var tf:TextFormat = new TextFormat();

[code].....

View 2 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

Get The Dialogue Box "No Dialog Node Found In XML To UI Source File."?

May 28, 2009

I seem to be unable to attribute behaviors to anything in Flash 7. When I try to a add a behavior to a button I get the dialogue box "No dialog Node found in XML to UI source file."

View 1 Replies

ActionScript 1/2 :: Forcing A "save As" Dialogue?

May 1, 2009

I have some pdf files which I need to link to a few buttons inside a flash animation, but I don't want to do it with "getURL" because then they start opening in the browser. I want a "save as..." dialogue to pop up. I've googled around for forced "save as dialogue" but all I can find are php and asp solutions.
 
Is this doable in flash?
 
I'm using Flash 8 professional, with Action script 2.

View 5 Replies

Calling A Style From An XML Through Flash

May 20, 2009

I want my Flash button to call a URL from an XML that then opens up a AJAX window (like lightbox or multibox) over the page.So the user clicks on Flash and a AJAX pop up appears.I've set up the popups, I'm using facebox (which is really nice).They way the do this is by creating an ID DIV like below:[code]now I have a Flash that can call to XML and get a URL...The problem is when I put "#world1div" in the url portion of the XML, it doesn't work.How do I call this ID from XML?

View 2 Replies

ActionScript 2.0 :: Replace The Style Of The Menu To Another Menu But Everything Out Of The Style Will Be The Same?

Jun 30, 2006

I have a menu and i need to replace the style of the menu to another menu but everything out of the style will be the same...

View 1 Replies

Flash CS4 Embedded Font Style

Dec 10, 2009

I'm using some fonts embedded in SWF in a program I'm developing. I need to use some specific font style like '37 Thin Condensed' and '26 Ultra Light Italic' etc... how can I specify these style when using fonts? I want to set style using AS3 code...

View 1 Replies

ActionScript 2.0 :: Roll Over Css Style With Flash?

Jan 14, 2004

Just putting it forward.But how would i do some thing like a roll over Css style With flash:

Code:
.menu {
display:block; [code]....

this is the css rollover i would like to use

View 8 Replies

ActionScript 3.0 :: List Style Customization In Flash CS5

Jun 13, 2011

I'm trying to customise lists to make them a bit cool-looking in my flash movie. However, I cannot get them to change - when I click on Cell Renderer Skins, no more further skins are shown so that I can customise them. I also tried things like:

[Code]...

View 7 Replies

ActionScript 3.0 :: List Style Customization In Flash CS5?

Jan 15, 2010

I'm trying to customise lists to make them a bit cool-looking in my flash movie.  However, I cannot get them to change - when I click on Cell Renderer Skins, no more further skins are shown so that I can customise them.  I also tried things like:
 
list1.setStyle ("alternatingRowColours", [0xb03060, 0xffc0cb]);list1.setStyle ("rowHeight","100");list1.setStyle ("textAlign","center");list1.setStyle ("color", 0x000000);list1.setStyle ("selectionColour", "black");list1.setStyle ("themeColour", "black");
 
but cannot get them to work - list remains the same. Is there some bug in Flash CS5?

View 1 Replies

Flash :: Css - Style An Unordered List (loaded From XML)?

Apr 6, 2010

I'm loading the XML into a text field as htmlText. The StyleSheet class in Flash only supports a subset of CSS1 which debuted in 1996! and doesn't support list-style-type or list-style-image. I'd specifically like to substitute an image instead of the default disc for an unordered list. If you've had success implementing a work-around, I'd love to hear about it!

View 1 Replies

Flash :: Change TLFTextField Link Style?

Sep 30, 2010

I've a assets swc file that contains several TLFTextField objects, each one with it's style (font, color, size).

I use the following code to set a link:

var text_tf : TLFTextField;
var url : String = "www.stackoverflow.com";
text_tf.htmlText = "<a href='http://" + url + "' target='_blank'>"+url+"</a>";

This works as expected, but it changes the color of the text to blue;

What's the easiest way to configure the color of the text, without having to recreate all the TLF mechanism (ContainerController, Configuration, TextLayoutFormat, TextFlow, ParagraphElement, LinkElement, SpanElement, ...);

I was expecting something like this to work:

text_tf.textFlow.linkNormalFormat = { color:0x00ffFF, textDecoration:TextDecoration.NONE };
text_tf.textFlow.linkHoverFormat = { color:0x00ffFF, textDecoration:TextDecoration.NONE };

View 2 Replies

How To Create Spotlight Style Effect In Flash

Sep 28, 2011

Any good demo or tutorial on creating a hollywood style spotlight effect? 2 soft edged rays pointing down towards a 'floor' and criss crossing each other.

View 1 Replies

Flash :: Change Style Of Tabs In Flex 3

Mar 16, 2012

I am new to Flex 3.4. I want to change style of few tabs (highlight them) on click of a button. I came from a javascript background and not able interpret in Flex's way.

View 1 Replies

ActionScript 3.0 :: Make These CSS-style Menus In Flash?

Nov 10, 2009

[URL]..The first menu on the page is a good example of what I'm asking about.One major addition to this style/functionality... each link needs to be added via XML (for flash vars) and it needs a scroll bar for when the amount of links exceed the height of the content container or movie clip.So it needs the style elements as you see in the link and a scrollbar for dynamic content.

I'm posting this question because I've been searching for weeks and although I've found a plethora of examples of AS3 scrollbars, none - not one, has come close to something like this. I'm just curious how someone with real AS3 knowledge would go about the situation as I'm sure this is not as difficult as it's proving. Or maybe it is. I don't know.

View 0 Replies

Flash 10 :: [CS5] : Embedding Fonts With An Applied Style?

Sep 24, 2010

I'm clear on the new CS5 IDE dialogue for embedding fonts, for example, embedding Arial, no problem, BUT, I want to embed Arial Bold (should be easy, right?), so I:

1. From the dynamic textfield's property panel, select Arial for the family, and Bold for the style.

2. Click embed, the dialogue appears, set up with the Arial-Family and Bold-Style as an entry on the list of embedded fonts.

3. I set a range of characters to be embedded with the font.

4. Click OK.

(Note: We're not assigning this font via actionscript to the textfield, the dynamic textfield is an asset on the stage, etc, so I'm assuming then I shouldn't have to export the font for actionscript)But clearly it's NOT OK, the bold font doesn't render, and I just see the regular Arial font... How can I get an embedded font STYLE to render correctly?

View 2 Replies







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