Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Pallash

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

Posts posted by Pallash

  1. yo guys just began a script, even if im newbie I tried it with a tuto from youtube.
    well what ever.

    Im making a flash game, I wana include it into my game but the flash game got an error at scripting.

    This is teh script:

    ```
    (
    if(hspeed == 0)
    (
    if (random(3)<1 " place_free(x-4,y))
    (hspeed = -4; vspeed = 0;)
    if (random(3)<1 " place_free(x+4,y))
    (hspeed = 4; vspeed =0;)

    )
    else
    (
    if (random(3)<1 " place_free(x,y-4))
    (hspeed = 0; vspeed = -4;)
    if (random(3)<1 " place_free(x,y+4))
    (hspeed = 0; vspeed =4;)

    )
    )
    ```
    and this is the error when I try to run the game

    ```
    ___________________________________________
    COMPILATION ERROR in Script: script1
    Error in code at line 2:
      if(hspeed == 0)
        ^
    at position 3: Unexpected symbol in expression.

    ```
    well it is prebably the "f" but why? o.O and can I fix that?

    if you need more info I will reply you, feel free to ask.
  2. @.:

    > He edited his post saying he didn't make the sprite. He just made it bigger. No need to attack him.

    Thank you bro, thats why I never take credits from other people.
    and errr… the big one is the orginal one, i made it possible to use it as big sprite.
    thats it.

    @Kinjiru:

    > I found the source http://www.hbgames.org/forums/viewtopic.php?f=159&t=2424
    > OP at least give credit to this dude

    the link works but there is no post, I would add the name but I dont know either
  3. ok hello everyone I just managed to make this sprite.
    also I managed to amke the size not the sprite itself, but I will share it with u, since many ppla re chocobo fans^^

    64x64 Sprite sheet

    ![](http://imgur.com/KIbMC.png)

    Orginal Sprite sheet

    ![](http://imgur.com/0JLc5.png)

    In Game look:

    ![](http://imgur.com/nxcfJ.png)
  4. no im asking if this is allowed

    "But I give player acces to premium when:
    They win in certain event's tehy get acces to premium.
    They give u something diffrent, or help u in another game or stuff"
  5. Yo guys quit late here (3:07am)
    im still working on my game and uh…still need pet system but what ever.

    I knew it isnt allowed to make a premium service (with payment) in the game.

    But i give player acces to premium when:
    They win in certain event's tehy get acces to premium.
    They give u something diffrent, or help u in another game or stuff

    will this still count as "not allowed"

    cus i dont want to make profit of something i gained for free.
    im just unsure, i wanna run a game with a good feeling
  6. gosh x.x
    i actually wanna make this:

    a Chocobo farm where u can buy chocobos for a certain price.
    after you bought it, it will be in ur inventory, double click to ride on it.
    i got the chocobo sprite,and the normal sprites (I have 6 classes in my game)
    when ur riding chocobo ur walking will increasy by 1.5x.

    anyone who could help me out?
  7. Well before i start anoying ppl i tried myself but i failed >.>
    i want to add this sprite to my big sprite.bmb and this came out:

    ![](http://imgur.com/tHyfu.png)

    I alrdy tried damian666's converter.exe but didnt work (even if i had the dll file)
    someone can help me with this?:

    ![](http://imgur.com/EP8Vl.png)
  8. Is it possible to ride on a "Big sprite (64x64) with a Sprite (64x32)
    I would liek to make:

    Buying a pet in the shop to ride it. the pet is 1.5x faster than the player and the player can atk while hes on the pet.

    so is this possible?
×
×
  • Create New...