ActionScript 3.0 :: How Do Monkey Island Conversations Work

Jul 28, 2011

I'm trying to imitate the conversations you could have in SCUMM games (The Secret of Monkey Island, Day of the Tentacle...). However, there isn't much information about that topic on the Internet, so I don't know how dialogs work. I don't want a simple dialog, with just 4 or 5 questions to choose. I want that these questions lead to another branch of the dialog, with more questions and stuff.

View 3 Replies


Similar Posts:


CS3 Dialogues And Conversations?

Jul 6, 2009

I have the basics for my game laid out, but the problem I ran across dealt with text via character conversations. Since my game is very text heavy (think interactive story/novel), this is pretty important. Here's what I'm trying to do:

- Display text near bottom of screen in a fixed (dynamic) textbox.- Display the character's image near the bottom to the left of the text (some RPGs do this where the sprites are on the top and the full character model is on the bottom showing who is speaking).- Be able to switch between character's text easily along with images Since I have hundreds of lines of dialogue, I was thinking of creating dozens of arrays with the dialogue text. I would print these to the screen in the dynamic text box. My concern is this: Should I create an array for each character (10 characters in all) or should I create the arrays per conversation (since having played through a conversation will trigger an event to move on in the game). My problem with doing it by character is that I am not sure how to use that type of array as the trigger I need it to be. On the other hand, by doing this as a conversation, I don't know how to display the correct character image to the left of the text as the array wouldn't be able to determine who is speaking, right?

View 2 Replies

Flex :: Flash - Monkey Status Showing Not Connected?

Jan 6, 2011

I have flex application ie flight reservation . I'm able to run it in flash builder but how test it in flex monkeyI'm using flash builder 4 with sdk 4 in compatible mode with flex 3.

View 1 Replies

Flash - Isometric Engine Used For Social Games (Like Farmville / Happy Island)

Aug 19, 2010

1) Is an isometric engine used to render the world in social games. If yes, can you guide me somewhere where I can learn how to use it.
2) Also, how are the houses, buildings, farms and other objects placed via drag and drop. Is there any tutorial for that?

View 1 Replies

ActionScript 3.0 :: Dynamic Fonts Don't Work... But Arial And Verdana Work?

Mar 19, 2012

I am trying to defeat my psychological block with dynamically loaded fonts in AS3, and I have an annoying problem. I am creating a clock with a textfield and I am loading fonts from a SWF library: the available classes/linkages are "Arial", "ArialBold", "MyriadPro", "MyriadProBold" and "Verdana".This is the line where I get the class from the SWF, and it extracts the class correctly

Code:
clock = new Clock( { fontClass: assetsLoader.getFontClass("skin", "Arial") } );
The constructor...

[code]......

View 7 Replies

IDE :: Swf Files Work Fine Separately, Don't Work When On Same Page?

Feb 22, 2010

I have run across a strange problem. When I load products2.swf by itself, I can call the two "copy" files and everything works. When I open 0342.swf (the index page), I can switch between the home and products2 pages, but I can't view the "copy" pages.I'm guessing there may be some sort of conflict with variable names, but I have been messing with it for most of today.I have uploaded all of the FLA files to here:[url]....

If you make an swf file out of each of the attached items, and open the 0342 file, you will see what is supposed to be happening.

on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "home";[code].....

View 3 Replies

ActionScript 3.0 :: Width Doesn't Work - How To Make It Work

Apr 21, 2010

I have a button object that I need to scale to align with the variable width of an array of images.However, when I set the width in code, the button does not actually become that width. Tracing out the width gives me the correct value, but on screen.. it's off.

I've proved it to myself by scaling the same button object manually in the properties pane and visually comparing. Both of the buttons below have a width of 410.

Code:
navigatorDown_btn.width = 410;
navigatorDown_btn.x = (stage.stageWidth/2)-(navigatorDown_btn.width/2);
trace(navigatorDown_btn.width); // output: 410

View 4 Replies

ActionScript 1/2 :: 2 Buttons Won't Work That Were Created Exactly Like Many Others That Work

Jun 1, 2011

I am using Flash CS4 with actionscript 2 to create an interacitve portfolio.I have 2 text buttons that work when I test them with "enable simple buttons." When I publish to IE these buttons won't work.  I have created over 50 buttons using the same methods, they all work.

View 8 Replies

ActionScript 1/2 :: FLVs Not Work From A HD Like They Work On DVD?

Oct 15, 2010

I have a completed project (AS2) that contains a lot of FLVs.  I burned it onto DVD and it works great on Mac (guide.app) and PC (guide.exe).Here's the web version of the project.http:[url]....Now, months later, I have to provide the project with source files (FLA's) and some other stuff  - so I got an external HD, copied the files from the working DVD onto it.  Running the guide.exe off of the external (connected to WinXP SP3) works just like running it off the DVD  -  EXCEPT for the FLVs which simply to not appear.
 
