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 - imspikey

Pages: 1
1
Ask a Question / Re: collisions not working in 2.1
« on: February 23, 2013, 03:40:59 pm »
I confirm that what i suspected was true, as you can see that in the play.png  picture three actors are created at run time rather than manually inserting them in the scenes after that a foreach block to assign the actor to an attribute who will be used in the on mouse click event  as shown in the play2.png picture. Surprisingly this code dose not work and the event docent get executed because I suspect that the reason for this incident is that the  actor "NextLevel" was created on the fly or in other words using the create block. To be sure that what I was assuming is true I created a similar behaviour and inserted some actors manually and every thing worked fin   :(   (play3.png and play4.png pictures)
I wold like to mention also that all the actors have the same settings. I also tried different setting and possibilities but all didn't success.... :(
Am I missing something or is it a bug in stencyl?
please someone help if you can  :)

2
Ask a Question / Re: collisions not working in 2.1
« on: February 22, 2013, 08:57:37 pm »
 when i click with my mouse on an actor nothing happens I am  sure I don't have any problem in my code  I have tried everything the only thing that worked was collision group and I don't want to have 100+ collision group for my simple game I already have 8 so the problem is not solved for me :(
I think collision between actors and mouse is not happening because I have created the actors using create actor block those are the actors my mouse isn't colliding with

3
Ask a Question / Re: collisions not working in 2.1
« on: February 22, 2013, 07:24:09 pm »
I am also having problems between mouse and actors collision  I might as well find a product other than stencyl because its  problems overcome its advantages unless they fix this broken software

Pages: 1