Re: [Flashcoders] Array Limit

2011-08-04 Thread Pedro Taranto
you should consider to use a linked list -- Pedro Taranto On Thu, Aug 4, 2011 at 4:26 AM, Kerry Thompson al...@cyberiantiger.bizwrote: Deepak Sahu wrote: consider a vector..its faster than array. It is. There are a couple of essential differences you should know of. Primarily, all

Re: [Flashcoders] Flash On The Beach 2010

2010-09-20 Thread Pedro Taranto
Me too -- Pedro Taranto On 20/09/2010 08:13, Cor wrote: Yes, I am. Groeten, Cor van Dooren www.codobyte.com -- There are only 10 types of people in the world: Those who understand binary and those who don't

[Flashcoders] Creating an Appendix with ASDocs

2010-06-02 Thread pedro
Howdy folks! I am trying to create ASDocs documentation with an appendix. I found that the following worked in the Flex3SDK, but not the Flex4SDK. Can anyone see anything wrong or has had luck getting this to work in the new version? Added the following in ASDoc_Config_Base.xml: appendixes

Re: [Flashcoders] Bezier curve arrows

2010-03-16 Thread Pedro Kostelec
Calculate the derivative (the gradient, slope) at the end of the curve. But i have no idea how to do it is as3. Can we even calculate derivatives in AS3? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] corporate history timeline examples

2010-02-25 Thread Pedro Kostelec
http://www.adobe.com/aboutadobe/history/timeline/ https://www.adbusters.org/files/media/flash/hope_and_memory/timeline.swf http://www.open2.net/ictportal/timeline/timeline.swf and try searching for timeline filetype:swf in Google (without ) ___

Re: [Flashcoders] corporate history timeline examples

2010-02-25 Thread Pedro Kostelec
A few more: http://www.forestcity.net/company/history/Documents/HISTORYflash2.swf http://newsroom.cisco.com/dlls/timeline/index.swf http://www.levistrauss.com/swf/swf/timeline.swf On 25 February 2010 17:50, Pedro Kostelec pedrok...@gmail.com wrote: http://www.adobe.com/aboutadobe/history

Re: [Flashcoders] WIRED hates Flash

2010-02-01 Thread Pedro Kostelec
THe CS5 apps for iPhone are not flash based, they are converted to iPhone code. (i guess) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Ideas, Please

2010-01-27 Thread Pedro Kostelec
I am not contributing to helping beno now, but i would kindly ask him to stop replying every single post with not-important phrases. Beno, you're just filling up my inbox, and you are ruining the list. You've reveiced plenty of help, now go and code your thing and come back only when you're done.

Re: [Flashcoders] Sprite alpha

2010-01-25 Thread Pedro Taranto
if you are using AS3, the alpha value range is 0-1 in AS2 its 0-100 -- Pedro Taranto Paul Andrews wrote: I have a bit of an oddity with a sprite alpha. At alpha=0.0 - invisible At any other alpha it's full on. Anyone else seen this? Things are a bit frantic just now, so I have little time

Re: [Flashcoders] AS3 can't target seekbar handle

2010-01-13 Thread Pedro Kostelec
I have never used the FLV component, but I suppose you have to import it first, or nothing will work. (it happens often to me). ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Screencast software

2010-01-12 Thread Pedro Kostelec
Probably the best piece of software or this purpose, under WIndows, is camtasia studio. I has recording and editing capabilities. But it is not free. http://www.techsmith.com/camtasia.asp There are some great ones for Mac users, but I can't remember their name.

Re: [Flashcoders] Placing sprites on the circumference of a circle

2009-11-09 Thread Pedro Kostelec
If you put the circle and the sprites of building in a movieclip and then rotate the MC, they should stick to the circle, i think. Or, keep the variable of the angles and then keep increasing the angles of all the sprites for the same amount. (angle1++, angle2++, angle3++) Or, since the angle of

Re: [Flashcoders] Flash Video jerky - slow pc?

2009-11-02 Thread Pedro Kostelec
I have experienced similar problems with youtube's and vimeo's player recently. So i am pretty sure it's a problem with my internet connection or computer. Btw, i couldn't agree more for today's fwa award. It's an experiment not a website! ___

Re: [Flashcoders] Drag and drop from desktop to browser

2009-10-31 Thread Pedro Kostelec
Hm...as far as i know they are trying to integrate the drag and drop technology in Google Wave, but i think it is only a feature of HTML5. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] alpha on text without embedding font

