A Flash Developer Resource Site

Search:

Type: Posts; User: StCheez

Search: Search took 0.03 seconds.

  1. Replies
    18
    Views
    3,368

    Here I am asking for any input from you all:)...

    Here I am asking for any input from you all:) Please

    I wanted to try a simple collision detection between the enemy and the main_char. If the two boxs collide, there is an equal chance that...
  2. Replies
    18
    Views
    3,368

    Thanks to Zoranvedek, I was able to come-up with...

    Thanks to Zoranvedek, I was able to come-up with a routine which causes an enemy to move back-and-forth on a platform. The new version of movie can be downloaded from my previous post. Heres the...
  3. Replies
    18
    Views
    3,368

    I just put together a movie which uses JScript in...

    I just put together a movie which uses JScript in order to detect collision with more than one tile. Here is the script:

    Under the black called "platform"
    ...
  4. Replies
    18
    Views
    3,368

    'standing' is not a proptery of 'movie 5'...

    'standing' is not a proptery of 'movie 5' ActionIf
    Undefined variable 'standing' ActionIf

    This is the error which I got when I pressed on the spacebar to jump. As far as I can tell, the error...
  5. Replies
    18
    Views
    3,368

    Interestingly enough, the 1 box which I used as a...

    Interestingly enough, the 1 box which I used as a tile showed as if 3 boxs, when the program is run. I drew a gif pic drawn in MS Paint. Not sure if that would make any difference in how the box...
  6. Replies
    18
    Views
    3,368

    Hi Bret, When you say "set", are you referring...

    Hi Bret,

    When you say "set", are you referring to "set proporties" for action or "let" variable = something?

    I was not exactly sure how "set proporties" affected variable of velocity. To me,...
  7. Replies
    18
    Views
    3,368

    Thanks, Zoranvedek! I was not familiar with...

    Thanks, Zoranvedek!

    I was not familiar with the List of Actions, but now I think I have a better understanding.

    Never occured to me to get the y position which was nifty idea. Your code also...
  8. Replies
    18
    Views
    3,368

    Guess I will upload the movie to my website. ...

    Guess I will upload the movie to my website. And, here it is:

    http://www.stcheez.com/platform.html

    Kind of weird. The "jump" will initially work, and later will not.

    Anyway, I will post...
  9. Replies
    18
    Views
    3,368

    I was wrong. You can directly access "actions"...

    I was wrong. You can directly access "actions" from "element" properties.

    For on-key-down

    Pick add-an-action, then pick "if" condition
    if Standing = true

    Pick add-an-action, then pick "set...
  10. Replies
    18
    Views
    3,368

    Heres the basic program I am using just square...

    Heres the basic program

    I am using just square blocks to move around screen which I drew in jpg format.

    sqr1 = main character in property allows for velocity
    I set the y velocity to 10 thus it...
  11. Replies
    18
    Views
    3,368

    I was wondering if anyone here was interested in...

    I was wondering if anyone here was interested in producing a platform engine which can be used by everyone here. I started on the idea. I was able to get the character to fall, land on platform,...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center