Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Tharaa

Pages: 1 2 3
1


screen from the pong game of stencyl forge if i open it and test it
http://abload.de/img/testestnxs3w.jpg

i only can  make normal games if i use simple physics

2
Ask a Question / How to create a realtime multiplayer game
« on: October 29, 2015, 10:45:47 am »
Hi Guys,

i Serious want create a realtime multiplayer game - no round based or other stuff
real time - so real battles are possible
i have access to an server

so my question is
have anyone experience with this? How i start? How this whole multiplayer games are based?
How i start to creating this one of games? need i any software for my server for this kind of games?

any advice are very helpful

3
i am looking for a games
that i saw here some time ago

it was a 2d battle game
were you can play against others

you have 2d characters in a 2d world (maybe the world was just 1 screen)
and if you fall down you spawn up and you have to kill the other player with your bullets

4
Ask a Question / Colission detection problem
« on: May 30, 2015, 12:59:47 pm »
Hello everyone,

i have a problem with my collision detection.
At first it worked fine with "simple physics" activated
but then i updated my stencyl version and after that update the collision detection doenst working
if i change the engine to "box 2d" colission detection works

what can be the failure why collision detection didnt work with "simple physics" anymore?

5
Ask a Question / Question to Stencyl Studio
« on: May 14, 2015, 01:04:22 pm »
I have a Question about the Stencyl Studio licence,

becouse my 1 year studio licence is now over an i have something in mind
with one licence you can only publish games to one googleplay and apple gamestore account
and i have published a game to an google and apple store with my old licence.

so if i want to publish a game to an other google and apple store account need i to buy a new licence?
or just renew my licence?

6
Shared Resources / Extension Question - Push Notification
« on: May 03, 2015, 02:22:49 pm »
Is it possible to programm an extension that makes it possible
to send push up notifications?

if i create a php site with server
where i can write some short text message
and send it with the server to my stencyl app
and the stencyl app show this short message as an
push up notification?

7
Ask a Question / Game compiles Forever fail
« on: November 29, 2014, 03:30:33 am »
Hello everyone i have a compiling error

I am on Linux Debian 32 bit system

the log on the compiling from the log viewer is


8
Ask a Question / Stencyl does not open on Debian Jessie
« on: November 27, 2014, 03:40:43 am »
hi everyone i have all installed like in the linux instruction guide here for linux

i am on Debian Jessie
i have the libgc6 2.19
and the other devs installed

but if i want to open the stencyl shell script

it says software ausführen is loading

and after some seconds nothing happens

10
Resolved Questions / Solved
« on: November 11, 2014, 09:51:01 am »
if i want to test the game

it appears a failure like this





the problem is
the failure which stencyl said is no failure
the behaviour worked fine for testing

and it is nothing wrong in the code if i press "O" to set the attribute credits (Number) to credits +1


also if i delete the "fail" code
stencyl shows me failure again
and pics an other thing as "failure"

bevore they choose the keyboard
it said me my drawing cod was wrong which i set a font and draw just a text lol

what is this?
have tried to download the newest version but didnt fix my problem

if i deselect the "failure" code
it random says me another code is wrong OMG




all the code was working and is correct
how can i fix this random failure spawn?

11
Ask a Question / Follow Target Behaviour Question
« on: November 05, 2014, 11:40:29 am »
Hello everyone,

i need a movement like the "Follow Target" Behaviour at Stencyl
where one actor follows another.

But i need this behaviour for actor who get created.

becouse the behaviour works only if the actor are placed inside the scene and customized to the followed character.

give it any possibility to set the Actor to Actor Typ x?

so the behaviour works if the actor gets created ingame

so i need an code like in the picture


-> set the target actor to an actor type
but that cant be done >.<

so i need some help

12
unexpected error let us know about it on the forum

i get the error if i want to publish my game on desktop linux (on a linux pc)

this error code i get


13
Ask a Question / kill actors after health<=0 (problem)
« on: October 28, 2014, 03:46:32 pm »
i want to create some enemys in my game
for example
if i shoot the actor 2 times it should die

i have made and behaviour

 bullet collides with actor
if actorhealth > 0
seth actorhealth to actorhealtz - 1
otherwise if actorhealth <= 0
kill actor

all basics -> the actorhealth attribute is a blue one

but i have the porblem if i have more of the same actors/enemys on the screen
if i kill one of these actors -> all actors get killed?

how i can fix this problem?

14
Hello everyone,

my informatik skills are not very good so i need some help from the friendly stencyl community :D

i want to create a game with stencyl (this can i get on my own)
after i created it i want to run the game on a raspberry pi or on a banna pi

http://en.wikipedia.org/wiki/Raspberry_Pi

http://en.wikipedia.org/wiki/Banana_Pi

on this i have the following questions:

i have the option to compile the game in stencyl for linux
But:

it gives different distribution on linux for an desktop-pc
and also different operating systems for raspberry pi's and bannana pi's

my first attention was to get the raspbian operating systems for the pi's based on linux
but not all linux distributions fit together

so on what must i look to combinate the right Desktop-linux-distribution with the raspbian operating system?
must i look on the linux-kernel ID?

or what must i do to run the game on the pi's?


sorry for my bad english guys^^

15
Ask a Question / Simple physics problem
« on: October 22, 2014, 01:39:19 pm »
i work with simple physics
and also make a game done in simple physics (jump and run) all works fine

so i am actually want to create a new one

 i set in the game settings -> simple physics
and in the actor -> simple physics

if i place the actor on a scene with tiles at the bottom and the actor above
the actor jumps all the time up and down? it looks like some bug

if i set the normal box2d i have no problem

Pages: 1 2 3