Book a Demo

Author Topic: Cloud shapescript with editable name  (Read 6657 times)

rupertkiwi

  • EA User
  • **
  • Posts: 133
  • Karma: +5/-0
    • View Profile
Cloud shapescript with editable name
« on: September 11, 2019, 11:58:40 am »
Hi there,

Does anyone have a shapescript for a cloud icon with an editable name?

Thanks,
Rupert

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Cloud shapescript with editable name
« Reply #1 on: September 11, 2019, 03:04:39 pm »
This'll get you started:

Code: [Select]
shape main
{
v_align="center";
h_align="center";
bold=true;
startcloudpath();
ellipse(0,0,100,100);
endpath();
fillandstrokepath();
print("#name#");
}

The Sparx Team
[email protected]