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

Pages: 1
1
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