2009-10-25 Thread Pedro Kostelec
Hi, is there a way to set alpha transparency to dynamically imported text with as3 without having to embed the font? Thanks, Pedro Kostelec ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] relative positioning with stage.NO_SCALE

2009-10-15 Thread Pedro Kostelec
stage.stageAlign = StageAlign.TOP_LEFT; stage.scaleMode = StageScaleMode.NO_SCALE; theStrings.x = stage.stageWidth/2; //this places the mc to the horizontal center of the swf theStrings.y=stage.stageHeight/2 //this places the mc to the vertical center of the swf or theStrings.x = 0;//this

[Flashcoders] ASDoc Help

2009-10-01 Thread pedro
Does anybody have any references or tutorials on how to modify ASDoc output? I'm not talking about adding ASDoc comments, I know how to write those, but information on how to modify the docs that it creates. I managed to figure out how to add appendixes with the link below. But how do I

[Flashcoders] Invitation to connect on LinkedIn

2009-09-24 Thread Pedro Kostelec
LinkedIn Pedro Kostelec souhaite se connecter à vous sur LinkedIn : -- Marc, I'd like to add you to my professional network on LinkedIn. - Pedro Accepter l'invitation de Pedro Kostelec http://www.linkedin.com/e

Re: [Flashcoders] panels / workspace CS4 bug

2009-09-17 Thread Pedro Kostelec
It often happens to me too and it's boring. But you don't have to reset the workspace, you just have to minimize the action panel by click on the top darker bar, then open it by clicking the new Actions buttons and there resize. am i clear enough? ___

Re: [Flashcoders] slideshow works w/ ctrl Enter in Flash but not when exported....

2009-09-10 Thread Pedro Kostelec
Are you loading the images from an internet source? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Error #2044

2009-08-31 Thread Pedro Kostelec
Thanks a lot. Unfortunaltely i can't use relative urls. I am going to try the cross domain policy thing. THanks. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Error #2044

2009-08-31 Thread Pedro Kostelec
Thanks, but it seems to work without it. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Error #2044

2009-08-29 Thread Pedro Kostelec
Hi list I am receiving an error 2044 when loading images with absolute URLs. THey are correctly spelled. Here's the error i get (as seen in IE8's flash window that opens as i launch the swf): Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation:

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Pedro Taranto
don't know about multiple lines, but to duplicate a simple line just use CTRL+D -- Pedro Taranto Joel Stransky wrote: Anyone know how? Like if I want to dupe an entire function sig. ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Event.RESIZE

2009-07-02 Thread Pedro Kostelec
Thanks. I fixed it by adding a Footer_mc.scaleX = 1; just before the Tweenlite tween so the scale is reset before calculating the new one. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Flash CS4 very slow

2009-06-11 Thread Pedro Kostelec
I haven't experienced any real slowdowns in cs4 and my computer is not the best one (1.8GHz and 2 G RAM). I even think that Flash lauches slightly faster than cs3. Maybe compiling really takes slightly longer (a sec or two) but i don't think that really matters.

Re: [Flashcoders] if only flash would incorporate these features

2009-05-07 Thread Pedro Kostelec
Impressive. But we're gonna have to wait a lot before such think comes to Flash. First it will be introduced in 3D packages i guess. Such a thing could make me like 3D modeling. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] cross dissove in slideshow

2009-04-22 Thread Pedro Kostelec
OK, i did it anyway and it works fine. On Wed, Apr 22, 2009 at 1:35 AM, Paul Andrews p...@ipauland.com wrote: I don't think it gets much more straightforward than that. - Original Message - From: Pedro Kostelec pedrok...@gmail.com To: Flash Coders List flashcoders

[Flashcoders] UK time clock

2009-04-22 Thread Pedro Kostelec
Hello Is there a way to create a clock that would show UK time, regardless in which time zone you are? Thanks, Pedro Kostelec ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] UK time clock

2009-04-22 Thread Pedro Kostelec
UTC time is GMT which is the UK time. Of course, you need to take the daylight saving into account. Winter: UTC+0 (UTC=GMT) Summer: UTC+1 (GMT+1) On Apr 22, 2009, at 8:16 PM, Pedro Kostelec wrote: Hello Is there a way to create a clock that would show UK time, regardless in which time

Re: [Flashcoders] UK time clock

