Whiteclaws's Forum Posts

  • A difficult game

    Congrats

    Also if you are a fan of difficult games be sure to check the game in my signature

  • If you do as i did , your game won't be compatible with the arcade , also be sure to know that there is only 1 global checkpoint object , just copy this object and place the checkpoint as you want , and be sure to place them in order of copy

    You can do it with the webstorage plugin ( set LocalVariables )

    but..

    They have to save by clicking on a button

    Legend:S.C.= Webstorage Local Variable "SavedCheckpoint"

    example:

    ---On Exit Clicked : Set (Webstorage Local Variable "SavedCheckpoint") to LastCheckpoint

    ---On Checkpoint Touched by Player :

    -----------Pick instance 0 (First checkpoint) : Set LastCheckpoint to 1

    --- On PlayObject (Main-menu Play ) clicked :Set LastCheckpoint to S.C.

    ---------- If LastCheckpoint = 1 :

    ---------------Pick instance 0

    ---------------------------------- Spawn Player on Checkpoint

    Here ya go <img src="smileys/smiley2.gif" border="0" align="middle" />

    Note: if you dont understand anything just post the capx , i will help you edit it

    Also repeat this for all checkpoints

    (example for Checkpoint 2)

    -----------Pick instance 1 (add 1 for each checkpoint) : Set LastCheckpoint to 2 (add 1 for each checkpoints)

    ---------- If LastCheckpoint = 2 :(add 1 for each checkpoint)

    ---------------Pick instance 1 (add one for each checkpoint)

    ---------------------------------- Spawn Player on Checkpoint

  • <img src="smileys/smiley2.gif" border="0" align="middle" /> no problem , everyone makes errors

  • I don't know if you don't know this

    but before i can post a game i need permission from a mod and this post is for ASKING PERMISSION!!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • hello Scirra

    i tried to upload my game to arcade but it didn't accept it

    so.. i upload a game that has the link to my game in the instructions

    is that acceptable?

    thank you <img src="smileys/smiley1.gif" border="0" align="middle" />

  • oh ok

    but Kyatric , do you know a good Websocket server

  • Kyatric is there a technique on how to open a ewxternal application with C2? like open the server application from C2

  • My opinion is that HTML5 is better than EXE

    because it is more secure , will be native ( i think ) , Will run on all browser (i hope), and do not need to be downloaded , but this technology is not stable for every browser i think we need to wait a little before publishing the EXE because i am sure that soon the html5 will be popular and the EXE will not be used alot

    So continue Ashley on working on the HTML5 and when you finish think about the EXE

  • cool but make the player sprite and the blocks better

    and make the blocks more solid and add tools

  • ok , alot of you don't seem to understand what i mean i will try to explain

    in my game , i will use Zack0Wack0 Websocket plugin and i need a setting like this

    player can make a server or join one only by entering an ip (for making a server and for joining his server but i don't want the screen to be all hided by cmd windows , i want the client and server to not show up

    thank you

  • ayzhong

    no , I don't want the client application to show up on the screen

  • talkinghead

    i mean that starts but that dont appear on the screen like cmd's

  • Hello guys

    after 2 posts and a wikipedia documentation

    i understanded...

    but..

    i need to know if i can set up a server that launch but dont appear as a program and that i can control from the event editor

    (if it don�t exist , just post a server that is compatible with C2)

    also tell me how i can program it..

    thank you guys

  • Incredible,even if i don't inderstand anything <img src="smileys/smiley17.gif" border="0" align="middle" />

    but.. can you tell me how to use the Websocket plugin so i can make a multiplayer server ?

    thank you very much

    (you should make a tutorial about it , i am sure that your tutorials will be known from all of us)

  • newt

    can you refer me to a good tutorial?