View Single Post
  #2  
Old 11-29-2009, 02:18 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You shouldn't specify numbers as parameters like that, in fact that's why it doesn't work.

Script compiler output for Scratch (in level jerretnpc.nw at pos (30, 30)):
error: unexpected symbol 0 at line 9: function Shop_TextList1.onSelect(0,Bombe,1) {

Try replacing the onSelect function with this:

PHP Code:
function Shop_TextList1.onSelect(entryidentrytextentryindex) {
  
Shop_MultiLine1.setText(entrytext);

__________________
Quote:
Reply With Quote