[Flashcoders] Dragging a window component object drags movieclips under it

2006-07-15 Thread Alberto Florentin
How can I avoid it? I notice that having the title bars of two Window class objects overlapping does not produce this problem. I drag the topmost window without dragging the one immediately below it. However a movieclip with the usual drag code (onMouseDown, onMouseMove if hitTest startDrag etc)

Re: [Flashcoders] jigsaw puzzle piece algorithm

2006-07-15 Thread Hans Wichman
Hi, great nice to hear, it's all starting to work now. With respect to the moving, are you moving the pieces to round _x, _y values, not sure, but this might have something to do with it. I remember building a panorama with hotspots area's that had to move along with the panorama, and I had the

RE: [Flashcoders] Flash SQL

2006-07-15 Thread neo binedell
Well you can change it right there in the browser by calling methods on the movie object and setting variables. It is important to keep anything like that on the server side, as you can see with a lot of online flash games with high incredible hiscores, etc. I did this a couple of times to test

[Flashcoders] Book recommendations for AS2 and game development

2006-07-15 Thread Paul Steven
Anyone recommend a good book on game development that uses AS2 and classes for development? I have several flash game development books (Macromedia Flash MX 2004 Game Development by Glen Rhodes, and Flash MX Game Design Demystified by Jobe Makar) plus I have just got Essential Actionscript 2.0 by

[Flashcoders] First attempts at wirting code in AS2

2006-07-15 Thread Paul Steven
Hi there I am finally starting to write my code in AS2 thanks to my client asking me to program the latest project in Flash 8. Anyway I am up against the clock as always so do not have time to read my Essential Actionscript 2.0 book in order to get the first game up and running by Monday.

[Flashcoders] Netstream strangeness on stream failure

2006-07-15 Thread Vibol Hou
Has anyone encountered this behavior before: If a NetStream object is in the middle of streaming video and the source mysteriously disconnects (server goes down, vpn connection dies), the NetStream object starts to spew out NetStream.Play.Stop events in an infinite loop. V

[Flashcoders] jigsaw puzzle

2006-07-15 Thread natalia Vikhtinskaya
Hi to all Can anybody give me advice for creating game like this? http://www.magickeys.com/books/jigsaws/cheetah_1/e.html 1. How can I create each time different pieces? I can only guess that there are some sets with different shapes and they attached as mask. 2. When pieces are correct

Re: [Flashcoders] jigsaw puzzle

2006-07-15 Thread Hans Wichman
Please refer to the archives, there is a thread about this going on as we speak... On 7/15/06, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: Hi to all Can anybody give me advice for creating game like this? http://www.magickeys.com/books/jigsaws/cheetah_1/e.html 1. How can I create each

[Flashcoders] as3: weird package problem

2006-07-15 Thread Meinte van't Kruis
Hellow, I'm currently exploring as3 with the free compiler and keep running against a seemingly strange problem. Here's my class: package nl.test{ public class Test{ public function Test(){ } } } It's sitting in the directory c:\classes\nl\test. That directory is added in

[Flashcoders] Re: as3: weird package problem

2006-07-15 Thread Meinte van't Kruis
On 7/15/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: Hellow, I'm currently exploring as3 with the free compiler and keep running against a seemingly strange problem. Here's my class: package nl.test{ public class Test{ public function Test(){ } } } It's sitting in

Re: [Flashcoders] jigsaw puzzle

2006-07-15 Thread natalia Vikhtinskaya
Yes, I checked before posting but found only questions without answers. 2006/7/15, Hans Wichman [EMAIL PROTECTED]: Please refer to the archives, there is a thread about this going on as we speak... On 7/15/06, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: Hi to all Can anybody give me

Re: [Flashcoders] as3: weird package problem

2006-07-15 Thread John Grden
it's a stab in the dark, but have you tried renaming your class to somehting different than the folder/package it sits in? package nl.test{ public class MyClassTest{ public function MyClassTest(){ } } } On 7/15/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: Hellow, I'm

Re: [Flashcoders] as3: weird package problem

