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

cuba
Expert

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