A Flash Developer Resource Site

Search:

Type: Posts; User: CJ Cat

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,047

    Programming Technique - Thinking in Commands

    Sometimes developing a large game project can end up with messy code. Thus, it's necessary to manage classes in a systematic way, with maintainability in mind.

    Recently I've come up with an idea...
  2. A Minimalistic Example for PushButton Game Engine

    http://pushbuttonengine.com/wp-content/themes/pbe/images/pushbutton-engine.png

    Recently I've just got my hands on PushButton Engine, and the engine is very, very awesome. It allows you to design...
  3. Replies
    2
    Views
    5,982

    I've added a FlashDevelop template pack. It helps...

    I've added a FlashDevelop template pack. It helps you extend Stardust at ease. :)

    You can grab the templates here....
  4. Replies
    2
    Views
    5,982

    Stardust 2D/3D Particle Engine

    http://cjcat2266.googlepages.com/StardustLogoMediumShadowed.png

    Project homepage:
    http://code.google.com/p/stardust-particle-engine/

    Stardust is an ActionScript 3.0 paritcle engine.

    Here...
  5. Replies
    0
    Views
    805

    FenoFSM - Finite State Machine Framework

    http://cjcat2266.googlepages.com/FenoFSMLogo.png

    Project homepage

    I've created an ActionScript 3.0 finite state machine framework, FenoFSM.
    FenoFSM supports XML, so you can define a machine's...
  6. I've just recorded some video tutorials. Hope...

    I've just recorded some video tutorials.
    Hope you find them useful.

    Here's the playlist: http://www.youtube.com/view_play_list?p=239C923DAC6C7A58
  7. Oh, it's a direct link to a SWF file in the SVN...

    Oh, it's a direct link to a SWF file in the SVN repository.
    I don't know how this works, but if you're using FF it pops out a download window; if you're using IE it shows the SWF in the browser....
  8. [CS4] ZedBox 1.0 released - 2.5D billboard engine

    http://cjcat2266.googlepages.com/ZedBoxLogoMedium.png

    Hi, guys.

    This is ZedBox, my 2.5D billboard engine.
    It supports nested display list structure.
    (If you want to create a spinning ring of...
  9. Replies
    19
    Views
    3,731

    Hey, guys. I've just finished recording 4 new...

    Hey, guys.

    I've just finished recording 4 new videos,
    one concerning how to create timeline-animated particles,
    and three coving features new to Emitter 2.1.

    11 - Timeline-Animated Particles...
  10. Thread: CJLibrary CS4

    by CJ Cat
    Replies
    2
    Views
    5,539

    Hey , recently I've recorded several Emitter...

    Hey , recently I've recorded several Emitter video tutorials.
    Hope you like it :)

    http://www.youtube.com/watch?v=SuFkqje7qDQ&feature=PlayList&p=84AC3DE6772538E4&index=0&playnext=1
    More vids...
  11. Replies
    19
    Views
    3,731

    No special rendering trick is applied. So you...

    No special rendering trick is applied.
    So you just supply the DisplayObject class, and then the engine instantiates particles from this class.
    It's that simple :)

    So you can do whatever you want...
  12. Replies
    19
    Views
    3,731

    Guys, good news. I've finished a point source...

    Guys, good news.

    I've finished a point source component.
    You can use the Emitter 2.0 engine without writing even a single line of code.

    Here it is: Emitter 2.0 point source component

    Before...
  13. Replies
    19
    Views
    3,731

    Here you go. Emitter 2.0 Performance Tester...

    Here you go.

    Emitter 2.0 Performance Tester
  14. Replies
    19
    Views
    3,731

    Yeah, I'm also planning on making an interactive...

    Yeah, I'm also planning on making an interactive editor.
    Also, the XML import/export function is one of the version 2.1 milestone.

    Previously, I've already made an interactive editor for Emitter...
  15. Replies
    19
    Views
    3,731

    Oh, one of my friend experienced the same...

    Oh, one of my friend experienced the same problem.

    He said it's because he used Flash Player 9.
    After he switched to Flash Player 10 everything went fine.

    I didn't publish the manual as a...
  16. Replies
    19
    Views
    3,731

    Sorry for the inconvenience to let you guys have...

    Sorry for the inconvenience to let you guys have to download the SWF files.
    I think it's because I host those files in the SVN repository.
    You can download all the example at once using SVN client...
  17. Replies
    19
    Views
    3,731

    Yeah, you've got the point. After I finish the...

    Yeah, you've got the point.

    After I finish the manual,
    I'll start working on more fancy examples.
  18. Replies
    19
    Views
    3,731

    Really? That's weird. A couple of my friends...

    Really?

    That's weird.
    A couple of my friends all told me the SWF files worked fine.
    They tried both FF and IE, and nothing went wrong.
    Did you install the latest Flash Player 10?

    How about...
  19. Replies
    19
    Views
    3,731

    [CS4] Emitter 2.0 - My new particle FX engine (components available now)

    Hi, I've rewritten my particle engine, Emitter, entirely from scratch.
    (Gosh, it was an extremely tiring work, but I think it's totally worth it)

    http://cjcat2266.googlepages.com/Emitterlogo.png...
  20. Needs help on creating SWC files with compc

    I'll try to make it simple:

    I have a folder of pure AS files.
    This folder is a package of AS classes.
    (No main AS file. This package acts as a library.)

    I want to wrap this library into a...
  21. Thread: CJLibrary CS4

    by CJ Cat
    Replies
    2
    Views
    5,539

    I've written a basic Z-depth sorter class called...

    I've written a basic Z-depth sorter class called ZSorter.
    It's in the idv.cjcat.display.zsorter package of CJLibrary CS4.
    ...
  22. Thread: CJLibrary CS4

    by CJ Cat
    Replies
    2
    Views
    5,539

    CJLibrary CS4

    I think I've misposted this in the AS3 forum.
    Guess this goes here.

    I've tweaked my CS3 library to fit in CS4.
    (mostly doing performance-related adjustments like using Vector instead of Array)
    ...
  23. Replies
    1
    Views
    473

    [CS4] new MotionBlurFilter();

    Isn't this tempting?

    http://www2.ee.ntu.edu.tw/~b95901008/files/aux/AS3CS4/PBJ2AS/pbj2as.png

    When it comes to using custom Pixel Bender filters,
    it usually involves embedding a PBJ file in a...
  24. Replies
    1
    Views
    637

    Maximum preview framerate of 30fps in CS4?

    Does anyone have the same problem as I do?

    The preview (pressing ENTER in Flash IDE) in CS4 seems to have a maximum framerate limit, which is only 30fps.
    I usually work with 60fps in CS3 (for...
  25. Replies
    0
    Views
    940

    The Infinite Whack-A-Bunny Game

    I was teaching my friends how to make a simple whack-a-bunny game.
    And here's what came out.
    Actually, I found it quite pressure-relieving...
    ...
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center