2009-04-22 Thread Pedro Kostelec
THanks. I'll check getTimezonOffset(). I thought it was going to be harder than that. Pedro Kostelec ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] cross dissove in slideshow

2009-04-21 Thread Pedro Kostelec
Hi How to cross-dissolve two images for a slideshow? Do i have to create two Loaders (i load the images with xml) and switch alphas or is there a more straight forward way? Cheers, Pedro ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] formal qualifications

2009-04-17 Thread Pedro Kostelec
. Slovenia) the salary is related to the degree and if they don't really need someone with a high degree, they will rather employ the one with the lower degree. Pedro Kostelec ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Fake Preloading

2009-04-16 Thread Pedro Kostelec
I guess it's the first time he encounters himself with a flash website and wants to have a shiny one. haha. Tell him that the Youtube player doesn't have a preloader. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] OOP AS3 learning

2009-03-05 Thread Pedro Kostelec
of the different design patterns, and some case studies or examples on how to write OOP I have one question that i can't really understand: Why people say OOP programming is only for big projects? What are the pluses and minuses of sticking to some design patterns? Pedro D. Kostelec

Re: [Flashcoders] OOP AS3 learning

2009-03-05 Thread Pedro Kostelec
will need anything else in the future i'll check more books - but i don't think that's going to happen before as4 is released. Pedro ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] This is kind of Wonderfl

2009-02-02 Thread Pedro Kostelec
Great!! Now i will be able to create Flash stuff even at school's breaks. That's just what i always wanted. Sometime i have to be waiting more than 2 hours without anything to do. Great timepass activity. ___ Flashcoders mailing list

[Flashcoders] preloader block on IE7 FP9

2009-01-25 Thread Pedro Kostelec
Hi After successfully creating a carousel navigation I added a preloader to it. It works well on FF3 FP10, but does not on IE7 FP9. I don't know how it previews on other browser and players. You can downlaod the swf here: http://drop.io/carouselPreloadin The code for preloading is this one:

Re: [Flashcoders] Join me on Bebo

2008-12-31 Thread Pedro Kostelec
Who cares? There are already too many social media networks. You can join all of them! On Wed, Dec 31, 2008 at 12:23 AM, Matthew Muller matthewmul...@gmail.comwrote: It's for human beings and some clever chimps dude, oh and maybe web developers researching social networking sites. Sent from

[Flashcoders] Tab key with flash player in browser

2008-12-29 Thread Pedro Kostelec
in most flash contents on the web. Note that this doeasn't happen for buzzword.com Why? Thanks. Pedro Damian Kostelec ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3LCR as CHM

2008-12-28 Thread Pedro Kostelec
If you can't open it by double clicking on it (usually i can, but this time i couldn't) use a software like xCHM (free, 1.1Mb ) to open it. http://sourceforge.net/project/downloading.php?group_id=87007use_mirror=garrfilename=xchm-1.13.zip15359781 On Sun, Dec 28, 2008 at 11:07 AM, Cor

Re: [Flashcoders] effects theory? keeping processes low...

2008-12-11 Thread Pedro Kostelec
I think i once read that filters are improved to work better with number divisible with 4. Maybe it's the same with other stuff in as. On Wed, Dec 10, 2008 at 7:59 PM, Corban Baxter [EMAIL PROTECTED] wrote: Hey guys I am working on a fullscreen flash site. I am hoping to bring down the CPU

Re: [Flashcoders] full screen issue

2008-11-24 Thread Pedro Kostelec
Very cool, impressive. I didn't follow your question, but i guess i will read it all now if this can be a final product of it. *Pedro D. Kostelec* [EMAIL PROTECTED] On Mon, Nov 24, 2008 at 9:23 PM, Cor [EMAIL PROTECTED] wrote: I solved my fullscreen problem in AS30. But this is something

Re: [Flashcoders] Flex vs. Flash

2008-11-20 Thread Pedro Kostelec
I see that many people can't decide wheter to use flex. I can't. So, i think i am going to wait for Thermo. Does anyone know the release year and month? I hope that Thermo will really fill the gap between Flash and Flex. If it will, i am sure to start learning Thermo. *Pedro Damian Kostelec

Re: [Flashcoders] 3d math in AS3

