A Flash Developer Resource Site

Page 2 of 3 FirstFirst 123 LastLast
Results 21 to 40 of 60

Thread: SWiSH, what do you think of it?

  1. #21
    Not PWD ViRGo_RK's Avatar
    Join Date
    May 2001
    Posts
    1,799
    Well, look, if it can do everything flash can, let me see you set up some spiffy stuff with XML.








































    Yea. And if its the same as Flash, why would I pay more money out of my pocket for TWO THINGS that do the same stuff.


    PAlexC: That's just Chuck Norris's way of saying sometimes corn needs to lay the heck down.
    Gerbick: America. Stabbing suckers since Vespucci left.

  2. #22
    Harmony & Justice Veniogenesis's Avatar
    Join Date
    Jul 2002
    Location
    Washington D.C.
    Posts
    4,434
    I worship it.





    Well, being the SwishSitecheckMod...
    Heh heh heh.


    I worship Flash too, though.
    Flash Kit Moderator . Duke University
    Thomas Jefferson High School for Science and Technology

  3. #23
    N' then I might just
    Jump back on
    An' ride
    Like a cowboy
    Into the dawn
    ........To Montana.
    david petley's Avatar
    Join Date
    Jun 2000
    Location
    not in Montana ™
    Posts
    10,192
    double helix....
    http://www.purifiedproductions.com/exp/dna_spin.html

    speed it up...sloooow it doooown


    dp
    No longer a Flashkit mod, not even by stealth

    Insanity is just a point of view. After all, the world looks pretty normal through your own underpants.

  4. #24
    Not PWD ViRGo_RK's Avatar
    Join Date
    May 2001
    Posts
    1,799
    It needs buttons to work.

    Can you do that with the mouse?


    PAlexC: That's just Chuck Norris's way of saying sometimes corn needs to lay the heck down.
    Gerbick: America. Stabbing suckers since Vespucci left.

  5. #25
    N' then I might just
    Jump back on
    An' ride
    Like a cowboy
    Into the dawn
    ........To Montana.
    david petley's Avatar
    Join Date
    Jun 2000
    Location
    not in Montana ™
    Posts
    10,192
    Originally posted by ViRGo_RK
    It needs buttons to work.

    Can you do that with the mouse?
    That example is not mine, but I am sure that it could be done simply by mouse location, just need to script it accordingly. You can certainly check for the mouse location and then use if/else or something similar....

    The SWiSHscript kiddies are already having a field day with the MX scripting tutorials here at FK, modifying them only slightly to function in SWiSHmax

    david
    No longer a Flashkit mod, not even by stealth

    Insanity is just a point of view. After all, the world looks pretty normal through your own underpants.

  6. #26
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    Most of the features of Flash MX are really features of the player .. and an app that provides access to the object mode can use them. So, for example, if you export a SWF6 from SWiSHmax you can (say) use the line drawing API just like you can with FlashMX.

    The point is not so much whether the two tools do the same thing. The questions that are more important to most are (in order of importance I'd say):
    1) does it do what I need it to do
    2) does it do it more easily than other tools
    3) does it cost as much

    In most cases SWiSH wins on those three points. However, for some of the more advanced scripters, Flash (a much more expensive tool) may be a better overall solution. But that does not mean it is bets for everyone ... and the gaps between the two products is closing.

    Of course, in some cases, both SWISH and Flash together wil provide the best answer, as some things SWISH does more easily and powerfully, whereas other Flash may be preferred.
    Roger Onslow - SWiSHmax: its here!

  7. #27
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    besides the overt advertising happening right now...

    does it support XML?

    [ Hello ] | [ gerbick ] | [ Ω ]

  8. #28
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    if the Flash Player suports it (which it does) then it should be able to be done. However, at this time we don't have for(xx in yy){} .. which would limit xml. Should have it there soon.

    Could you point me to a simple example to try? Preferably something I can do with local files (rather than have to upload things to servers etc) .. just makes things easier to test and experiment with
    Roger Onslow - SWiSHmax: its here!

  9. #29
    Member
    Join Date
    Jun 2003
    Posts
    41
    Yea. And if its the same as Flash, why would I pay more money out of my pocket for TWO THINGS that do the same stuff.
    Exactly, why would you pay more for two things that do the same stuff? Seems kinda dumb, eh? One reason that SWiSH, in my opinion, is as good as Flash

  10. #30
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986

    [ Hello ] | [ gerbick ] | [ Ω ]

  11. #31
    Karma police phreakdevil's Avatar
    Join Date
    Jun 2002
    Location
    B4rc3L0c4
    Posts
    764
    Be a man use Flash.

  12. #32
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    Thanks for the links

    This code worked in SWiSH just fine (from first example provided):

    Code:
    onFrame(1) {
        stop();
        myXML = new XML;
        myXML.onLoad = _root.DisplayData;
        myXML.load("demoText.xml");
    }
    
    function DisplayData(success) {
        if (success) {
            xmlOutput = this.myXML.body.childnodes.join('').split('<a ').join('<font color="#3333ff"><u><a ').split('</a>').join('</a></u></font>');
        }
    }
    NOTE that I had to use this.myXML.body... instead of just this.body... I'll log that as a bug (seem to be confused about what 'this' means in the DisplayData function) .. we are only in beta after all .. and get it fixed asap.

    Haven't tried the other examples yet .. one bug at a time I think.
    Roger Onslow - SWiSHmax: its here!

  13. #33
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    oo .. didn't need to have

    myXML.onLoad = _root.DisplayData;

    could just be
    myXML.onLoad = _DisplayData;

    as per original sample fla.
    Roger Onslow - SWiSHmax: its here!

  14. #34
    zephyr Olly K's Avatar
    Join Date
    May 2002
    Location
    The Univerity of Wales, Newport
    Posts
    1,357
    SWiSH Rocks!
    If you use it right, like Flash.
    I use both SWiSH and Flash and I say both have things that beat each other (does that make sense?)
    Like SWiSH you can do animations really quickly (not the built in effects)
    Flash has better drawing tools
    SWiSH is easier to add actions and commands
    Flash is more complicated but can do more things

    Anyways I've been in Argentina for a month and kinda behind on things, where do I get SWiSH Max from?

    - I made this!
    http://www.okkle.co.uk - creatures, art, animation and toys!
    Toilet Trumps

  15. #35
    N' then I might just
    Jump back on
    An' ride
    Like a cowboy
    Into the dawn
    ........To Montana.
    david petley's Avatar
    Join Date
    Jun 2000
    Location
    not in Montana ™
    Posts
    10,192
    Originally posted by Olly K


    Anyways I've been in Argentina for a month and kinda behind on things, where do I get SWiSH Max from?

    check the SWiSH Help forum Olly K......and welcome back

    david p.
    No longer a Flashkit mod, not even by stealth

    Insanity is just a point of view. After all, the world looks pretty normal through your own underpants.

  16. #36
    zephyr Olly K's Avatar
    Join Date
    May 2002
    Location
    The Univerity of Wales, Newport
    Posts
    1,357
    Whohoo! Thanks I found it

    When do you reckon the final release will be? It's still downloading so I haven't played with it yet but I want the full version with export
    Damn that evil trick, let 'em make movies but don't let 'em export 'em, so they must buy!

    I'm sure it's gonna rock like a toaster!
    - I made this!
    http://www.okkle.co.uk - creatures, art, animation and toys!
    Toilet Trumps

  17. #37
    N' then I might just
    Jump back on
    An' ride
    Like a cowboy
    Into the dawn
    ........To Montana.
    david petley's Avatar
    Join Date
    Jun 2000
    Location
    not in Montana ™
    Posts
    10,192
    Originally posted by Olly K
    Whohoo! Thanks I found it

    When do you reckon the final release will be? It's still downloading so I haven't played with it yet but I want the full version with export
    Damn that evil trick, let 'em make movies but don't let 'em export 'em, so they must buy!

    I'm sure it's gonna rock like a toaster!
    You should go and hang in the public beta forum at SWiSHzone for all the goss, some examples are starting to flow there and everybody seems pretty happy. Brian over at SWiSH-Tutorials has some good stuff happening too.
    Re: the export disabled....it is a beta, we are looking for bugs, a time-limited, export enabled build may follow...but the important thing is to find the bugs.

    Anyhooo, see you over there on a SWiSH forum somewhere(I get nervous posting about SWiSH in the lounge...upsetssss the lizardssses and resssstlesss they be getting).

    david p.
    No longer a Flashkit mod, not even by stealth

    Insanity is just a point of view. After all, the world looks pretty normal through your own underpants.

  18. #38
    SWiSHer extraordinaire
    Join Date
    Dec 2000
    Location
    Australia
    Posts
    3,900
    Originally posted by roger_onslow
    NOTE that I had to use this.myXML.body... instead of just this.body... I'll log that as a bug (seem to be confused about what 'this' means in the DisplayData function) .. we are only in beta after all .. and get it fixed asap.
    Fixed for next beta .. so code that works is now like it should be
    Code:
    onFrame(1) {
        stop();
        myXML = new XML;
        myXML.onLoad = DisplayData;
        myXML.load("demoText.xml");
    }
    
    function DisplayData(success) {
        if (success) {
            xmlOutput = this.body.childnodes.join('').split('<a ').join('<font color="#3333ff"><u><a ').split('</a>').join('</a></u></font>');
        }
    }
    NOTE: SWiSH uses an onFrame() event rather than typing code separately into actions for each frame ... that means you can see and edit all your code for a clip (ie sprite) for all its frame and events at once in the one window.
    Roger Onslow - SWiSHmax: its here!

  19. #39
    Not PWD ViRGo_RK's Avatar
    Join Date
    May 2001
    Posts
    1,799
    Originally posted by gerbick
    besides the overt advertising happening right now...

    does it support XML?
    That's what I asked.

    That was MY question, not yours




    Anyway, I already own flash!

    Why buy something else that does the same thing? Answer me that.


    PAlexC: That's just Chuck Norris's way of saying sometimes corn needs to lay the heck down.
    Gerbick: America. Stabbing suckers since Vespucci left.

  20. #40
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    Originally posted by roger_onslow
    Fixed for next beta .. so code that works is now like it should be
    So that means I get a free copy for helping out, right?


    [ Hello ] | [ gerbick ] | [ Ω ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center