Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Antarka games

12
Posts
1
Topics
5
Followers
A member registered Apr 21, 2014 · View creator page →

Creator of

Recent community posts

Oui, manque de temps dans l'effet (nous voulions faire mieux). Nous ferons sûrement une mise à jour du jeu (histoire d'améliorer un peu l'ensemble).

Bonjour,

Il faudrait être plus précis sur vos attentes/besoin ( nous pouvons éventuellement en parler sur Skype ou par email etc.. ). Mais de base je pense que cela est réalisable en moins de 5 jours / homme. Tout dépend si nous devons gérer un espace membre etc.

Donc oui cela est largement possible :)

Pour le prix je tourne entre 200 et 250€ jour/homme. (Je suis consultant en développement). Je serais disponible à titre personnel après octobre avec des prix plus bas.

Mon profile linkedin : https://www.linkedin.com/in/thomas-gentilhomme-581...

En attente de votre retour !

Cordialement,

Thomas

My personal skype : fraxkens

Ok,

You need to understand two things :

1) All of these code need to be executed into a behavior script (not in global).

2) this.actor is the actor who is attached the behavior. Exemple you create a player actor in your scene and you link the behavior "playerBehavior". In your playerBehavior script this.actor is the player Actor.

So who is the problem ? Just select player actor in the camera script. Dont forget to use class variable if you need to pass elements between awake/start/update method.

If you need more help send me code via pastebin :)

Hi,

I'm antarka. I was born three years ago on CraftStudio. I grew up with it and now I live my teenage on Superpowers. During my life I have developed several games like :

  • Spherunner1 & 2
  • Glanduff
  • Connection-war
  • Monochrome
  • Blubbymorph
And many others games ... I try to be a model for my younger brothers ! At first I did not know how to make games... I continued to fight to become what I am today <3
If you want to know more about me and my creator : https://antarka.com/
I am happy to be not alone now.
Antarka,

Yes, first time i have the same problem !

Look the canvas z-index. You need to make a "parent" container with a z-index higher than the canvas. And create your Element inside this "parent".

Other cool plugin if you need to write html / css directly in superpowers :

https://github.com/florentpoujol/superpowers-game-...

Create an actor in your scene named "Player", in your script do :

let playerActor : Sup.Actor = Sup.getActor("Player");

let characterVelocity = playerActor.arcadeBody2D.getVelocity();

set a script on your camera and tell to the camera actor to follow player position.

this.actor.setPosition( playerActor.getX(), playerActor.getY(), 1 );

Something like that !

Weird, Superpowers dev work well on my Surface pro3 with Windows10.

Work on google chrome only for Superpowers (Firefox and IE have a lot of problems).

I think the problem comes from NodeJS version. Recently a complete rebuild of packages is required. So with SP 19 try with the LTS version of Node or Try the dev version with NodeV6.

Yes you can use your own version.No problem with that (just dont forget to tell this is a fork of superpowers).

Or just do :

Sup.Cannon.getWorld().gravity.set(0,-10,0);

Bonjour, bonsoir tout le monde ! Antarka Games vous propose de découvrir Superpowers en compagnie des membres de son équipe ici même : Antarka Youtube

Des dizaines d'autres vidéos arriveront dans les jours/semaines qui arrivent. N'hésitez donc pas à partager / liker et à nous suivre sur la chaîne ainsi que sur notre twitter : https://twitter.com/Team_antarka.

En espérant que tout cela vous fasse plaisir !

Amicalement fraxken