2008-11-18 Thread Pedro Kostelec
to get the angle on a 2D plane (atan2(dy, dx)), and then get the z value of the point you are looking for. Or you may use the rotationX, rotationY and rotationZ properties. I hope i am right. If not correct me! *Pedro D. Kostelec* [EMAIL PROTECTED

Re: [Flashcoders] 1172: definition flash.desktop:NativeApplication

2008-11-17 Thread Pedro Kostelec
have the latest update Air plug-in? I just started playing with AIR yesterday, so i don't have any ideas what else could be the reason for your problem. Pedro On Mon, Nov 17, 2008 at 5:46 PM, Michael Stocke [EMAIL PROTECTED] wrote: Good afternoon group. I didn't get a response on the Flash

Re: [Flashcoders] How much would you charge?

2008-11-14 Thread Pedro Kostelec
As we are talking about money.What would be the price of a very simple but acceptable web page? And how long does it take to the pros to create one? Pedro ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Disabling Print Screen key

2008-10-24 Thread Pedro Taranto
Thanks for remember that Jim, I forgot to say that it just worked on windows in my tests it didnt work on linux nor mac, but it was OK for the project I developed but you have to remember that the user wont be able to copy anything while your flash is running, even in the background -- Pedro

Re: [Flashcoders] Disabling Print Screen key

2008-10-23 Thread Pedro Taranto
In AS2 I used to create an onEnterFrame loop to overwrite the clipboard content using the System.setClipboard(string) function, it still works in AS3 Bests, -- Pedro Taranto Andrew Murphy wrote: Hi. :) I'm attempting to disable using the Print Screen button for an AS3 movie on a web page

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-18 Thread Pedro Kostelec
learning multimedia. Well, i like it so i will never stop learning it. But when those job posts don't have at least this data, it becomes annoying. And it's worse if there are too many of them. One or 2 job posts a week in this list is OK. *Pedro D. Kostelec* [EMAIL PROTECTED] On Fri, Oct 17

[Flashcoders] Optimizing complex motion and effects

2008-10-10 Thread Pedro Kostelec
do the work? I have 0 experience with bitmap cache, so if it would help, could you tell me a link to a good tutorial or a good piece of code? Here you can download my files: http://www.humyo.com/2000999-217133957 (Right click on each file separately and chose download) Thanks *Pedro D. Kostelec

Re: [Flashcoders] Optimizing complex motion and effects