http:[url]...Everything up to that step works:  When I click on "guide.exe", the "splash screen" opens showing the title and 4 buttons.  These buttons are to choose a language and they work.When I select a language and click its button the GUI for the language with menus appear and they work.  When I click on a topic from the menu, the topic's skin appears but the video inside the skin doesn't play.  Everything works but the FLVs.
 
Even weirder - If I use VLC Player to open an FLV directly - the FLV will play.  That tells me there is some path issue but how can a path change when it's compiled into the SWF?  Besides - the paths from swf to flv has not changed when I copied all the files to the external.why the FLVs will not play on the external the same way they play when on the DVD?

View 9 Replies

Can't Get Links To Work

Mar 23, 2009

i have a flash that I have tried to add my html link to the aboutus.htlm, billboard.html, and contac.html and it is not working? I am still new but would like to email the flash file for someone to tell me why its not working- I added the link for aboutus.html but its not working.

View 6 Replies

Links From Swf Will Not Work

Apr 14, 2009

alright, here is the deal: i have published a .swf AND a macintosh projector file and the only thing the movie contains is one button with a link to a web page. here is my actionscript:

on(release) {
getURL("http://www.google.com");
}

i click on the button and absolutely nothing happens. has anyone ever come across something like this? is this a settings problem?

View 6 Replies

MX My Audio Won't Work

May 14, 2009

Whenever I try to import any .wav, .mp3, or any other kind of file, it always says that there was a problem reading them.

View 2 Replies

Swf Into Fla Doesn't Work?

Jul 23, 2009

I have a swf that is pretty complicated, you can interact with the page and go to different keyframes and it stops and/or starts depending on buttons, but I want to put it in a fla or something so I can put other swfs next to it and build it up and put several of them together as one.

I don't care about making it too complicated, I just want one interactive swf to go to the next compiled swf when that movie ends, but when I try importing it or loading it it just runs straight through without stopping or paying any attention to the scripting.

View 16 Replies

Listbox Does Not Work?

Jul 28, 2009

The Listbox is populated with the category and the image and caption is being shown in the correct place but the list box doesn't function and the images cycle through all and not just the ones in that category.Here is my code

Code:
var ssx:XML = new XML();
ssx.ignoreWhite = true;[code]...........

View 2 Replies

AS 2.0 :: Button Does Not Work

Dec 4, 2009

I have created a simple site in flash cs 4 using AS2.0. The nav bar buttons are text. I have made them into Movie Clips and put actionscript onto the MC instance which looks like this: [code]The button does not work. I have converted the symbol to a button and kept the Actionscript on the instance and they do not work. I have in fact copied exactly what I have done on a previous site that worked and it is not working here.The AS is not on the timeline, nor on the button or movieclip but on the instance of it. I am at a loss as to why it doesn't work. When I use the button instead of the MC the button flashes/blinks but still does not work.

View 1 Replies

MX Hit Tests Won't Always Work?

Dec 28, 2009

Macromedia Flash MX 2004 I posted this somewhere else - but then realized no one actually uses that forum except to post ads...

