Remember me
You are here: HomeForumCyberix3D ForumGeneral DiscussionMy tools are now hidden under my task bar
Welcome, Guest
Username: Password: Remember me

TOPIC: spawning text

spawning text 7 years 11 months 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 7 years 11 months ago #412

  • cyberix3d
  • cyberix3d's Avatar
  • OFFLINE
  • Administrator
  • Posts: 661
  • Thank you received: 630
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 7 years 11 months ago #418

  • ViraX
  • ViraX's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 152
  • Thank you received: 115
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.147 seconds