2006-07-15 Thread Meinte van't Kruis
Thanks for your reply, I just tried out what you suggested, but didn't make any difference :( It works when I leave the package name empty (this seems obvious). But that wouldnt be a solution, because a class sitting somewhere else wouldn't be able to access it. On 7/15/06, John Grden [EMAIL

[Flashcoders] External Interface Strange Behaviour

2006-07-15 Thread Sumeet Kumar
Hi All, I have two flash objects in form in htmlPage .I am using externalInterface API to call and receive values from javascript.At each refresh of my web page I receive weird error which says: Out of memory at line 56; I read a blog from deconcept but the solution given there didn't worked

RE: [Flashcoders] Eclipse Assistance (beginner)

2006-07-15 Thread Ed Staub
Flash Mel, I'm maybe one step ahead of you here. I was watching the responses, hoping to learn something. No such luck. It looks to me like you probably come from a Java background - yes? Here's what I THINK is true - hopefully this will provoke someone to correct me who knows more. Take

Re: [Flashcoders] as3: weird package problem

2006-07-15 Thread Meinte van't Kruis
can anyone test my case and tell me if it actually works? this thing is really weird, i've tried some other options, but just naming a package anything keeps going wrong.. On 7/15/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: Thanks for your reply, I just tried out what you suggested, but

RE: [Flashcoders] as3: weird package problem

2006-07-15 Thread Bernard Visscher
Try this: source-path path-elementc:/classes/path-element /source-path Note the / instead of \ for the path. Hope this will help. Bernard -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Meinte van't Kruis Verzonden: zaterdag 15 juli 2006

Re: [Flashcoders] Book recommendations for AS2 and game development

2006-07-15 Thread Ramon Miguel M. Tayag
I'd really like to know this too. On 7/14/06, Paul Steven [EMAIL PROTECTED] wrote: Anyone recommend a good book on game development that uses AS2 and classes for development? I have several flash game development books (Macromedia Flash MX 2004 Game Development by Glen Rhodes, and Flash MX

Re: [Flashcoders] as3: weird package problem

2006-07-15 Thread Meinte van't Kruis
I tried it just yet, doesn't work either :(. On 7/15/06, Bernard Visscher [EMAIL PROTECTED] wrote: Try this: source-path path-elementc:/classes/path-element /source-path Note the / instead of \ for the path. Hope this will help. Bernard -Oorspronkelijk bericht- Van:

Re: [Flashcoders] Book recommendations for AS2 and game development

2006-07-15 Thread Charles Parcell
Sounds like you need books on OOP rather than ActipnScript. You are not going to find a book on OOP with ActionScript at the moment. Rather you are going to have to branch out a bit. Here are some books that I would suggest. At the least they will get you looking in the right direction. Object

[Flashcoders] Sending variables

2006-07-15 Thread Ollie Scognamiglio
Hi there I am trying to send variables from a flash form. No trouble for the normal form variables that sit at the root level, I press my submit button (which is also on the root level), and they all get sent fine. However, the variables that are inside a movie clip, are not sent. This

Re: [Flashcoders] First attempts at wirting code in AS2

2006-07-15 Thread Adam Pasztory
Classes don't share scope with the main timeline. You should pass in little_stars_mc as an argument to the Constructor when you create your Class, then store it as a member variable so all your methods have access to it. The fact that it worked before with AS 1.0 was merely a side-effect of the

Re: [Flashcoders] import statement and accessing a class in AS3

2006-07-15 Thread Fumio Nonaka
Thank you, Geoffrey. I referred the ActionScript 3.0 Language Reference and understood the difference of 'import' directive between 3.0 and 2.0. Also, I saw Adobe Flash 9 Public Alpha/Configration/ActionScript 3.0/implicitImports.xml, in which classes are defined to be imported implicitly

[Flashcoders] amf-php, AS2, mysql, and multilanguage website

2006-07-15 Thread Gabriel
Hi all, can someone put a step by step guide about what are the correct steps to have a front(in flash) that connects to a MySql with AMFPHP, so this front would be multilanguage, meaning english, spanish, german, russian and , maybe, a lot (occidental) more... thanks to all GaB

[Flashcoders] How to embed metadata in SWF files?

2006-07-15 Thread Jeff Stearns
I hope that you'll take pity on a Flash novice. I'm an experienced programmer, but Flash is very new to me. I need to generate SWF movie files containing embedded data such as title, production year, etc. The Flash player needs to be able to read these values when it starts playing the

Re: [Flashcoders] How to embed metadata in SWF files?

2006-07-15 Thread Mike Britton
A couple questions for you Jeff: 1. What version of Flash player are you targeting? 2. How are you generating the swfs? Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: