Remember me
You are here: HomeForumCyberix3D ForumGeneral Discussionspawning text
Welcome, Guest
Username: Password: Remember me

TOPIC: spawning text

spawning text 10 years 1 month ago #411

  • tvolktir
  • tvolktir's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm trying to make it so that text appears when x is pressed. I put "if key is pressed" and inside it I put the object for message. After poking around on the forum a bit, I tried putting set var= m1 (the name of my message object)val= 1 inside of the message object. It didn't work. What am I doing wrong?
The administrator has disabled public write access.

spawning text 10 years 1 month ago #412

  • cyberix3d
  • cyberix3d's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 816
  • Thank you received: 814
Hello All,
Could you please provide an example of the problem so we can see it?
Regards,
Cyberix3D team
The administrator has disabled public write access.

spawning text 10 years 1 month ago #418

  • ViraX
  • ViraX's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 161
  • Thank you received: 126
If you want to display a message,
here is a pseudo-code to help.

< LOOP >

< IF Key pressed 'X' >

< Label > or < Message > ...

< END >

< END >
The administrator has disabled public write access.
Time to create page: 0.090 seconds