Make Param-o object stretchable with GDL (param-o tip 2)
cuba
Expert
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
2024-11-30
08:40 PM
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.
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
Labels:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.