Hi,

I'm trying to make a platform game. (2D)
I have a panel-rectangle which is the main platform.
Its coordinates are pos_x=200 pos_y=400.
I need to put an other one at 400 400.

I wrote too many conditions with the name of the first platform, so I need the name of the second platform be the same.
But if I copy the definition of panel and change the pos_y I got an error with double definition.

Does anyone have any tip for it or any reference to look for on the manual ?
Thanks

Last edited by ayks; 09/09/11 13:10.