A Flash Developer Resource Site

Search:

Type: Posts; User: nvidia123

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    353

    ColorTransform query

    Hi,

    i am currently reading Learning Actionscript 3.0 A Beginners Guide and i'v stumbled on a code snippet tutorial that i hope you can explain to me, P.139. What i am trying to do is...
  2. Thanks for the assist, i managed to find the src...

    Thanks for the assist, i managed to find the src directory of the fl classes and added it as a source library in my FlashDevelop which was very easy todo, and it worked perfectly.

    I don't know if...
  3. Cannot Import fl. classes in my FlashDevelop

    Hi,

    i am tryin to impor the following classes in my FlashDevelop project, import fl.transitions.Tween; and fl.transitions.easing.*; however, in my flashdevelop project i can't seem to find...
  4. Replies
    3
    Views
    648

    I don't know about AS 2.0 but that to me looks...

    I don't know about AS 2.0 but that to me looks more complex than my if statements to be honest.
  5. Replies
    3
    Views
    648

    Stoping Ball at Mouse Location

    Hi,

    i have made a simple application to move a ball to the location of the mouse. I am trying to adjust my app so that when the ball does move in the same position as my mouse location, it...
  6. Replies
    3
    Views
    630

    Aah i see, because i did something like this but...

    Aah i see, because i did something like this but after the return value, i thought that i would not make any difference as to where i place the trace statement, either before or after but clearly it...
  7. Replies
    3
    Views
    630

    Displyaing my return value query

    Hi,

    i have made a very simple application where i have created a ball which follows the mouse. However, seeing that i am new to this, what is the easiest/common way for me to be able to display...
  8. Replies
    2
    Views
    461

    AAH DOH!!! sorry, i just realised it after you...

    AAH DOH!!! sorry, i just realised it after you had posted. I looked in the book and yes, it had x value for cos and y value for sin. Apoligise for the minor mistake and thanks for pointing it out.
    ...
  9. Replies
    2
    Views
    461

    Angle Question

    Hi,

    i am following a tutorial from a book, Learning Actionscript 3.0, A Beginners Guide, where it discusses how to move an object in an agle. I have managed to get the app working fine, but i'm...
  10. Replies
    8
    Views
    1,512

    Nope, it's not there. I do still get the warning,...

    Nope, it's not there. I do still get the warning, but no error, only a warning when i compile my main.as file but whn i build it again, it replies build successful. I'll probably leave it as it is,...
  11. Replies
    8
    Views
    1,512

    I looked in the Classpaths tab menu and i could...

    I looked in the Classpaths tab menu and i could only see only 1 entry, src, but no other. Do i need to do something else? like arranging my files correctly or something?
  12. Replies
    8
    Views
    1,512

    I see, this might sound silly, but how do i...

    I see, this might sound silly, but how do i remove the source path entry?

    Is it the case of my going to my C:\Users\vista\Documents\FlashDevelopProjects\NavBar folder and removing something?
  13. Replies
    8
    Views
    1,512

    Hi, thanks for the reply, i moved my app...

    Hi,

    thanks for the reply, i moved my app folder underneath src folder and i built my main.as document class, and it gave me a warning:
    Warning: Source path entry,...
  14. Replies
    8
    Views
    1,512

    Import Class from Another folder, Problem

    Hi,

    i am using FlashDevelop and have created a project called NavBar. I have created a few folders, 1 of which is called app which contains another called gui but within this has a document class...
  15. Replies
    2
    Views
    442

    Ummm interesting, it has given me something to...

    Ummm interesting, it has given me something to think about.

    Thanks
  16. Replies
    2
    Views
    442

    AS3 Coding and Flash IDE General Query

    Hi everbody,

    i've started to learn AS 3.0 coding using FlashDevelop using a very good book that was recommended by a few people in this forum called, Learning Actionsctip 3.0 A Beginners...
  17. Replies
    18
    Views
    2,159

    Interesting, i think for the moment since i'm...

    Interesting, i think for the moment since i'm just following a simple tutorial excerise in the Learning Actionscript 3.0 book, embedding the image would be sufficient. However, i do get your point...
  18. Replies
    18
    Views
    2,159

    Just saw your post, no that is fine if it muddles...

    Just saw your post, no that is fine if it muddles the waters and that you are talking about my inheritence stuff, i'm always open to alternatives, whether if its wrong or right, it's all about...
  19. Replies
    9
    Views
    986

    Oh i see, thanks.

    Oh i see, thanks.
  20. Replies
    9
    Views
    986

    Embedding General Question

    Hi,

    i wanted to ask, when using FlashDevelop to embed images in a class, the code lines,

    public class MyClass extends Sprite
    {
    [Embed(source='../lib/lancer_evo_bitmaps.jpg')]...
  21. Replies
    18
    Views
    2,159

    OH Wonderful it worked, your help was greatly...

    OH Wonderful it worked, your help was greatly appriciated.
  22. Replies
    2
    Views
    425

    Finding The Location of image

    Hi,

    i downloaded a tutorial fla file and it contains 2 images of cars which seem to be under a folder called "bitmap assets" seen in the library panel. Now, since i have not created them, is...
  23. Replies
    18
    Views
    2,159

    Oh i see interesting if i were to add those lines...

    Oh i see interesting if i were to add those lines in my, MyCar.as file, in my Host.as file when i do the usual new compactCar:MyCar(12,12) or something like that, would i need to do anything else ...
  24. Replies
    18
    Views
    2,159

    Thanks for the response, if i were to undo...

    Thanks for the response, if i were to undo everything i did, ie. the classpath stuff, are you referring to embedding it and placing it in MyCar? The graphic is static, but after looking at my Project...
  25. Replies
    18
    Views
    2,159

    I did a bit of research on classpaths,...

    I did a bit of research on classpaths, http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000775.html



    and found i could set the...
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center