This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2011-09-19 14:51:22

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Tell the date on the forums!

how do you create global variables that can be used in php?


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#27 2011-09-19 15:06:12

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Tell the date on the forums!

WindowsExplorer wrote:

how do you create global variables that can be used in php?

Do you mean predefined variables, because if so, I don't think you can.
If you mean actual global variables, then you create them like so:

Code:

var = 1;

http://i.imgur.com/zeIZW.png

Offline

 

Board footer