Re: SV: [Flashcoders] Fav XML editor

2006-01-27 Thread Andreas Rønning
XMLPad for the win! http://www.wmhelp.com - Andreas Martin Baltzer wrote: XMLSpy actually comes in a free edition and its really great the only thing you need to do is to register freely in order to get a licence code. It also exists as a plugin for Eclipse which many of us probably use alrea

Re: [Flashcoders] Fullscreen flash SOLVED

2006-01-27 Thread Andreas Rønning
Also, be sure to check your Stage.align value if you're doing things based on Stage.width and height. I was tearing hair out of my scalp before i realised all i needed was Stage.align = "left"; - Andreas Mike Boutin wrote: Thanks Ian, works like a charm! Ian Thomas wrote: Hi Mike, It's

Re: [Flashcoders] nested MC not firing event

2006-01-26 Thread Andreas Rønning
Kent Humphrey wrote: On 26 Jan 2006, at 11:01, Roman Blöth wrote: Yes, that unfortunately is the only way to go - Director btw does this much better: With Lingo you can pass every event, so it reaches all objects that want to receive them... I'm a Lingo refugee, feel my pain... But one m

Re: [Flashcoders] Slice 9 Question

2006-01-26 Thread Andreas Rønning
This is a great example of good movieclip practise. I don't mean to be condescending here, i just think this is important: Like ian's example, if you're building a user interface window that has borders, close and minimize buttons, a drop shadow, all that junk, starting off with an empty moviecl

Re: [Flashcoders] Easiest way to strip an MC of all it's filters?

2006-01-26 Thread Andreas Rønning
Mike Mountain wrote: I want to return an MC to it's original state What's the quickest way - setting the filter array to null or an empty array doesn't seem to reliably work. M ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://c

Re: SV: SV: [Flashcoders] Microsoft Sparkle

2006-01-26 Thread Andreas Rønning
their customers conform to PC hardware." ryanm ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Andreas Rønning --

Re: SV: SV: [Flashcoders] Microsoft Sparkle

2006-01-25 Thread Andreas Rønning
ng what you will run into if you give your presuppositions a rest. ___________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- - Andreas Rønning --- Fla

Re: SV: SV: [Flashcoders] Microsoft Sparkle

2006-01-25 Thread Andreas Rønning
lopment side, and MS aren't philanthropists when it comes to market dominance. - A -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Andreas Rønning Skickat: den 25 januari 2006 12:46 Till: Flashcoders mailing list Ämne: Re: SV: [Flashcoders] Microsoft

Re: SV: [Flashcoders] Microsoft Sparkle

2006-01-25 Thread Andreas Rønning
in reason). As for browsers, they can do whatever you want them to do(again within reason). I'm always weary of people who are at either end of the scale on any particular thought. When I hear words like 'MUST', it puts me right off listening. Adrian -Original Message- From: [EMA

Re: SV: [Flashcoders] Microsoft Sparkle

2006-01-25 Thread Andreas Rønning
ide seems quite easy to get into. The 3d-functions are well integrated into the IDE so you can navigate between 3d-models in a scene as easily as you do between movie clips in flash. And there are lot's of features beside this 3d-part. Intresting times ahead! /David -Ursprungligt meddel

Re: SV: [Flashcoders] Microsoft Sparkle

2006-01-25 Thread Andreas Rønning
I couldn't give less of a crap about putting 3d on the web, and i'm pretty sure the average consumer agrees with me. Content rules. I seem to recall Shockwave 3d not ever really taking off, and if 3d is the only thing sparkle has over Flash it ain't gonna do much good as a competitor. - Andre

Re: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread Andreas Rønning
rray.toSource http://live.burrrn.com/browser/ECMA-262/core2/branches/core2_v1.0.x/src/buRR Rn/core2/Array.es#L710 HTH zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -

[Flashcoders] 3d transforms in flash 8

2006-01-15 Thread Andreas Rønning
I've been trying to get into this for a long time, but i've had a hard time finding good entry level documentation for it. I'd like to figure out how to display a simple 4-vertice rectangular plane and rotate it in 3d with user input. Something as basic as that would probably help me a fantasti

Re: [Flashcoders] Caret position coords

2006-01-03 Thread Andreas Rønning
GHT. good luck, kalle On 1/2/06, Michael Bedar <[EMAIL PROTECTED]> wrote: To answer the original question - there is no direct way to do this, although you can use the text-extent to get the x offset of the caret fairly easily in a single line textfield. On Jan 2, 2006, at 9:47 AM, Andrea