2008-10-10 Thread Pedro Kostelec
by a Math.random()*color function. Would it maybe be faster to enter some values of colors in an array and them chose one of them, instead of calculation a new random each time? Any more help appreciated. *Pedro D. Kostelec* [EMAIL PROTECTED] On Fri, Oct 10, 2008 at 1:15 PM, sebastian [EMAIL

[Flashcoders] OT: Flex builder vs Flex SDK

2008-09-25 Thread Pedro Kostelec
perhaps? Thanks *Pedro D. Kostelec* [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3 additions/changes in CS4?

2008-09-23 Thread Pedro Kostelec
Check Adobe TV for all the new features of FL CS4 *Pedro D. Kostelec* [EMAIL PROTECTED] On Tue, Sep 23, 2008 at 1:50 PM, Radley Marx [EMAIL PROTECTED] wrote: http://labs.adobe.com/technologies/flashplayer10/ -r On Sep 23, 2008, at 10:14 AM, Mendelsohn, Michael wrote: Hi list

Re: [Flashcoders] SOT: (Rant) Why is Adobe.com such a bad website?

2008-09-14 Thread Pedro Kostelec
see is an add and a little RSS news place. It is so hard to find what you look for. But i hope they will change it once to a better one. Pedro D. Kostelec On Fri, Sep 5, 2008 at 7:06 PM, John McCormack [EMAIL PROTECTED] wrote: It _is_ difficult to find things. I would like to see them put

Re: [Flashcoders] OT: List of all uk towns and cities with their longitude and latitudes

2008-08-26 Thread Pedro Kostelec
Hm, all i found with google is that http://www.thesite.co.uk/ http://www.british-towns.net/england.asp Websites that may use such a thing that you need. Perhpas contacting their owner you may get more information where they got their lists. ** *Pedro D. Kostelec* [EMAIL PROTECTED] On Tue

Re: [Flashcoders] OT: Your Best CS4 Upgrade Guesstimate

2008-08-18 Thread Pedro Kostelec
Or ask a friend in the US to buy it for you and send it via post. Even more cheaper Pedro D.K. On Mon, Aug 18, 2008 at 3:37 PM, Merrill, Jason [EMAIL PROTECTED] wrote: Hey well look at it this way, telling your boss he/she has to fly you to New York for the weekend to pickup your copies

Re: [Flashcoders] Tutorials for AS3 for beginners

2008-07-18 Thread Pedro Taranto
The Learning ActionScript 3.0 by Rich Shupe and Zevan Rosser is a very good book http://www.learningactionscript3.com/ -- Pedro Taranto On Fri, Jul 18, 2008 at 12:18 PM, Cor [EMAIL PROTECTED] wrote: I think AS2 is not compairable with AS3. But I can surely recommend Essential Actionscript

Re: [Flashcoders] AS3 Frameworks for Game Development

2008-06-23 Thread Pedro Taranto
- GameDataStructure: http://code.google.com/p/as3ds/ - Lowra: http://code.google.com/p/lowra/ -- Pedro Taranto On Mon, Jun 23, 2008 at 1:59 PM, August Gresens [EMAIL PROTECTED] wrote: Hello Wondering what is out there as far as open source (or otherwise) AS3 frameworks for Game

Re: [Flashcoders] Insert breakpoints and run debugger withoutFlashCS3?

2008-06-16 Thread Pedro Kostelec
What the hell is that? It means: This mailbox is not loading processes, applications and other communications. You need to write to the address assigned to your ACT. (by google translator) Pedro D.K. 2008/6/16 EDELSTAR [EMAIL PROTECTED]: Данный почтовый ящик не обрабатывает подгрузки, заявки

Re: [Flashcoders] Requesting Permission to Shoot Edelstar, Cap'n

2008-06-16 Thread Pedro Kostelec
Thnaks god, That was awful Pedro D.K. On Mon, Jun 16, 2008 at 11:03 AM, Paul Andrews [EMAIL PROTECTED] wrote: I think he's already gone. No need to kill the list. Paul - Original Message - From: BOYD SPEER [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Haven't received emails.

2008-06-12 Thread Pedro Kostelec
Me too. A few days i didn't get anythink and today suddenly 25 messages! Pedro D.K. On Wed, Jun 11, 2008 at 8:38 PM, Kerry Thompson [EMAIL PROTECTED] wrote: Paul Andrews wrote: It's not just you - almost a three day gap. I believe Dave is upgrading the mailing list software. He's good

Re: [Flashcoders] smooth animation

2008-06-06 Thread Pedro Kostelec
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Tweening text more smoothly - AS3

2008-05-25 Thread Pedro Kostelec
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Blank flash problem...

2008-05-22 Thread Pedro Kostelec
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Adobe Open Screen!

2008-05-02 Thread Pedro Kostelec
Phone: +43 660 96 969 - 01 web:jankun.org mail: p[at]jankun.org ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K

Re: [Flashcoders] random char

2008-04-29 Thread Pedro Taranto
you can download the code, why dont you port it to AS2? -- Pedro Taranto On Tue, Apr 29, 2008 at 5:53 PM, Corban Baxter [EMAIL PROTECTED] wrote: hey guys I'm looking for a little help with doing something similar to this: http://www.zeuslabs.us/2008/01/17/source-code-for-custom-textfields

Re: [Flashcoders] drawing a tube/cylinder with as

2008-04-27 Thread Pedro Kostelec
, ekameleon [EMAIL PROTECTED] wrote: Hello :) For me the best way to draw a cylinder is a realtime 3D engine like : http://code.google.com/p/papervision3d/ http://blog.papervision3d.org/ or http://www.flashsandy.org/ or others EKA+ :) 2008/4/27 Pedro Kostelec [EMAIL PROTECTED]: Hi

[Flashcoders] drawing a tube/cylinder with as

2008-04-26 Thread Pedro Kostelec
be the loop? Or is there a better way of drawing a tube?I need it to be in as, because i need to make on of those circles draggable and the tube shoud be redrawn on every frame again. Is my question clear? Thanks -- Pedro D.K. ___ Flashcoders mailing list

[Flashcoders] Changing font?

2008-04-24 Thread Pedro Kostelec
Hi How can i animate a change of font like in this page: http://www.emmawatsonofficial.com/#harry? -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Changing font?

2008-04-24 Thread Pedro Kostelec
I guess common loop with setTextFormat would take a lot of cpu, wouldn't it? On Thu, Apr 24, 2008 at 9:28 PM, Gabino Travassos [EMAIL PROTECTED] wrote: loop setTextFormat() maybe - Original Message - From: Pedro Kostelec [EMAIL PROTECTED] To: Flash Coders List flashcoders

Re: [Flashcoders] New game: Exxon - The decontaminator

2008-04-23 Thread Pedro Kostelec
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] open swf file inside the flash editor

