A Flash Developer Resource Site

Search:

Type: Posts; User: rosie

Page 1 of 11 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    10
    Views
    1,731

    Subway The swiss company, is a major shareholder...

    Subway
    The swiss company, is a major shareholder in this new venture which should hopefully open in july

    PS I'm 36 and male and I don't think you want my photo!

    CheerZ
    :D rosie
  2. Replies
    10
    Views
    1,731

    message for Subway

    Subway

    I see you like skydiving, check this bodyflying site that I've been working on

    http://www.bodyflight.co.uk/

    CheerZ
    :D rosie
  3. Thread: AS1 or AS2

    by rosie
    Replies
    13
    Views
    1,217

    if you ever used prototype or ___proto__ in your...

    if you ever used prototype or ___proto__ in your AS1.0 code then AS2.0 is definately the one for you.

    AS2.0 offers proper class structures with inheritance, interfaces and packages, with proper...
  4. You don't need and shouldn't use inheritance to...

    You don't need and shouldn't use inheritance to do this.
    try;

    class MyMovieClipClass {
    //Properties
    private var containerMC:MovieClip;

    {
    // Constructor
    function...
  5. Replies
    4
    Views
    1,081

    I've now added new functionality to xmi-to-as.xsl...

    I've now added new functionality to xmi-to-as.xsl that automatically writes the super() call with relevant superclass params to all subclass constructors, as per "Constructor Function in Subclasses"...
  6. Replies
    4
    Views
    1,081

    The output .as from the example should give a...

    The output .as from the example should give a file that looks like the test4.as found here XMI to AS

    To export a class diagram to XMI in ArgoUML use the tools menu (see pic)
    ...
  7. Replies
    4
    Views
    1,081

    UML Class Design to ActionScript2.0

    Hi all

    I thought I would share this XSL transform script that will take any XMI files and create Stub Class and Interface code for ActionScript2.0

    XMI can be exported by most UML design package...
  8. I'll be there all the way from blighty (my...

    I'll be there all the way from blighty (my company stumped up for it, lucky me!!!)
  9. Replies
    1
    Views
    391

    your tell target is assuming that "movie" is...

    your tell target is assuming that "movie" is inside your object mc

    tellTarget (movie) {
    play ();

    if movie is on the main time line use

    tellTarget (/movie) {
    play ();
  10. Replies
    4
    Views
    537

    try this; ...

    try this;

    http://www.flashkit.com/movies/Interfaces/Widgets/Colour_P-Richard_-46/index.shtml

    it uses alpha channels and the special colour, noy a motion tween to be seen and all in flash4
    ...
  11. Thread: flush variables

    by rosie
    Replies
    2
    Views
    431

    you can store your variables in a loaded .swf...

    you can store your variables in a loaded .swf then load a blank .swf over this, this will flush all the relevant variables.

    hope this helps
    :D rosie
  12. Replies
    7
    Views
    531

    click again pucknall (anywhere on the frame but...

    click again pucknall (anywhere on the frame but the tab or drag) and they will come to the top, I know I wrote it!

    CheerZ
    :D rosie
  13. Replies
    7
    Views
    531

    try this; ...

    try this;

    http://www.flashkit.com/movies/Interfaces/Menus/Scaleabl-Richard_-401/index.shtml

    it contains a Flash 4 oo z-ordering engine

    CheerZ
    :D rosie
  14. Replies
    4
    Views
    413

    have you checked the file permission for the .txt...

    have you checked the file permission for the .txt file on the server, cause if you can't read it neither can the .swf!

    CheerZ
    :D rosie
  15. Replies
    4
    Views
    413

    put the path to the .txt relative to the .swf...

    put the path to the .txt relative to the .swf i.e.

    ../blah/blah.txt

    or put the .txt in the same directory as the .swf (or vica-versa)

    then you only need blah.txt for the path

    hope this...
  16. based on this code...

    based on this code
    http://www.flashkit.com/movies/Games/keyword_-rosie-1900/index.shtml

    you can divide up your textfield into seperate variables whenever a "," is encountered i.e.
    ...
  17. Replies
    1
    Views
    658

    I've seen it do this before, it's like when you...

    I've seen it do this before, it's like when you rotate an mc by non-integers and it starts to shrink.

    to be on the safe side multiply your result by 1000 make it an integer then divide it by a...
  18. Replies
    1
    Views
    414

    Try this ...

    Try this

    http://www.flashkit.com/movies/Interactive_Actionscript/Scaleabl-Richard_-401/index.shtml

    it contains a scaleable object orientated z-ordering engine

    but remember to declare all...
  19. Replies
    38
    Views
    1,417

    almost 32 and been using Flash since version 2

    almost 32 and been using Flash since version 2
  20. Replies
    45
    Views
    3,627

    Hi Scills It appears to be working this end,...

    Hi Scills

    It appears to be working this end, however it's 176k and has no preloader, so you don't see anything for about the first 40k

    CheerZ
    :D rosie
  21. Replies
    45
    Views
    3,627

    Hey Scills My e-mails busted at the moment, ...

    Hey Scills

    My e-mails busted at the moment,

    But here's my work in progress

    http://www.richardrose.demon.co.uk/dome.html

    Am I wasting my time!
  22. in the absence of a email for you! I have...

    in the absence of a email for you!

    I have posted a .zip here

    http://www.richardrose.demon.co.uk/quiz_test.zip

    CheerZ
    :D rosie
  23. Replies
    3
    Views
    606

    refer to this thread ...

    refer to this thread

    http://www.flashkit.com/board/showthread.php?threadid=11033

    CheerZ
    :D rosie
  24. have a look at this example for doing matching...

    have a look at this example for doing matching operations

    http://www.richardrose.demon.co.uk/quiz_test.swf

    (answer the question in the form of a sentence)

    if it is what you need I will send...
  25. try this from the movies section; ...

    try this from the movies section;

    http://www.flashkit.com/movies/Widgets/URL_Enco-Jeffrey_-263/index.shtml

    CheerZ
    :D rosie
Results 1 to 25 of 258
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center