cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 

Make Param-o object stretchable with GDL (param-o tip 2)

cuba
Advisor

Param-o objects are not stretchable when the size of the object does not match the dimension. 

This can be solved very easily by adding some hotspots in gdl.

 

Stretchable.gif

 

Add following code to 2d script:

 

unID=1
hotspot2 0,0,unID:unID=unID+1
hotspot2 a,b,unID:unID=unID+1
hotspot2 a,0,unID:unID=unID+1
hotspot2 0,b,unID:unID=unID+1