2008-04-16 Thread Pedro Kostelec
Yeah SWF Decompiler Tillix is great even if it really looks like a Microsoft's Office software because of the design: http://www.flash-decompiler.com/ There is one more i know: http://www.sothink.com/product/flashdecompiler/ Pedro D. K. On Wed, Apr 16, 2008 at 5:54 PM, Glen Pike [EMAIL

Re: [Flashcoders] Moock TileMap/TileSet/TileMapRenderer

2008-04-10 Thread Pedro Taranto
there is a as3 version, but its not completed: http://www.tonypa.pri.ee/tbw/as3/index.html -- Pedro Taranto ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] using scrollRect and the width / height properties in AS3 F9 - weirdness

2008-04-01 Thread Pedro Kostelec
(); stop(); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Flash8 Question

2008-03-30 Thread Pedro Taranto
(); myColor.rgb = 0x262626; //apply the color myMc.colorTransform = myColor; -- Pedro Taranto ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash8 Question - contrast transform

2008-03-30 Thread Pedro Taranto
laurent wrote: Hm...I should play with colors again. How do we change the contrast or brightness of a color ? using HSV ?? or is there a straight way using colorTransformin AS3 or AS2. thx L you should apply some BitmapFilter -- Pedro Taranto

Re: [Flashcoders] L'index indiqué sort des limites....something like, index out of range or out of limit

2008-03-30 Thread Pedro Taranto
://www.emanueleferonato.com/2008/03/29/understanding-howas3-manages-depths/ -- Pedro Taranto ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Tweening Engines for AS3

2008-03-27 Thread Pedro Kostelec
Sorry, my fault, sometimes I forgot I am on an international list. You would cry if you see a paycheck of a programmer from a third-world country ;) I don't get it. I am not even in university so i am not employed and i have no idea what this international list means?? I am curious, Pedro

[Flashcoders] TextField motion

2008-03-18 Thread Pedro Kostelec
; myTextField.setTextFormat(myFormat); -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] TextField motion

2008-03-18 Thread Pedro Kostelec
, 2008 at 2:36 PM, Adrian Park [EMAIL PROTECTED] wrote: Hi Pedro. You can't set alpha on TextFields which use device fonts - you'll have to embed the font if you want to be able to set alpha. I think myTextField.x++; probably works but since you only do it once it isn't apparent. You'll have

Re: [Flashcoders] TextField motion

2008-03-18 Thread Pedro Kostelec
very basic. Pedro Kostelec wrote: And aprt form that textFiel motion i have another prblem I was vreating a short movie with as3, nothing on the stage No, i want to add something on the stage on Frame 1000 and when i press spacebar, go there. How can i do this? gotoandplay

Re: [Flashcoders] frameworks and classes for flash cs3

2008-03-17 Thread Pedro Kostelec
OK. When i'll have some time i'll use it to read about it on osflash. Thanks anyway Pedro On Mon, Mar 17, 2008 at 1:22 AM, Pedro Taranto [EMAIL PROTECTED] wrote: what are the 'best' framework/classes is very subjective, there isnt an UNIQUE framework that will solve all your problems you

[Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
); graphics.endFill(); } } } -- Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
() after Mountain instantiation, first of all... var mountain:Mountain = new Mountain(); On Mon, Mar 17, 2008 at 3:36 PM, Pedro Kostelec [EMAIL PROTECTED] wrote: Hi (posted in flashnewbies but the list is not very active and i need to solve this problemas soon as possible) i