[Flashcoders] Caret position coords

2006-01-02 Thread Andreas Rønning
Is there a decent way of getting the _x / _y position of a caret in a text box? Somehow compare the x/y of the textfield with the caret index..? Have a hard time getting an exact value from this. - Andreas ___ Flashcoders mailing list Flashcoders@chatt

Re: [Flashcoders] Can an object delete itself?

2005-12-21 Thread Andreas Rønning
Mark Burvill wrote: Hi all, I've just started transitioning to AS2 (so go easy on me), and have a question about a game I'm building... I have a "Baddie" object which handles a baddie on the screen, and when one gets killed, and has finished it's death animation, I'm running a method within

[Flashcoders] removemovieclip failure

2005-12-06 Thread Andreas Rønning
Ok this is the first time i've had this issue with removemovieclip so bear with my amazement. I have an application with popup windows created with attachMovie. These windows have the following script on frame 1 of their movieclip: closer.onPress = function() { this.gotoAndStop(2); }; closer

Re: [Flashcoders] JERKY Animations

2005-12-01 Thread Andreas Rønning
If you're not going to show us an example i don't think we can help you very well. - Andreas Eduardo Barbosa wrote: If the object you are trying to animate is a bitmap does it work if you uncheck "allow smoothing" in the bitmap properties? edo On 12/1/05, flo_web <[EMAIL PROTECTED]> wrote:

Re: [Flashcoders] water ripple

2005-11-29 Thread Andreas Rønning
[EMAIL PROTECTED] wrote: > http://andreas.rayon.no/temp/watery.html > > Totally useless. Performance is a big ish. > > - Andreas hmmm? http://www.thesundancekid.net/code/water/ anyway. not really what eric was looking for. Andrea

Re: [Flashcoders] water ripple

2005-11-29 Thread Andreas Rønning
Eric E. Dolecki wrote: I am working on a little effect of a water ripple. I am using a mc that grows and blurs and fades to produce the effect - and while it seems like its working, its slow which leads me to think I have not set it up correctly. anyone have sample code/fla producing a ra

[Flashcoders] flow chart layout issue

2005-11-24 Thread Andreas Rønning
Ok, i'm tired and my head hurts, and this problem is making me itch horribly. I have a bit of xml in this format: In short, ther

Re: [Flashcoders] Dynamic text align vertically

2005-11-19 Thread Andreas Rønning
I used this method on a larger project a year ago, where text was to be loaded into cartoony speech bubbles, kind of a dynamic combic book thing so the client could alter the script post deployment if they wanted to. For some reason, textHeight won't read correctly in some instances, though text

Re: [Flashcoders] Movie seems to unload?

2005-11-18 Thread Andreas Rønning
Kaloudis Stathis wrote: No, guys, I'm using the flash-generated html page.. I'm really stucked with this one..And I'm sure that something is wrong with the swf file couse I get the same results when I try to access is directly. See for your selves: http://www.theasis.com.gr/Preview/theasis3.sw

[Flashcoders] Inheritance and super()

2005-11-18 Thread Andreas Rønning
If class A's constructor calls class A's main(), and class A's main() calls class A's myFunction(), what happens if class B extends A, overrides myFunction(), and then calls super() ? Is the overridden myFunction called or the original? - Andreas ___

Re: [Flashcoders] Math.random()

2005-11-17 Thread Andreas Rønning
Man have i hopped through some bizarre loops with Math.random to get some true random numbers. I think the stupidest thing i did was a nested loop to build a grid of Math.random() results, and then pick one of them diagonally from the top right with another Math.random(). Guess what. I still go

Re: [Flashcoders] Expandable banners

2005-11-11 Thread Andreas Rønning
From having worked with banners quite a bit, i have a basic set of rules: 1. Sound is opt in, not opt out. If there's a movie, have sound off by default. 2. No on(rollOver) functionality beyond pure fluff. No sound on roll over. EVER. 3. An animated flash banner is bound to be put right next to

Re: [Flashcoders] removing a entry from an associative array?

