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.


Messages - wolf2013

Pages: 1 ... 3 4 5
61
Ask a Question / Re: Get actor by name
« on: June 08, 2015, 04:13:58 am »
but how do I get 4 different random numbers, so that the same number doesn't come twice ?
In this way:

hi,
this is what I get after your method, can you see what's the prob. ?

62
Ask a Question / Re: Get actor by name
« on: June 08, 2015, 02:37:28 am »
You're welcome :)

Hi again,
it works with the selection of an actor by name now which is beautiful,
but how do I get 4 different random numbers, so that the same number doesn't come twice ?

63
Ask a Question / Re: Get actor by name
« on: June 08, 2015, 02:11:38 am »
If you want to place something inside this block, it's an actor type :)

So you can put if youknow the name of the actor type


Or if you want the same actor type as a specific actor.  You can use the block "type of actor". It is also in the image



Yess,
thanx mate, this is exactly what I was searching for :)

64
Ask a Question / Re: Get actor by name
« on: June 08, 2015, 01:37:59 am »
What do you mean, aactors' id ?  or actor type name ?

I think it's more actor's ID

I would like to place a block with like (actor with name or ID) inside the selection (Actor Type) in this block ..

65
Ask a Question / Get actor by name
« on: June 08, 2015, 01:30:49 am »
Is it still not available Stencyl ?

... like this (sound with name)

66
Ask a Question / Re: How to randomize/shuffle position order ?
« on: June 08, 2015, 01:02:22 am »
This question.... again and again.

I could not find it anywhere !?

67
Ask a Question / How to randomize/shuffle position order ?
« on: June 07, 2015, 12:18:20 pm »
Hi,
how to make it so that the order "when created" is randomized "shuffle" ?

68
Ask a Question / Play a random sound
« on: June 06, 2015, 03:36:37 am »
Hi,

how to play a random sound, I have numberized the names of souds.
So is there any way to .. using this code ?

69
Ask a Question / Re: Loop values from Maps
« on: June 05, 2015, 09:29:27 am »
Normally in a map, your key is unique.
You shouldn't be able to have multiple "1" or "2".
So here it's better to have a,b,c,d  as keys and 0,1,2 as values.
And if you want to have all keys that have the value 0 for example, you can do
for each item of keys as map
   if value of item for map = 0



I made a new MAPS as you said, then I tried your code..

Is this how you ment it ? because I get this error


70
Ask a Question / Loop values from Maps
« on: June 05, 2015, 07:17:25 am »
Hi,
how can I get all 3 values from the MAPS with the key "2" ?
Right now it takes always the last one from any number, for example if i type in "1" it will take the last letter of it "f".

Is it because there is no loop ?

Pages: 1 ... 3 4 5