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

Pages: 1
1
It Works !! - it WORKS !!!  - So HAPPY !  Thank YOU!!

2
Thanks Again, I will try that now.

I'm using Mac Version, Build 8453...

3
Hello mdotedot,

Thanks for your help, I did the changes, 'Created' tab, and I also get the same error as MMMhasseb

Please help, again - Thanks.

4
Thanks !!     that has solved half of my problem... 

Now the error reads...

ClimbLadder: Unexpected !
   from scripts.Design_244_244_ClimbLadder
   line: 211
   columns: 26-27

I guess this is "_RegionState "   Any more idea's ?

5
Thank you for your quick reply.   I will try that now.    :)

6
I think this is the problem...

(hammer) Created:
( Code: )
_RegionList=new Array<Dynamic>();
_RegionState=new Array<Dynamic>();

I only have one region called " Ladder " - can anyone suggest how to fix?   

( Thanks in Advance... )

7
Ask a Question / I Need help with Ladders - Please. ( Stencyl 3.3.2 )
« on: August 08, 2015, 11:47:13 pm »
I am stuck. Can someone please help me.

I want to create a ladder in a platform game.  -  I am trying to use this...

http://www.stencyl.com/game/play/24823
" the Climb Behavior posted on StencylForge "

But I am getting this error...   ( I think this code is for an older version of Stencyl. ?? )
and Yes - I have created a 'region called ladder' - but I stll get this error...

ClimbLadder: scripts.Design_244_244_ClimbLadder has no field engine
   from scripts.Design_244_244_ClimbLadder
   line: 179
   columns: 4-23
ClimbLadder: scripts.Design_244_244_ClimbLadder has no field engine
   from scripts.Design_244_244_ClimbLadder
   line: 180
   columns: 11-30
ClimbLadder: You can't iterate on a Dynamic value, please specify Iterator or Iterable
   from scripts.Design_244_244_ClimbLadder
   line: 180
   columns: 11-30



Pages: 1