Re: [Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
NO , ihaven't. I am only in a learning process of as3, so if you can help me importing a class On Mon, Mar 17, 2008 at 4:35 PM, Sidney de Koning [EMAIL PROTECTED] wrote: Have you tried importing the Mountain Class? Cheers, Sid On Mar 17, 2008, at 4:28 PM, Pedro Kostelec wrote: I

Re: [Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
I doesn't. I posted the iles on the net. Can you please throw a look at? http://www.box.net/shared/wettvhs84s Thanks On Mon, Mar 17, 2008 at 4:50 PM, Cory Petosky [EMAIL PROTECTED] wrote: Jonathan, that's actually legal in ActionScript. Ugly and misleading, but legal. Pedro, change

Re: [Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
; x2 =stage.stageWidth; y2:Number =stage.stageHeight -150; init(); } } On Mon, Mar 17, 2008 at 11:28 AM, Pedro Kostelec [EMAIL PROTECTED] wrote: I added the () to it but still doesn't work: package { import

Re: [Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
:53 PM, Pedro Kostelec wrote: NO , ihaven't. I am only in a learning process of as3, so if you can help me importing a class On Mon, Mar 17, 2008 at 4:35 PM, Sidney de Koning [EMAIL PROTECTED] wrote: Have you tried importing the Mountain Class? Cheers, Sid

Re: [Flashcoders] Error #1009

2008-03-17 Thread Pedro Kostelec
; init(); } } On Mon, Mar 17, 2008 at 11:28 AM, Pedro Kostelec [EMAIL PROTECTED] wrote: I added the () to it but still doesn't work: package { import flash.display.Sprite; import flash.events.Event; import

Re: [Flashcoders] need:: Flex 3 AS3 // tutorials, links, book recs.

2008-03-17 Thread Pedro Kostelec
it but i learned quite something (not only as3 but animation with code) If you'are not sure which book to buy you can look here: books.google.com Google is recopying the(full) books on the net so you can look which one is better for you Pedro D.K. On Mon, Mar 17, 2008 at 7:32 PM, Fabio Pinatti [EMAIL

[Flashcoders] frameworks and classes for flash cs3

2008-03-16 Thread Pedro Kostelec
Hi coders I want to start coding with frameworks and classes like TweenLite. I would be pretty new at it, so i'd like you to recommend me some of them that makes flash coding easier or faster and improving performence. Thanks -- Pedro D.K

Re: [Flashcoders] frameworks and classes for flash cs3

2008-03-16 Thread Pedro Taranto
look at osflash.org and code.google.com -- Pedro Taranto On Sun, Mar 16, 2008 at 7:36 PM, Pedro Kostelec [EMAIL PROTECTED] wrote: Hi coders I want to start coding with frameworks and classes like TweenLite. I would be pretty new at it, so i'd like you to recommend me some of them

Re: [Flashcoders] frameworks and classes for flash cs3

2008-03-16 Thread Pedro Kostelec
for as3 motion. On Sun, Mar 16, 2008 at 11:58 PM, Pedro Taranto [EMAIL PROTECTED] wrote: look at osflash.org and code.google.com -- Pedro Taranto On Sun, Mar 16, 2008 at 7:36 PM, Pedro Kostelec [EMAIL PROTECTED] wrote: Hi coders I want to start coding with frameworks and classes like

Re: [Flashcoders] frameworks and classes for flash cs3

2008-03-16 Thread Pedro Taranto
in each case you should try all of them and use the one you feel more confortable to use, maybe try to do the same thing using differents frameworks that have the same purpose/focus: for example: Tweener vs TweenLite vs Papervision3D vs Sandy vs Away3D .. -- Pedro Taranto On Sun, Mar 16

Re: [Flashcoders] Graphic design universities

2008-02-24 Thread Pedro Kostelec
of art so that it is not fully in the sociology part. Hope you understand what i am looking for. Pedro On Sat, Feb 23, 2008 at 4:01 PM, Pedro Kostelec [EMAIL PROTECTED] wrote: Not bad this Aademy of Art Univeristy in S. Fr. The program that best suts to me is Digital Arts Communicationshttp

Re: [Flashcoders] Graphic design universities

2008-02-23 Thread Pedro Kostelec
and help with job placement upon graduation. The campus is spread throughout San Francisco. What better place to go and learn and also immerse yourself in the culture. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Kostelec Sent: Friday

Re: [Flashcoders] re: Looking for Expanding menu along a curved path

2008-02-23 Thread Pedro Kostelec
** _ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Pedro D.K. ___ Flashcoders mailing list

Re: [Flashcoders] re: Looking for Expanding menu along a curved path

2008-02-23 Thread Pedro Kostelec
I like it. But in exemple 7, is there no way to limit the lenght of the curve? If you drag one pont quite fast the length of the curse is huge, how could i limit it, i.e make the mx lenght of the curve 700 pixels or something like that. On Sat, Feb 23, 2008 at 4:21 PM, Pedro Kostelec [EMAIL

Re: [Flashcoders] Graphic design universities

2008-02-22 Thread Pedro Kostelec
, telecommunication between others. So, can someone recommend me some universites you think are good? Thanks Pedro D.K. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

  1   2   3   >