2005-11-09 Thread Andreas Rønning
Oh right. Associative array. Duh. Sorry. - Andreas Andreas Rønning wrote: Delete won't actually remove the element of the array. Itll just remove whatever was in it. So if your array was length 3 before, it'll still be length 3 after delete. function deleteThisFromArray(a:Array

Re: [Flashcoders] removing a entry from an associative array?

2005-11-09 Thread Andreas Rønning
Delete won't actually remove the element of the array. Itll just remove whatever was in it. So if your array was length 3 before, it'll still be length 3 after delete. function deleteThisFromArray(a:Array, o:Object):Boolean{ for(var i = a.length;i--;){ if(a[i]==o){ a.splice(i,

Re: [Flashcoders] TextArea BUG!! HELP

2005-11-09 Thread Andreas Rønning
txtDescription.text = textHtml; should be txtDescription.htmlText = textHtml; - Andreas Bruno Mosconi wrote: I'm preceding a simple task here, insert HTML content in a TextArea component including a simple Button component and a MC. First, I've imported TextArea and Button comps to my libr

[Flashcoders] AS2 compiler error extravaganza

2005-11-09 Thread Andreas Rønning
two classes. First lines of the problem class: import flash.geom.*; import as.maps.model.GroupReference; class as.maps.model.Topic{ ... } first lines of the GroupReference class import as.memomaps.model.Topic; class as.memomaps.model.GroupReference{ ... } Topic.as: Line 3: The name of this cl

[Flashcoders] OT?: Stage size

2005-11-09 Thread Andreas Rønning
Is there a way to make the work area infinitely big? :P By work area i mean the gray area surrounding the active stage. As recent as yesterday i had a very (very) large movieclip on stage with its reg point top left (placing the reg point outside of the boundaries of the visible work area) and r

Re: [Flashcoders] Ajax and Flash

2005-11-07 Thread Andreas Rønning
Nick Weekes wrote: The Windows Presentation Foundation (the 'plug-in' for avalon) will be cross platform... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: 07 November 2005 12:18 To: Flashcoders mailing list S

Re: [Flashcoders] Ajax and Flash

2005-11-07 Thread Andreas Rønning
Nick Weekes wrote: I think a more interesting (albeit OT) comparison would be Flex v MS Avalon/Sparkle... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Mountain Sent: 07 November 2005 12:04 To: Flashcoders mailing list Subject: RE: [Flashcoders]

Re: [Flashcoders] Ajax and Flash

2005-11-07 Thread Andreas Rønning
Mike Mountain wrote: Prolly going to get shot down for this - but I don't see the point of using Flash and Ajax together - flash can do everything Ajax can and more, so if you're going to use flashthen 'use' flash. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

[Flashcoders] gradient fills based on temperature maps

2005-11-04 Thread Andreas Rønning
I'm building a temperature grid in a 2d array, where i'd like to build some kind of smooth gradient based on the entire map. For instance this map can start red in the top left, fade to a cool blue near the center, then flare into red again off to the right, while everything else becomes a gre

Re: [Flashcoders] Newbie AS3 question

2005-10-31 Thread Andreas Rønning
Morten Barklund Shockwaved wrote: Andreas Rønning wrote: class ParseXML{private var xmlDoc:XML;private function handleXML(){trace(this);}function ParseXML(url:String){xmlDoc = new XML(); xmlDoc.ignoreWhite = true;xmlDoc.onLoad = handleXML

Re: [Flashcoders] Newbie AS3 question

2005-10-31 Thread Andreas Rønning
Why? haha, sorry, but to me it looks like you just added var owner = this just to avoid putting trace(this) for no reason other than avoiding to use "this". What's the specific reason you did that? I'm guessing you're smarter than me :) - Andreas Cedric Muller wrote: this is logical: you

Re: [Flashcoders] Newbie AS3 question

2005-10-31 Thread Andreas Rønning
ryanm wrote: I cannot decompile to test my sayings, but 'this' adds more bytecode to the file ?? No, if you leave it off, it is added at compile time. Like I said, you can't call methods that aren't members of an object; all functions must be members of some object. AS1/2 allows you to *p

Re: [Flashcoders] Newbie AS3 question

2005-10-28 Thread Andreas Rønning
The this keyword is genius. What's wrong with it, don't look techy enough for ya? :P I can't imagine scripting without it. - Andreas Muzak wrote: Well, to me it's the other way around. Code that doesn't use proper references looks messy to me. Whe I'm lazy or in a hurry, I do skip them, but

Re: [Flashcoders] Newbie AS3 question

2005-10-28 Thread Andreas Rønning
(){ var gameworld:MovieClip = new MovieClip(); //new GameWorld()? this.addChild( gameworld ); var game_bg:MovieClip = new MovieClip(); gameworld.addChild( game_bg ); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rø

Re: [Flashcoders] Newbie AS3 question

2005-10-28 Thread Andreas Rønning
(); gameworld.addChild( game_bg ); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Rønning Sent: Friday, October 28, 2005 1:08 PM To: Flashcoders mailing list Subject: [Flashcoders] Newbie AS3 question AS3 noob question ahoy! I'm readin

[Flashcoders] Newbie AS3 question

2005-10-28 Thread Andreas Rønning
AS3 noob question ahoy! I'm reading the AS3 reference trying to get accustomed to the idea, but some things (though they look better) i don't really get right away :) Hence my feeling of incredible stupidity. I realise the AS3 in the reference is Flex-related, but in Flash IDE terms, how woul

Re: [Flashcoders] "Generic listeners"

2005-10-26 Thread Andreas Rønning
nged", target: this, oldVal: oldVal, newVal: newVal}); return prop; } - Original Message - From: "Andreas Rønning" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, October 26, 2005 10:47 AM Subject: [Flashcoders] "Generic listeners&q

[Flashcoders] "Generic listeners"

2005-10-26 Thread Andreas Rønning
Dunno how to explain this better, but is there a way to have a String broadcast an event when it is changed? - Andreas ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Dynamic layouts

2005-10-24 Thread Andreas Rønning
Anyone got good links for writing dynamic layout engines in Flash? I'm working on my very first layout engine so any helpful nudges is deeply appreciated :) In particular i'm interested in mind map or flow chart style layouts with connected and collapsable nodes. The recent influx of "floating

Re: [Flashcoders] What is Flex?

2005-10-21 Thread Andreas Rønning
Guns don't kill people, people kill people, right? The hammer/carpenter brush/painter car/driver analog is endlessly debatable. I belong to a school of thought that believes putting a gun in the hand of a person makes him a far more viable killer than one without the gun. I think people have a

Re: [Flashcoders] Spline 3D Atom Menu thing?

2005-10-21 Thread Andreas Rønning
This stuff is really interesting to me. I'm having to do a fairly complex node based animated layout and i'm kind of stumped as to where to start. Any pointers in this direction is greatly appreciated :) - Andreas Jobe Makar wrote: Hi guys, I built these for a client a few months ago. It en

Re: [Flashcoders] What is Flex?

2005-10-19 Thread Andreas Rønning
You gotta understand my point of view here: I'm doing "customer support" for my parents almost every week to get them around interface issues. I know we're all very hip and young people here, but i sympathize very much with the inexperienced end user. JS here and whatnot there, what we're doing

Re: [Flashcoders] What is Flex?

2005-10-19 Thread Andreas Rønning
Cortlandt Winters wrote: Andreas said This is just my relatively uninformed opinion however, i'd love to hear counterargumentation when it comes to the usability issue. Hi Andreas, I enjoyed your rant's but in the end they are reactionary nonsense. Usability doesn't depend on the techno

Re: [Flashcoders] What is Flex?

2005-10-19 Thread Andreas Rønning
my first inclination would be to suggest using Flex. (Yes, I know, it is a blurry line between a "site" and an "application" but I am trying to be helpful based on limited info and the most basic differentiation between the products.) Regards, David Macromedia -O

Re: [Flashcoders] What is Flex?

2005-10-19 Thread Andreas Rønning
http://www.macromedia.com/software/flex/productinfo/brz_overview/ Better description than my jaded cynical self could provide. Keep your bs filter in the "on" position though. - Andreas Andreas Rønning wrote: Paul Steven wrote: Been using Flash now for many years to create on

Re: [Flashcoders] What is Flex?

2005-10-19 Thread Andreas Rønning
Paul Steven wrote: Been using Flash now for many years to create online games, CDROMs and websites. I have always used the Flash program itself to create all my content because that was the only option I had available to me (with the exception of creating swfs in illustrator and the adobe flash

[Flashcoders] Event dispatchers

2005-10-19 Thread Andreas Rønning
Is there a good reason why Flash, as of now, has 3 event broadcaster solutions that appear to function in pretty much the same manner? //BroadcasterMX (which i use commonly) import mx.transitions.BroadcasterMX; class MyClass{ public var addListener:Function; public var removeListener:Funct

<    1   2