Quote:
onClipEvent(enterFrame){
if(this.hitTest(_root.blaze))
_root.floor.speed = -20;
else{

[Code]...

I won't post the file because I'm using someone else's character and it's fine with them, but I doubt it should be here - this is the only code that's a problem, though.

View 12 Replies

Can't Get Tween To Work

Aug 23, 2010

I am working on a site (in Flash CS5 -- using AS3) with drop-down menus. I finally got my drop-downs to work and was stoked for that. I then decided that I wanted the menu bar to motion tween in from the left. I placed the tween on the bar, and saw the tween line on the stage. However, when I go to test the movie in Flash, or publish it and watch it in my browser, the tween doesn't happen, the bar just stays left of the stage.

View 3 Replies

Why Swf With Loadmovienum - Cannot Work In Ppt

May 20, 2009

I have made a swf that loading another swf file,it works well alone. When i put it into a powerpoint file using shockwave flash object,it works only one time. When i close the ppt and reopen it, the swf cannot work.

View 1 Replies

Does SWF Work Only On FIREFOX

Aug 21, 2009

I finished my website and uploaded to internet. And when I showed friends that use IE7, CHROME or any other browser besides FIREFOX it failed to work. The SWF gets stuck at the preloader at a certain percentage but the animation of the preloader still runs. Here is the link (try to watch from different browsers): [URL]..

View 4 Replies

Getting Buttons To Work?

Dec 10, 2009

I'm trying to create an informative flash program on Mt. St. Helens about the dust cloud it created when it errupted.  I have everything ready to go including the buttons and the pages the screen or next image it should take you to.  I'm just stuck on how I get the buttons to actually take you to the next frame.

View 24 Replies

Professional :: How To Work With XML

Dec 11, 2010

how to work with XML? with a Photo Gallery?Tried to change the image
 
Before(Still Working)
  
<?xml version="1.0" encoding="utf-8"?>
<photos>
<photo>
<thumbnail>s_flashmo_175_01.jpg</thumbnail>

[code]....

View 3 Replies

Cant Get Collisions To Work

Jan 23, 2009

I am making a game and I cant get my collisions to work. I will give a link to the files because I use external .as files.

View 1 Replies

ExternalInterface To Work With VB.NET?

Apr 15, 2012

I just had this conversation with a colleague and I am now turning to the SO community to provide evidence based on fact, not opinion, as to which tool would be ideal to grow into in the current programming environment. Director or Flash?I am deciding if I should stick with Flash or bother learning Director 11.5. He want to know if he should stick with Director or learn Flash. No, we don't work together. Hehe..

EDIT:

I've gotten ExternalInterface to work with VB.NET, hence the need for Director in the context of its ability to do File System IO and "non-flv" video are eliminated. No if only VB could do the kinds of animation that Flash could do, I could turn towards being a "real" programmer...

View 4 Replies

Flash - 3D 4.0 Currently Not Work With AIR 3.0?

Nov 4, 2011

I'm using AIR SDK Version 3.0.0.4080 and this build of Away3D [URL]building the project in FDT 5 on a Macbook Pro. The app descriptor file has renderMode set to direct.I have been able to get Away3D 4.0 working with FP11 when it builds from the latest playerglobal.swc but when I attempt to build an AIR project then it appears the airglobal.swc is slightly different. Filter3DTaskBase throws errors due to differences in method parameters.Incorrect number of arguments. Expected no more than 2.

_program3D.upload( new
AGALMiniAssembler(Debug.active).assemble(Context3DProgramType.VERTEX,
getVertexCode(), Debug.active),

[code]....

As far as I can see, the number of parameters match up. I am wondering if there is a deeper issue here with my graphics card etc as stage.displayState is behaving strangely as well, it behaves like the swf is running via the player not adl (needs MouseEvent to change to fullscreen). Although I have re-installed the latest flex sdk and AIR sdk in case something had gone wrong there.

View 1 Replies

Flash 9 :: SWF Does Work On Web

Aug 17, 2008

I have a swf that loads an external XML file. It works fine on my computer but it does not work properly when it is on the web.All necessary files have been published and are in thier specified locations.

View 9 Replies

ActionScript 2.0 :: Swf Won't Work On The Web?

Mar 22, 2010

have a link (yeah that one) to an .fla file for a simple rss feed reader that gets top news headlines from selected newspapers.Most of the code is my own, except for a function that I grabbed for trim() duty. It is based on a code I found on the tutorials around here.It works fine using the Flash 8 debug compiler, but when I compile it to a normal shockwave file and try it out on a test page on the web, I get the unhappy message:

A script in this movie is causing Adobe Flash Player 10 to run slowly. If it continues to run your computer may become unresponsive. Do you want to abort the script?I know some things could be adjusted in the code, such as arraying the loop instead of using a lap counter.

View 0 Replies

IDE :: Can't Seem To Get Sound To Work

Mar 8, 2006

I know, I could get a better one for free, but this is easy and I'm no good at flash, etc. Anyway, everything's fine, except I can't seem to get the sound to work. There's a component parameter called "flip sound" (I think) - I put my sound in there (it's all in the same folder, so no path), and - no sound.

View 3 Replies

IDE :: SWF Does Not Work In Firefox

Mar 12, 2009

I have uploaded a swf but when viewed in Firefox, the swf does not work. However, the swf does work in IE.

I used Flash MX 2004 to export the swf.

Anyway, my firefox can view other websites with flash properly so the problem is definitely with my swf.

here's my html if it helps:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>My Website</title>
<style type="text/css">

[Code].....

View 2 Replies

IDE :: Work With Multiple MCs?

Apr 20, 2009

I have three movie clips that are effectively draggable popup windows. At the moment I have each one sitting on a different frame and 3 buttons that guide to the frame to start the popup window.

I kinda want something more dynamic. I'd like to be able to have all three up at once and the user be able to drag them over each other like an OS.

Is there some sample actionscripts or maybe a tutorial around?

View 2 Replies

IDE :: Image Tag Won't Work In CS3

Apr 27, 2009

I'm using XML text files throughout a site I'm currently building. I'm trying to display an image in a text field using the following image tag: <IMG SRC="history1.jpg"> It works just fine in an older Flash 8 file I have, but when I try to use it in CS3 the image won't show up.

View 4 Replies







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